Home
last modified time | relevance | path

Searched refs:tstop (Results 1 – 8 of 8) sorted by relevance

/NextBSD/crypto/openssh/openbsd-compat/
HDbsd-misc.c143 struct timeval tstart, tstop, tremain, time2wait; in nanosleep() local
150 (void) gettimeofday (&tstop, NULL); in nanosleep()
153 (tstop.tv_sec - tstart.tv_sec); in nanosleep()
155 (tstop.tv_usec - tstart.tv_usec); in nanosleep()
/NextBSD/libexec/tftpd/
HDtftp-transfer.c144 gettimeofday(&(ts->tstop), NULL); in tftp_send()
190 gettimeofday(&(ts->tstop), NULL); in tftp_receive()
302 gettimeofday(&(ts->tstop), NULL); in tftp_receive()
HDtftp-utils.c305 delta = ((ts->tstop.tv_sec*10.)+(ts->tstop.tv_usec/100000)) - in printstats()
HDtftp-utils.h120 struct timeval tstop; member
/NextBSD/contrib/top/
HDtop.c75 sigret_t tstop();
584 (void) signal(SIGTSTP, tstop);
782 (void) signal(SIGTSTP, tstop);
1205 sigret_t tstop(i) /* SIGTSTP handler */ in tstop() function
/NextBSD/contrib/gdb/gdb/doc/
HDgdb.info-15893 `tstop'
5917 (gdb) tstop
HDgdb.info-36574 * tstop: Starting and Stopping Trace Experiment.
HDgdb.texinfo6955 @kindex tstop
6957 @item tstop
6986 (@value{GDBP}) @b{tstop}