Searched refs:tstop (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c143 struct timeval tstart, tstop, tremain, time2wait; local
150 (void) gettimeofday (&tstop, NULL);
153 (tstop.tv_sec - tstart.tv_sec);
155 (tstop.tv_usec - tstart.tv_usec);
/freebsd-10.1-release/libexec/tftpd/
H A Dtftp-utils.h120 struct timeval tstop; member in struct:tftp_stats
H A Dtftp-transfer.c144 gettimeofday(&(ts->tstop), NULL);
190 gettimeofday(&(ts->tstop), NULL);
302 gettimeofday(&(ts->tstop), NULL);
H A Dtftp-utils.c305 delta = ((ts->tstop.tv_sec*10.)+(ts->tstop.tv_usec/100000)) -
/freebsd-10.1-release/contrib/top/
H A Dtop.c75 sigret_t tstop();
584 (void) signal(SIGTSTP, tstop);
782 (void) signal(SIGTSTP, tstop);
1205 sigret_t tstop(i) /* SIGTSTP handler */ function

Completed in 114 milliseconds