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

  /bionic/libc/bionic/
utime.c 45 struct timeval tv[2], *tvp; local
51 tvp = tv;
53 tvp = NULL;
54 return (utimes(path, tvp));
  /external/qemu/distrib/sdl-1.2.12/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)) */
  /bionic/libc/netbsd/resolv/
res_send.c 1149 struct timeval tv, *tvp; local
1154 tvp = &tv;
1157 tvp = NULL;
1160 n = select(nfds, rfds, wfds, efds, tvp);
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSNetworkSystem.cpp 948 timeval* tvp = NULL; local
951 tvp = &tv;
955 int result = select(maxFd + 1, &readFds, &writeFds, NULL, tvp);
    [all...]

Completed in 528 milliseconds