Searched refs:tmxtime (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxtime.c | 46 tmxtime(register Tm_t* tm, int west) in tmxtime() function 95 now = tmxsec(tmxtime(tm, tm_info.zone->west)); in tmxtime() 113 now = tmxsec(tmxtime(tm, tm_info.zone->west)); in tmxtime()
|
H A D | tmtime.c | 40 return tmxsec(tmxtime(tm, west)); in tmtime()
|
H A D | tmxdate.c | 272 now = tmxtime(tm, zone); in tmxdate() 637 fix = tmxtime(tm, zone); in tmxdate() 653 tt = tmxtime(tm, zone); in tmxdate() 677 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); in tmxdate() 1383 now = tmxtime(tm, zone) + tmxsns(m, 0); in tmxdate() 1408 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); in tmxdate() 1441 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); in tmxdate() 1711 tm = tmxtm(tm, tmxtime(tm, zone), tm->tm_zone); in tmxdate() 1736 now = tmxtime(tm, zone); in tmxdate()
|
H A D | tmxmake.c | 118 now = tmxsec(tmxtime(&te, tm->tm_zone->west)); in tmxtm()
|
H A D | tmxscan.c | 135 t = tmxtime(tm, set->zone); in gen() 161 return z ? tmxtime(tm, set->zone) : t; in gen()
|
H A D | tmxfmt.c | 588 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); in tmxfmt() 598 tm = tmxtm(tm, tmxtime(tm, tm->tm_zone->west + (tm->tm_isdst ? tm->tm_zone->dst : 0)), zp); in tmxfmt()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | tmx | 95 extern Time_t tmxtime(Tm_t*, int);
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | tmx | 117 extern __MANGLE__ Time_t tmxtime __PROTO__((Tm_t*, int));
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | tmx | 117 extern __MANGLE__ Time_t tmxtime __PROTO__((Tm_t*, int));
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | tmx | 117 extern __MANGLE__ Time_t tmxtime __PROTO__((Tm_t*, int));
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | tmx | 117 extern __MANGLE__ Time_t tmxtime __PROTO__((Tm_t*, int));
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | mapfile-vers | 888 tmxtime;
|
H A D | Makefile.defs | 598 tm/tmxtime.o \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 104 tmxscan.c tmxsettime.c tmxsleep.c tmxtime.c tmxtouch.c \
|
H A D | Mamfile | 2406 make tmxtime.o 2407 make tm/tmxtime.c 2410 done tm/tmxtime.c 2411 meta tmxtime.o %.c>%.o tm/tmxtime.c tmxtime 2412 prev tm/tmxtime.c 2413 exec - ${CC} ${mam_cc_FLAGS} ${CCFLAGS} -I. -Icomp -Iinclude -Istd -D_PACKAGE_ast -c tm/tmxtime.c 2414 done tmxtime.o generated 6102 …fmt.o tmxgettime.o tmxleap.o tmxmake.o tmxscan.o tmxsettime.o tmxsleep.o tmxtime.o tmxtouch.o tvcm…
|
H A D | RELEASE | 589 04-12-30 tm/tmxtime.c: fix tm_isdst<0 loop
|