Searched refs:TM_NFORM (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
| H A D | tmlocale.c | 104 for (v = b, e = b + TM_NFORM; v < e; v++) in fixup() 111 for (n = 0; n < TM_NFORM; n++) in fixup() 365 if (!(b = newof(0, char*, TM_NFORM, n))) in native_lc_time() 367 s = (char*)(b + TM_NFORM); in native_lc_time() 528 if (!(b = newof(0, char*, TM_NFORM, n))) in native_lc_time() 530 s = (char*)(b + TM_NFORM); in native_lc_time() 595 if (b = newof(0, char*, TM_NFORM, n + 2)) in load() 598 e = b + TM_NFORM; in load()
|
| H A D | tmlex.c | 57 if (tm_info.format != tm_data.format && tab >= tm_info.format && tab < tm_info.format + TM_NFORM) in tmlex() 60 if (suf && tab >= tm_info.format && tab < tm_info.format + TM_NFORM) in tmlex()
|
| H A D | tmxdate.c | 836 …if ((j = tmlex(u, NiL, tm_info.format, TM_NFORM, tm_info.format + TM_SUFFIXES, TM_PARTS - TM_SUFFI… in tmxdate() 1019 switch (tmlex(s, &t, tm_info.format, TM_NFORM, tm_info.format + TM_MERIDIAN, 2)) in tmxdate() 1198 …if ((j = tmlex(s, &t, tm_info.format, TM_NFORM, tm_info.format + TM_SUFFIXES, TM_PARTS - TM_SUFFIX… in tmxdate()
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
| H A D | tm.h | 98 #define TM_NFORM 132 macro
|