HomeSort by: relevance | last modified time | path
    Searched defs:tstop (Results 1 - 2 of 2) sorted by relevancy

  /src/games/larn/
signal.c 20 static void tstop(int);
68 tstop(int n) function in typeref:typename:void
86 signal(SIGTSTP, tstop);
117 signal(SIGTSTP, tstop);
118 signal(SIGSTOP, tstop);
  /src/usr.bin/tftp/
tftp.c 719 struct timeval tstop; variable in typeref:struct:timeval
732 (void)gettimeofday(&tstop, NULL);
741 delta = ((tstop.tv_sec*10.)+(tstop.tv_usec/100000)) -

Completed in 12 milliseconds