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

  /bionic/libc/upstream-netbsd/lib/libc/gen/
utime.c 52 struct timeval tv[2], *tvp; local
57 tvp = NULL;
62 tvp = tv;
64 return (utimes(path, tvp));
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
utime.c 60 struct timeval tv[2], *tvp; local
65 tvp = NULL;
70 tvp = tv;
72 return (utimes(path, tvp));
  /external/openssh/openbsd-compat/
bsd-poll.c 47 struct timeval tv, *tvp = NULL; local
86 tvp = &tv;
89 ret = select(maxfd + 1, readfds, writefds, exceptfds, tvp);
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraDevice.cpp 374 struct timeval tv, *tvp = NULL; local
387 tvp = &tv;
389 int res = TEMP_FAILURE_RETRY(select(fd_num, fds, NULL, NULL, tvp));
  /external/curl/lib/
asyn-ares.c 406 struct timeval *tvp, tv, store; local
415 tvp = ares_timeout((ares_channel)data->state.resolver, &store, &tv);
420 if(!tvp->tv_sec)
421 timeout_ms = (int)(tvp->tv_usec/1000);
openldap.c 261 struct timeval tv = {0, 1}, *tvp; local
287 tvp = &tv;
309 if(tvp)
313 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, tvp, &msg);
  /external/openssh/
serverloop.c 203 struct timeval tv, *tvp; local
256 tvp = NULL;
260 tvp = &tv;
264 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
ssh-agent.c 1222 struct timeval *tvp = NULL; local
    [all...]
clientloop.c 617 struct timeval tv, *tvp; local
684 tvp = NULL;
688 tvp = &tv;
691 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c 215 struct timeval tv, *tvp; local
226 tvp = (struct timeval *)0;
245 tvp = &tv;
278 n = select(max, &ifdset, &ofdset, &efdset, tvp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c 215 struct timeval tv, *tvp; local
226 tvp = (struct timeval *)0;
245 tvp = &tv;
278 n = select(max, &ifdset, &ofdset, &efdset, tvp);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c 215 struct timeval tv, *tvp; local
226 tvp = (struct timeval *)0;
245 tvp = &tv;
278 n = select(max, &ifdset, &ofdset, &efdset, tvp);
    [all...]
  /external/mksh/src/
var.c 2107 struct tbl *tvp; local
    [all...]
  /external/python/cpython2/Modules/
selectmodule.c 204 struct timeval tv, *tvp; local
215 tvp = (struct timeval *)0;
234 tvp = &tv;
267 n = select(max, &ifdset, &ofdset, &efdset, tvp);
    [all...]
  /external/python/cpython3/Modules/
selectmodule.c 202 struct timeval tv, *tvp; local
213 tvp = (struct timeval *)NULL;
230 tvp = &tv;
263 if (tvp)
269 n = select(max, &ifdset, &ofdset, &efdset, tvp);
279 if (tvp) {
    [all...]
socketmodule.c 714 struct timeval tv, *tvp; local
750 tvp = &tv;
753 tvp = NULL;
770 NULL, &fds, &efds, tvp);
773 &fds, NULL, &efds, tvp);
    [all...]

Completed in 966 milliseconds