Home
last modified time | relevance | path

Searched refs:tmweek (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libast/common/tm/
H A Dtmxfmt.c288 if (tmweek(tm, 2, -1, -1) >= 52) in tmxfmt()
293 if (tmweek(tm, 2, -1, -1) <= 1) in tmxfmt()
477 cp = number(cp, ep, (long)tmweek(tm, 0, -1, -1), 2, width, pad); in tmxfmt()
480 cp = number(cp, ep, (long)tmweek(tm, 2, -1, -1), 2, width, pad); in tmxfmt()
483 cp = number(cp, ep, (long)tmweek(tm, 1, -1, -1), 2, width, pad); in tmxfmt()
H A Dtmweek.c55 tmweek(Tm_t* tm, int type, int week, int day) in tmweek() function
H A Dtmxscan.c94 tmweek(tm, set->weektype, set->week, set->wday); in gen()
H A Dtmxdate.c735 tmweek(tm, 2, n, k); in tmxdate()
/titanic_50/usr/src/lib/libast/common/include/
H A Dtm.h186 extern int tmweek(Tm_t*, int, int, int);
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h199 extern __MANGLE__ int tmweek __PROTO__((Tm_t*, int, int, int));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h199 extern __MANGLE__ int tmweek __PROTO__((Tm_t*, int, int, int));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h199 extern __MANGLE__ int tmweek __PROTO__((Tm_t*, int, int, int));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dtm.h199 extern __MANGLE__ int tmweek __PROTO__((Tm_t*, int, int, int));
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers639 tmweek;
H A DMakefile.com556 common/tm/tmweek.o \