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

  /src/lib/libc/compat/sys/
compat_select.c 68 struct timespec tim, *timp; variable in typeref:struct:timespec *
71 timespec50_to_timespec(tim50, timp = &tim);
73 timp = NULL;
74 return __pollts50(fds, nfds, timp, sigmask);
81 struct timeval tim, *timp; local in function:select
84 timeval50_to_timeval(tim50, timp = &tim);
86 timp = NULL;
87 return __select50(nfds, readfds, writefds, exceptfds, timp);
95 struct timespec tim, *timp; local in function:pselect
98 timespec50_to_timespec(tim50, timp = &tim)
    [all...]
compat_clock.c 63 struct timespec tim, *timp; variable in typeref:struct:timespec *
67 timespec50_to_timespec(tim50, timp = &tim);
69 timp = NULL;
70 error = __clock_settime50(clockid, timp);
79 struct timespec tim, *timp = tim50 ? &tim : NULL; local in function:clock_gettime
80 int error = __clock_gettime50(clockid, timp);
84 timespec_to_timespec50(timp, tim50);
91 struct timespec tim, *timp = tim50 ? &tim : NULL; local in function:clock_getres
92 int error = __clock_getres50(clockid, timp);
96 timespec_to_timespec50(timp, tim50)
    [all...]
compat_itimer.c 55 struct itimerval tim, *timp; variable in typeref:struct:itimerval *
61 itimerval50_to_itimerval(tim50, timp = &tim);
63 timp = NULL;
64 error = __setitimer50(timerid, timp, otimp);
75 struct itimerval tim, *timp = tim50 ? &tim : NULL; local in function:getitimer
76 int error = __getitimer50(timerid, timp);
80 itimerval_to_itimerval50(timp, tim50);
compat_timer.c 56 struct itimerspec tim, *timp; variable in typeref:struct:itimerspec *
62 itimerspec50_to_itimerspec(tim50, timp = &tim);
64 timp = NULL;
65 error = __timer_settime50(timerid, flags, timp, otimp);
76 struct itimerspec tim, *timp = tim50 ? &tim : NULL; local in function:timer_gettime
77 int error = __timer_gettime50(timerid, timp);
81 itimerspec_to_itimerspec50(timp, tim50);
  /src/usr.bin/lock/
lock.c 102 struct tm *timp; local in function:main
178 timp = localtime(&curtime);
179 ap = asctime(timp);
183 tzn = timp->tm_zone;

Completed in 13 milliseconds