Searched refs:tmweek (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmweek.c | 55 tmweek(Tm_t* tm, int type, int week, int day) function
|
H A D | tmxfmt.c | 288 if (tmweek(tm, 2, -1, -1) >= 52) 293 if (tmweek(tm, 2, -1, -1) <= 1) 477 cp = number(cp, ep, (long)tmweek(tm, 0, -1, -1), 2, width, pad); 480 cp = number(cp, ep, (long)tmweek(tm, 2, -1, -1), 2, width, pad); 483 cp = number(cp, ep, (long)tmweek(tm, 1, -1, -1), 2, width, pad);
|
H A D | tmxscan.c | 94 tmweek(tm, set->weektype, set->week, set->wday);
|
H A D | tmxdate.c | 735 tmweek(tm, 2, n, k);
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | tm.h | 186 extern int tmweek(Tm_t*, int, int, int);
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | tm.h | 199 extern __MANGLE__ int tmweek __PROTO__((Tm_t*, int, int, int));
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | tm.h | 199 extern __MANGLE__ int tmweek __PROTO__((Tm_t*, int, int, int));
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | tm.h | 199 extern __MANGLE__ int tmweek __PROTO__((Tm_t*, int, int, int));
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | tm.h | 199 extern __MANGLE__ int tmweek __PROTO__((Tm_t*, int, int, int));
|
/illumos-gate/usr/src/lib/libast/ |
H A D | Makefile.com | 556 common/tm/tmweek.o \
|
Completed in 90 milliseconds