Searched refs:time0 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/contrib/tzcode/stdtime/
H A Ddifftime.c21 difftime(time1, time0)
23 const time_t time0;
31 return (double) time1 - (double) time0;
36 return time1 - time0;
44 if (time1 >= time0)
45 return time1 - time0;
46 else return -((double) (time0 - time1));
50 ** Handle cases where both time1 and time0 have the same sign
53 if ((time1 < 0) == (time0 < 0))
54 return time1 - time0;
[all...]
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.time.c74 (void) gettimeofday(&time0, NULL);
82 (void) get_process_stats(&time0, PS_SELF, &ru0, &ruch);
86 time0 = times(&times0);
115 prusage(&ru0, &ru1, &timedol, &time0);
123 prusage(&ru0, &ru1, &timedol, &time0);
138 prusage(&times0, &times_dol, timedol, time0);
H A Dsh.h613 EXTERN struct timeval time0; /* Time at which the shell started */ variable in typeref:struct:timeval
617 EXTERN timeval_t time0; /* time at which shell started */ variable
621 EXTERN time_t time0; /* time at which shell started */ variable
623 EXTERN clock_t time0; /* time at which shell started */ variable
H A Dsh.c2233 new = stb.st_mtime > time0.tv_sec;
2252 new = stb.st_mtime > time0.tv_sec;
/freebsd-10.1-release/sys/netgraph/
H A Dng_cisco.c90 uint16_t time0; member in struct:cisco_packet
629 ch->time0 = htons((uint16_t) (t >> 16));
/freebsd-10.1-release/usr.bin/xlint/llib/
H A Dllib-lposix103 double (difftime)(time_t time1, time_t time0);
/freebsd-10.1-release/sys/net/
H A Dif_spppsubr.c198 u_short time0; member in struct:cisco_packet
1334 (u_int)h->time0, (u_int)h->time1);
1411 ch->time0 = htons ((u_short) (tv.tv_sec >> 16));
1418 (u_long)ch->par2, (u_int)ch->rel, (u_int)ch->time0, (u_int)ch->time1);

Completed in 95 milliseconds