Searched refs:strftime_tm (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | locale.c | 7524 succeeded = strftime_tm(format, sv, locale, &mytm); in S_emulate_langinfo() 7663 succeeded = strftime_tm(fmts[j], alt_dig_sv, locale, &mytm); in S_emulate_langinfo() 8131 if (! strftime_tm(fmt, PL_scratch_langinfo, locale, &mytm)) { in Perl_my_strftime() 8499 if (! strftime_tm(fmt, sv, locale, mytm)) { in S_strftime8()
|
H A D | embed.h | 1323 # define strftime_tm(a,b,c,d) S_strftime_tm(aTHX_ a,b,c,d) macro
|
H A D | embed.fnc | 4440 Sf |bool |strftime_tm |NN const char *fmt \
|