Home
last modified time | relevance | path

Searched refs:tloc (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dsleep.c51 time_t tloc = 0; in b_sleep() local
107 time(&tloc); in b_sleep()
108 tloc += (time_t)(d+.5); in b_sleep()
118 if(sflag || tloc==0 || errno!=EINTR || shp->lastsig) in b_sleep()
121 if(tloc < (now=time(NIL(time_t*)))) in b_sleep()
123 d = (double)(tloc-now); in b_sleep()
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dtime.c35 time(time_t *tloc) in time() argument
41 if (tloc) in time()
42 *tloc = rval; in time()
/illumos-gate/usr/src/boot/efi/libefi/
H A Dtime_event.c66 time(time_t *tloc) in time() argument
71 if (tloc != NULL) in time()
72 *tloc = t; in time()
H A Dtime.c265 time(time_t *tloc) in time() argument
272 if (tloc) in time()
273 *tloc = tv.tv_sec; in time()
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c74 time(time_t *tloc) in time() argument
80 if (tloc != NULL) in time()
81 *tloc = time_now; in time()
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c77 static time_t tloc; variable
230 (void) time(&tloc); in main()
232 DATE_FMT, localtime(&tloc)); in main()
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c122 time_t tloc; in main() local
131 (void) time(&tloc); in main()
132 tmp = localtime(&tloc); in main()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c175 uint32_t id, vers, length, tloc; in verifytag() local
195 tloc = SWAP32(tp->tag_loc); in verifytag()
196 if ((int)loc != -1 && tloc != loc) in verifytag()
207 otp->tag_loc = tloc; in verifytag()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c173 time_t tloc; /* current time */ variable
247 tloc = time(NULL); in main()
618 } else if (tloc - pers->loginat >= 180 * 24 * 60 * 60) { in shortprint()
672 } else if (tloc - pers->loginat > 180 * 24 * 60 * 60) { in personprint()