Home
last modified time | relevance | path

Searched refs:p_btime (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.proc.h58 struct timeval p_btime; /* begin time */ member
63 timeval_t p_btime; /* begin time */ member
68 time_t p_btime; /* begin time */ member
73 clock_t p_btime; /* begin time */ member
H A Dsh.proc.c828 (void) gettimeofday(&pp->p_btime, NULL); in palloc()
831 (void) get_process_stats(&pp->p_btime, PS_SELF, NULL, NULL); in palloc()
836 pp->p_btime = times(&tmptimes); in palloc()
1159 &pp->p_btime); in pprint()
1166 pp->p_btime); in pprint()
1245 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()
1261 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()
1291 diff = pp->p_etime - pp->p_btime; in ptprint()
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c91 static time_t p_btime; /* Created before this time. */ variable
392 if (difftime(p_btime, (time_t)tok.tt.hdr32.s) < 0) { in select_hdr32()
685 p_btime = mktime(&tm); in main()
711 p_btime = mktime(&tm); in main()