HomeSort by relevance Sort by last modified time
    Searched full:tremain (Results 1 - 1 of 1) sorted by null

  /external/openssh/openbsd-compat/
bsd-misc.c 142 struct timeval tstart, tstop, tremain, time2wait; local
151 tremain.tv_sec = time2wait.tv_sec -
153 tremain.tv_usec = time2wait.tv_usec -
155 tremain.tv_sec += tremain.tv_usec / 1000000L;
156 tremain.tv_usec %= 1000000L;
158 tremain.tv_sec = 0;
159 tremain.tv_usec = 0;
162 TIMEVAL_TO_TIMESPEC(&tremain, rem)

Completed in 114 milliseconds