Searched refs:tloc (Results 1 – 10 of 10) sorted by relevance
51 time_t tloc = 0; in b_sleep() local97 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()
37 time(time_t *tloc) in time() argument43 if (tloc) in time()44 *tloc = rval; in time()
74 time(time_t *tloc) in time() argument80 if (tloc != NULL) in time()81 *tloc = time_now; in time()
77 static time_t tloc; variable230 (void) time(&tloc); in main()232 DATE_FMT, localtime(&tloc)); in main()
124 time_t tloc; in main() local133 (void) time(&tloc); in main()134 tmp = localtime(&tloc); in main()
177 uint32_t id, vers, length, tloc; in verifytag() local197 tloc = SWAP32(tp->tag_loc); in verifytag()198 if ((int)loc != -1 && tloc != loc) in verifytag()209 otp->tag_loc = tloc; in verifytag()
314 time_t tloc = 0; in print_config() local334 (void) time(&tloc); in print_config()337 (void) printf(gettext("# File created on: %s"), ctime(&tloc)); in print_config()
169 time_t tloc; /* current time */ variable243 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()
1688 time_t tloc; local1718 tloc = time(NULL);1719 tm_ptr = (struct tm *)localtime_r(&tloc, &tm_storage);
1484 time_t tloc; in cfg_init_header() local1488 hd->h_stamp = time(&tloc); in cfg_init_header()2079 time_t tloc; in cfg_commit() local2110 cfp->cf_head->h_stamp = time(&tloc); in cfg_commit()