Home
last modified time | relevance | path

Searched refs:time0 (Results 1 – 9 of 9) sorted by relevance

/original-bsd/lib/libc/gen/
H A Ddifftime.c15 difftime(time1, time0) in difftime() argument
16 time_t time1, time0; in difftime()
18 return(time1 - time0);
/original-bsd/games/chess/
H A Dgnuchess.h82 extern long ResponseTime,ExtraTime,Level,et,et0,time0,cputimer,ft;
H A Dnondsp.c114 time0 = time((long *)0); in InputCommand()
124 ft = time((long *)0) - time0; in InputCommand()
427 et = time((long *)0) - time0;
436 time0 = time((long *)0); et0 = 0;
H A Duxdsp.c112 time0 = time((long *)0); in InputCommand()
123 ft = time((time_t *)0) - time0; in InputCommand()
420 et = time((time_t *)0) - time0;
429 time0 = time((time_t *)0); et0 = 0;
H A Dgnuchess.c133 long ResponseTime,ExtraTime,Level,et,et0,time0,cputimer,ft; variable
441 time0 = time((long *)0); in NewGame()
617 srand((unsigned)time0); in OpeningBook()
/original-bsd/bin/csh/
H A Dtime.c32 (void) gettimeofday(&time0, NULL); in settimes()
55 prusage(&ru0, &ru1, &timedol, &time0);
H A Dcsh.h119 struct timeval time0; /* Time at which the shell started */ variable
H A Dcsh.c1157 new = stb.st_mtime > time0.tv_sec; in mailchk()
/original-bsd/contrib/connectd/cd/
H A Dmain.c73 time_t time0; variable
428 time0 = time(0);
582 if (time0) {
583 wtmp.ut_time = time0;
584 time0 = 0;