Searched refs:futimens (Results 1 – 8 of 8) sorted by relevance
36 futimens(int fd, const timespec_t times[2]) in futimens() function114 return (futimens(fd, tsp)); in futimesat()
172 futimens(int fd, timespec_t *tsptr) in futimens() function204 return (futimens((int)arg1, (timespec_t *)arg2)); in utimesys()
200 futimens.2 \400 futimens.2 := LINKSRC = utimes.2
513 extern int futimens(int, const struct timespec[2]);
241 if ((fd >= 0 && futimens(fd, tsp) != 0) || in main()
193 link path=usr/share/man/man2/futimens.2 target=utimes.2
558 futimens;
2023 see=futimens(2)