HomeSort by: relevance | last modified time | path
    Searched defs:tvec (Results 1 - 3 of 3) sorted by relevancy

  /src/games/adventure/
wizard.c 60 time_t tvec; local in function:datime
63 time(&tvec);
64 tptr = localtime(&tvec);
  /src/usr.bin/script/
script.c 267 time_t tvec; local in function:dooutput
271 tvec = time(NULL);
275 (void)fprintf(fscript, "Script started on %s", ctime(&tvec));
344 time_t tvec; local in function:done
347 tvec = time(NULL);
352 ctime(&tvec));
  /src/usr.sbin/lpr/lpd/
printjob.c 1015 time_t tvec; local in function:banner
1017 time(&tvec);
1029 (void)write(ofd, ctime(&tvec), 24);
1043 (void)write(ofd, ctime(&tvec), 24);

Completed in 13 milliseconds