Searched refs:ABMON_1 (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/test/libc-tests/tests/nl_langinfo/ |
H A D | nl_langinfo_test.c | 65 { ABMON_1, "Jan" }, 95 { ABMON_1, "Jan" }, 125 { ABMON_1, "Jan" }, 155 { ABMON_1, "янв" },
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | nl_langinfo.c | 109 case ABMON_1: case ABMON_2: case ABMON_3: case ABMON_4: in nl_langinfo_l() 112 ret = (char *)ltime->mon[_REL(ABMON_1)]; in nl_langinfo_l()
|
/titanic_41/usr/src/cmd/cal/ |
H A D | cal.c | 325 for (month = ABMON_1; month <= ABMON_12; month++) in load_months() 326 short_months[month - ABMON_1] = nl_langinfo(month); in load_months()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | langinfo.h | 61 #define ABMON_1 27 /* Abbreviated name of the first month */ macro
|
/titanic_41/usr/src/head/ |
H A D | langinfo.h | 88 #define ABMON_1 27 /* jan */ macro
|
/titanic_41/usr/src/lib/libast/common/tm/ |
H A D | tmlocale.c | 447 ABMON_1, (TM_MONTH_ABBREV+0),
|
/titanic_41/usr/src/cmd/locale/ |
H A D | locale.c | 195 _dtconv.abbrev_month_names[0] = strdup(nl_langinfo(ABMON_1)); in localedtconv()
|