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