Searched refs:ABDAY_1 (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 61 { ABDAY_1, "Sun" }, 91 { ABDAY_1, "Sun" }, 121 { ABDAY_1, "Sun" }, 151 { ABDAY_1, "вс" },
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | nl_langinfo.c | 100 case ABDAY_1: case ABDAY_2: case ABDAY_3: in nl_langinfo_l() 102 ret = (char *)ltime->wday[_REL(ABDAY_1)]; in nl_langinfo_l()
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | langinfo.h | 40 #define ABDAY_1 8 /* Abbreviated name of the first day of the week */ macro
|
/titanic_44/usr/src/head/ |
H A D | langinfo.h | 59 #define ABDAY_1 8 /* sun */ macro
|
/titanic_44/usr/src/lib/libast/common/tm/ |
H A D | tmlocale.c | 440 ABDAY_1, (TM_DAY_ABBREV+0),
|
/titanic_44/usr/src/cmd/locale/ |
H A D | locale.c | 181 _dtconv.abbrev_day_names[0] = strdup(nl_langinfo(ABDAY_1)); in localedtconv()
|