HomeSort by relevance Sort by last modified time
    Searched defs:tvp (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-netbsd/libc/gen/
utime.c 52 struct timeval tv[2], *tvp; local
57 tvp = NULL;
62 tvp = tv;
64 return (utimes(path, tvp));
  /external/openssh/openbsd-compat/
bsd-poll.c 46 struct timeval tv, *tvp = NULL; local
85 tvp = &tv;
88 ret = select(maxfd + 1, readfds, writefds, exceptfds, tvp);
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggievents.c 51 struct timeval *tvp, tv = { 0, 0 }; local
54 tvp = &tv;
58 while (ggiEventPoll(VIS, emAll, tvp))
59 /* while (ggiEventPoll(VIS, (emKeyboard | emPointer | emCommand), tvp)) */
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 350 struct timeval tv, *tvp = NULL; local
362 tvp = &tv;
364 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp));
  /bionic/libc/netbsd/resolv/
res_send.c 1337 struct timeval tv, *tvp; local
    [all...]
  /external/openssh/
serverloop.c 282 struct timeval tv, *tvp; local
354 tvp = NULL;
358 tvp = &tv;
362 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
    [all...]
clientloop.c 564 struct timeval tv, *tvp; local
623 tvp = NULL;
627 tvp = &tv;
630 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
    [all...]
ssh-agent.c 1143 struct timeval *tvp = NULL; local
    [all...]
  /external/mksh/src/
funcs.c 894 struct tbl *tvp; local
905 for (tvp = vp; tvp; tvp = tvp->u.array)
906 if (tvp->flag & ISSET) {
    [all...]

Completed in 238 milliseconds