futimesat
int futimesat(int, const char *, const struct timeval [2]);
(void) futimesat(cwd, (pattr == NULL) ? fullname : pattr, times);
if (futimesat(dirfd, nam_p, times) < 0) {
(void) futimesat(fd, ".", times);
static int futimesat();
if (futimesat(dirfd, path, timebuf) < 0)
(void) futimesat(cwd, (pattr == NULL) ? dirp : pattr, times);
return (futimesat(fd, NULL, times));
if (futimesat(fd, NULL, tv) == -1)
if (futimesat(rfd, path, tv) == -1)
if (futimesat(rfd, lpath, tv) == -1)
if (futimesat(dfd, "file", tv) == -1)
if (futimesat(dfd, "link", tv) == -1)
if (futimesat(AT_FDCWD, "file", tv) == -1)
if (futimesat(AT_FDCWD, "link", tv) == -1)
int futimesat(int, const char *, const struct timeval *);