Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libc/locale/
Dnl_langinfo.c88 case ABDAY_1: case ABDAY_2: case ABDAY_3: in nl_langinfo_l()
90 ret = (char*) __get_current_time_locale(loc)->wday[_REL(ABDAY_1)]; in nl_langinfo_l()
/freebsd-9-stable/include/
Dlanginfo.h58 #define ABDAY_1 14 macro
/freebsd-9-stable/usr.bin/locale/
Dlocale.c162 { "abday_1", 1, LC_TIME, ABDAY_1, "" },
/freebsd-9-stable/contrib/libstdc++/config/locale/gnu/
Dtime_members.cc156 _M_data->_M_aday1 = __nl_langinfo_l(ABDAY_1, __cloc); in _M_initialize_timepunct()
/freebsd-9-stable/contrib/dialog/
Dcalendar.c85 ABDAY_1, ABDAY_2, ABDAY_3, ABDAY_4, ABDAY_5, ABDAY_6, ABDAY_7 in nameOfDayOfWeek()
/freebsd-9-stable/contrib/diff/lib/
Dstrftime.c393 ((const CHAR_T *) _NL_CURRENT (LC_TIME, NLW(ABDAY_1) + tp->tm_wday))