Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/grep/libgreputils/
HDlanginfo.h64 # define DAY_1 10009 macro
65 # define DAY_2 (DAY_1 + 1)
66 # define DAY_3 (DAY_1 + 2)
67 # define DAY_4 (DAY_1 + 3)
68 # define DAY_5 (DAY_1 + 4)
69 # define DAY_6 (DAY_1 + 5)
70 # define DAY_7 (DAY_1 + 6)
/dragonfly/lib/libc/locale/
HDnl_langinfo.c98 case DAY_1: case DAY_2: case DAY_3: in nl_langinfo_l()
100 ret = (char*) __get_current_time_locale(loc)->weekday[_REL(DAY_1)]; in nl_langinfo_l()
/dragonfly/include/
HDlanginfo.h48 #define DAY_1 7 macro
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/
Dtime_members.cc145 _M_data->_M_day1 = nl_langinfo_l(DAY_1, (locale_t)__cloc); in _M_initialize_timepunct()
301 WIDE_LANGINFO(_M_day1, DAY_1) in _M_initialize_timepunct()
/dragonfly/usr.bin/locale/
HDlocale.c157 { "day_1", 1, LC_TIME, DAY_1, "" },
/dragonfly/contrib/cvs-1.12/lib/
HDstrftime.c402 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(DAY_1) + tp->tm_wday)) in my_strftime()