Home
last modified time | relevance | path

Searched refs:tmxtime (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmxtime.c46 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 Dtmtime.c40 return tmxsec(tmxtime(tm, west)); in tmtime()
H A Dtmxdate.c272 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 Dtmxmake.c118 now = tmxsec(tmxtime(&te, tm->tm_zone->west)); in tmxtm()
H A Dtmxscan.c135 t = tmxtime(tm, set->zone); in gen()
161 return z ? tmxtime(tm, set->zone) : t; in gen()
H A Dtmxfmt.c588 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 Dtmx95 extern Time_t tmxtime(Tm_t*, int);
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtmx117 extern __MANGLE__ Time_t tmxtime __PROTO__((Tm_t*, int));
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtmx117 extern __MANGLE__ Time_t tmxtime __PROTO__((Tm_t*, int));
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtmx117 extern __MANGLE__ Time_t tmxtime __PROTO__((Tm_t*, int));
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtmx117 extern __MANGLE__ Time_t tmxtime __PROTO__((Tm_t*, int));
/illumos-gate/usr/src/cmd/ast/libast/
H A Dmapfile-vers888 tmxtime;
H A DMakefile.defs598 tm/tmxtime.o \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMakefile104 tmxscan.c tmxsettime.c tmxsleep.c tmxtime.c tmxtouch.c \
H A DMamfile2406 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 DRELEASE589 04-12-30 tm/tmxtime.c: fix tm_isdst<0 loop