Searched refs:match_string (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/time/ |
D | strptime_l.c | 58 # define match_string(cs1, s2) \ macro 65 # define match_string(cs1, s2) \ macro 352 if (match_string (_NL_CURRENT (LC_TIME, DAY_1 + cnt), trp) in __strptime_internal() 363 if (match_string (_NL_CURRENT (LC_TIME, ABDAY_1 + cnt), trp) in __strptime_internal() 376 && (((trp = rp, match_string (weekday_name[cnt], trp)) in __strptime_internal() 378 || ((trp = rp, match_string (ab_weekday_name[cnt], rp)) in __strptime_internal() 408 if (match_string (_NL_CURRENT (LC_TIME, MON_1 + cnt), trp) in __strptime_internal() 419 if (match_string (_NL_CURRENT (LC_TIME, ABMON_1 + cnt), trp) in __strptime_internal() 432 if (match_string (_NL_CURRENT (LC_TIME, ALTMON_1 + cnt), trp) in __strptime_internal() 443 if (match_string (_NL_CURRENT (LC_TIME, _NL_ABALTMON_1 + cnt), in __strptime_internal() [all …]
|
/glibc-2.36/manual/ |
D | time.texi | 1902 @c match_string ok
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 2030 (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
|