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

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-misc.c142 struct timeval tstart, tstop, tremain, time2wait; local
149 (void) gettimeofday (&tstop, NULL);
152 (tstop.tv_sec - tstart.tv_sec);
154 (tstop.tv_usec - tstart.tv_usec);
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dtftp.c657 struct timeval tstop; variable in typeref:struct:timeval
670 (void)gettimeofday(&tstop, NULL);
680 delta = ((tstop.tv_sec*10.)+(tstop.tv_usec/100000)) -
/macosx-10.10/vim-55/runtime/syntax/
H A Dgdb.vim29 syn keyword gdbStatement contained stop target tbreak tdump tfind thbreak thread tp trace tstart tstatus tstop

Completed in 127 milliseconds