Home
last modified time | relevance | path

Searched refs:tvp (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dutime.c45 struct timeval tv[2], *tvp; local
51 tvp = tv;
53 tvp = NULL;
54 return (utimes(path, tvp));
/bionic/libc/netbsd/resolv/
Dres_send.c1150 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/
Dlinux-unistd.h136 int utimes (const char*, const struct timeval tvp[2]);
/bionic/libc/
DSYSCALLS.TXT164 int utimes(const char*, const struct timeval tvp[2]) 269, 271