| D | locale.c | 7500 struct tm mytm; in S_emulate_langinfo() local 7507 ints_to_tm(&mytm, locale, 30, 30, hour, mday, mon, 2011, 0, 0, 0); in S_emulate_langinfo() 7513 &mytm, in S_emulate_langinfo() 7524 succeeded = strftime_tm(format, sv, locale, &mytm); in S_emulate_langinfo() 7625 struct tm mytm; in S_emulate_langinfo() local 7651 ints_to_tm(&mytm, locale, sec, min, hour, mday, mon, year, 0, 0, 0); in S_emulate_langinfo() 7656 &mytm, in S_emulate_langinfo() 7663 succeeded = strftime_tm(fmts[j], alt_dig_sv, locale, &mytm); in S_emulate_langinfo() 8128 struct tm mytm; in Perl_my_strftime() local 8129 ints_to_tm(&mytm, locale, sec, min, hour, mday, mon, year, wday, yday, in Perl_my_strftime() [all …]
|