Home
last modified time | relevance | path

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

/dragonfly/include/
HDlanginfo.h43 #define T_FMT_AMPM 4 /* a.m. or p.m. time formatting string */ macro
/dragonfly/gnu/usr.bin/grep/libgreputils/
HDlanginfo.h61 # define T_FMT_AMPM 10006 macro
150 # define T_FMT_AMPM 10006 macro
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
Dtime_members.cc141 _M_data->_M_am_pm_format = nl_langinfo_l(T_FMT_AMPM, in _M_initialize_timepunct()
298 WIDE_LANGINFO(_M_am_pm_format, T_FMT_AMPM) in _M_initialize_timepunct()
/dragonfly/lib/libc/locale/
HDnl_langinfo.c89 case T_FMT_AMPM: in nl_langinfo_l()
/dragonfly/usr.bin/locale/
HDlocale.c156 { "t_fmt_ampm", 1, LC_TIME, T_FMT_AMPM, "" },
/dragonfly/usr.bin/w/
HDw.c136 use_ampm = (*nl_langinfo(T_FMT_AMPM) != '\0'); in main()
/dragonfly/bin/ps/
HDprint.c422 use_ampm = (*nl_langinfo(T_FMT_AMPM) != '\0'); in started()
/dragonfly/contrib/cvs-1.12/lib/
HDstrftime.c1060 NLW(T_FMT_AMPM))) in my_strftime()