Home
last modified time | relevance | path

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

/mirbsd/src/include/
Dlanginfo.h19 #define T_FMT_AMPM 3 /* Time format string with 12 hour clock */ macro
/mirbsd/src/gnu/usr.bin/perl/ext/I18N/Langinfo/
DMakefile.PL34 PM_STR T_FMT T_FMT_AMPM YESEXPR YESSTR);
/mirbsd/src/lib/libc/i18n/
Dlanginfo.c91 case T_FMT_AMPM: in __weak_nl_langinfo()
/mirbsd/src/gnu/usr.bin/perl/ext/I18N/Langinfo/fallback/
Dconst-c.inc699 …{name=>"T_FMT_AMPM", type=>"IV", macro=>["#if defined(T_FMT_AMPM) || (defined(__GNU_LIBRARY__) && …
740 /* ALT_DIGITS T_FMT_AMPM */
755 if (memEQ(name, "T_FMT_AMPM", 10)) {
757 #if defined(T_FMT_AMPM) || (defined(__GNU_LIBRARY__) && defined(_NL_ITEM))
758 *iv_return = T_FMT_AMPM;
/mirbsd/src/usr.bin/locale/
Dlocale.c164 { "t_fmt_ampm", 1, LC_TIME, T_FMT_AMPM, "" },
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dstrftime.c1060 NLW(T_FMT_AMPM))) in my_strftime()