Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dsleep.c51 time_t tloc = 0; in b_sleep() local
97 time(&tloc); in b_sleep()
98 tloc += (time_t)(d+.5); in b_sleep()
108 if(sflag || tloc==0 || errno!=EINTR || shp->lastsig) in b_sleep()
111 if(tloc < (now=time(NIL(time_t*)))) in b_sleep()
113 d = (double)(tloc-now); in b_sleep()
/titanic_44/usr/src/lib/libc/port/sys/
H A Dtime.c37 time(time_t *tloc) in time() argument
43 if (tloc) in time()
44 *tloc = rval; in time()
/titanic_44/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()
/titanic_44/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()
/titanic_44/usr/src/cmd/acct/
H A Dwtmpfix.c124 time_t tloc; in main() local
133 (void) time(&tloc); in main()
134 tmp = localtime(&tloc); in main()
/titanic_44/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c177 uint32_t id, vers, length, tloc; in verifytag() local
197 tloc = SWAP32(tp->tag_loc); in verifytag()
198 if ((int)loc != -1 && tloc != loc) in verifytag()
209 otp->tag_loc = tloc; in verifytag()
/titanic_44/usr/src/cmd/avs/dscfg/
H A Ddscfg.c314 time_t tloc = 0; in print_config() local
334 (void) time(&tloc); in print_config()
337 (void) printf(gettext("# File created on: %s"), ctime(&tloc)); in print_config()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c169 time_t tloc; /* current time */ variable
243 tloc = time(NULL); in main()
614 } else if (tloc - pers->loginat >= 180 * 24 * 60 * 60) { in shortprint()
668 } else if (tloc - pers->loginat > 180 * 24 * 60 * 60) { in personprint()
/titanic_44/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);
/titanic_44/usr/src/lib/libdscfg/common/
H A Dcfg.c1484 time_t tloc; in cfg_init_header() local
1488 hd->h_stamp = time(&tloc); in cfg_init_header()
2079 time_t tloc; in cfg_commit() local
2110 cfp->cf_head->h_stamp = time(&tloc); in cfg_commit()