Searched refs:tloc (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dtime.c37 time(time_t *tloc) argument
43 if (tloc)
44 *tloc = rval;
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dtime.c39 time(time_t *tloc) argument
44 if (tloc)
45 *tloc = secs;
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_time.c34 time(time_t *tloc) argument
39 if (tloc)
40 *tloc = secs;
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dsleep.c51 time_t tloc = 0; local
97 time(&tloc);
98 tloc += (time_t)(d+.5);
108 if(sflag || tloc==0 || errno!=EINTR || shp->lastsig)
111 if(tloc < (now=time(NIL(time_t*))))
113 d = (double)(tloc-now);
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Dtime.c210 time(time_t *tloc) argument
215 if (tloc)
216 *tloc = tv.tv_sec;
/illumos-gate/usr/src/stand/lib/sa/
H A Dtime.c74 time(time_t *tloc) argument
80 if (tloc != NULL)
81 *tloc = time_now;
/illumos-gate/usr/src/cmd/wall/
H A Dwall.c77 static time_t tloc; variable
230 (void) time(&tloc);
232 DATE_FMT, localtime(&tloc));
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c124 time_t tloc; local
133 (void) time(&tloc);
134 tmp = localtime(&tloc);
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c177 uint32_t id, vers, length, tloc; local
197 tloc = SWAP32(tp->tag_loc);
198 if ((int)loc != -1 && tloc != loc)
209 otp->tag_loc = tloc;
/illumos-gate/usr/src/cmd/avs/dscfg/
H A Ddscfg.c314 time_t tloc = 0; local
334 (void) time(&tloc);
337 (void) printf(gettext("# File created on: %s"), ctime(&tloc));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c169 time_t tloc; /* current time */ variable
243 tloc = time(NULL);
614 } else if (tloc - pers->loginat >= 180 * 24 * 60 * 60) {
668 } else if (tloc - pers->loginat > 180 * 24 * 60 * 60) {
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c1688 time_t tloc; local
1718 tloc = time(NULL);
1719 tm_ptr = (struct tm *)localtime_r(&tloc, &tm_storage);
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c1484 time_t tloc; local
1488 hd->h_stamp = time(&tloc);
2079 time_t tloc; local
2110 cfp->cf_head->h_stamp = time(&tloc);

Completed in 100 milliseconds