Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/gen/
Dutime.c52 struct timeval tv[2], *tvp; in utime() local
57 tvp = NULL; in utime()
62 tvp = tv; in utime()
64 return (utimes(path, tvp)); in utime()
/bionic/libc/dns/resolv/
Dres_send.c1370 struct timeval tv, *tvp; in pselect() local
1375 tvp = &tv; in pselect()
1378 tvp = NULL; in pselect()
1381 n = select(nfds, rfds, wfds, efds, tvp); in pselect()