Searched refs:tvp (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/bionic/ |
D | utime.c | 45 struct timeval tv[2], *tvp; local 51 tvp = tv; 53 tvp = NULL; 54 return (utimes(path, tvp));
|
/bionic/libc/netbsd/resolv/ |
D | res_send.c | 1150 struct timeval tv, *tvp; in pselect() local 1155 tvp = &tv; in pselect() 1158 tvp = NULL; in pselect() 1161 n = select(nfds, rfds, wfds, efds, tvp); in pselect()
|
/bionic/libc/include/sys/ |
D | linux-unistd.h | 136 int utimes (const char*, const struct timeval tvp[2]);
|
/bionic/libc/ |
D | SYSCALLS.TXT | 164 int utimes(const char*, const struct timeval tvp[2]) 269, 271
|