Searched defs:tvp (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dutime.c52 struct timeval tv[2], *tvp; local
57 tvp = NULL;
62 tvp = tv;
64 return (utimes(path, tvp));
/bionic/libc/dns/resolv/
H A Dres_send.c1380 struct timeval tv, *tvp; local
1385 tvp = &tv;
1388 tvp = NULL;
1391 n = select(nfds, rfds, wfds, efds, tvp);

Completed in 85 milliseconds