Searched refs:tvp (Results 1 – 2 of 2) sorted by relevance
52 struct timeval tv[2], *tvp; in utime() local57 tvp = NULL; in utime()62 tvp = tv; in utime()64 return (utimes(path, tvp)); in utime()
1370 struct timeval tv, *tvp; in pselect() local1375 tvp = &tv; in pselect()1378 tvp = NULL; in pselect()1381 n = select(nfds, rfds, wfds, efds, tvp); in pselect()