Searched refs:TM_MERIDIAN (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/tm/
H A Dtmdata.c122 TM_MERIDIAN, TM_MERIDIAN,
H A Dtmlocale.c79 TM_MERIDIAN,
140 LOCALE_S1159, (TM_MERIDIAN+0),
141 LOCALE_S2359, (TM_MERIDIAN+1),
454 AM_STR, (TM_MERIDIAN+0),
455 PM_STR, (TM_MERIDIAN+1),
H A Dtmxscan.c310 if ((n = tmlex(s, &u, tm_info.format + TM_MERIDIAN, TM_UT - TM_MERIDIAN, NiL, 0)) < 0)
H A Dtmxfmt.c360 n = TM_MERIDIAN + (tm->tm_hour >= 12);
363 p = tm_info.format[TM_MERIDIAN + (tm->tm_hour >= 12)];
H A Dtmxdate.c1019 switch (tmlex(s, &t, tm_info.format, TM_NFORM, tm_info.format + TM_MERIDIAN, 2))
1021 case TM_MERIDIAN:
1026 case TM_MERIDIAN+1:
1259 case TM_MERIDIAN:
1278 if (j == TM_MERIDIAN)
/ast/src/lib/libast/include/
H A Dtm.h68 #define TM_MERIDIAN 41 macro
/ast/src/cmd/dsslib/time_t/
H A Dtime_t.c236 s = tm_info.format[TM_MERIDIAN + (v >= 12)];
261 if (tmlex(e, &e, tm_info.format + TM_MERIDIAN, TM_UT - TM_MERIDIAN, NiL, 0) == 1)
/ast/src/cmd/std/
H A Dlocale.c545 {"am_pm", AST_LC_TIME, S,2,TM_MERIDIAN*sizeof(char*)},

Completed in 50 milliseconds