Home
last modified time | relevance | path

Searched refs:string (Results 1 – 6 of 6) sorted by relevance

/time/
A Dgetdate.c107 __getdate_r (const char *string, struct tm *tp) in __getdate_r() argument
141 while (isspace (*string)) in __getdate_r()
142 string++; in __getdate_r()
146 oldlen = inlen = strlen (string); in __getdate_r()
149 while (inlen > 0 && isspace (string[inlen - 1])) in __getdate_r()
170 memcpy (instr, string, inlen); in __getdate_r()
172 string = instr; in __getdate_r()
196 result = strptime (string, line, tp); in __getdate_r()
296 getdate (const char *string) in weak_alias()
300 int errval = __getdate_r (string, &tmbuf); in weak_alias()
A Dasctime.c26 #define ab_day_name(DAY) (_nl_C_LC_TIME.values[_NL_ITEM_INDEX (ABDAY_1)+(DAY)].string)
27 #define ab_month_name(MON) (_nl_C_LC_TIME.values[_NL_ITEM_INDEX (ABMON_1)+(MON)].string)
A Dstrptime_l.c122 # define weekday_name (&_nl_C_LC_TIME.values[_NL_ITEM_INDEX (DAY_1)].string)
124 (&_nl_C_LC_TIME.values[_NL_ITEM_INDEX (ABDAY_1)].string)
125 # define month_name (&_nl_C_LC_TIME.values[_NL_ITEM_INDEX (MON_1)].string)
128 (&_nl_C_LC_TIME.values[_NL_ITEM_INDEX (ALTMON_1)].string)
130 (&_nl_C_LC_TIME.values[_NL_ITEM_INDEX (_NL_ABALTMON_1)].string)
132 # define HERE_D_FMT (_nl_C_LC_TIME.values[_NL_ITEM_INDEX (D_FMT)].string)
133 # define HERE_AM_STR (_nl_C_LC_TIME.values[_NL_ITEM_INDEX (AM_STR)].string)
134 # define HERE_PM_STR (_nl_C_LC_TIME.values[_NL_ITEM_INDEX (PM_STR)].string)
136 (_nl_C_LC_TIME.values[_NL_ITEM_INDEX (T_FMT_AMPM)].string)
137 # define HERE_T_FMT (_nl_C_LC_TIME.values[_NL_ITEM_INDEX (T_FMT)].string)
[all …]
A Dalt_digit.c29 #define CURRENT(item) (current->values[_NL_ITEM_INDEX (item)].string) in __libc_rwlock_define()
A Dera.c29 #define CURRENT(item) (current->values[_NL_ITEM_INDEX (item)].string) in __libc_rwlock_define()
A Dstrftime_l.c287 (current->values[_NL_ITEM_INDEX (item)].string)

Completed in 10 milliseconds