Searched refs:futimens (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/tools/build/
H A Dstat.h39 int futimens(int, const struct timespec *);
H A Dfutimens.c40 futimens(int fd, const struct timespec times[2]) function
H A DMakefile77 SRCS+= futimens.c utimensat.c
/freebsd-current/sys/sys/
H A Dsyscall.mk391 futimens.o \
H A Dstat.h374 int futimens(int fd, const struct timespec times[2]);
/freebsd-current/bin/mv/
H A Dmv.c325 if (futimens(to_fd, ts))
/freebsd-current/bin/cp/
H A Dutils.c330 if (fdval ? futimens(fd, tspec) : utimensat(AT_FDCWD, to.p_path, tspec,
/freebsd-current/lib/libsys/
H A DMakefile.sys533 MLINKS+=utimensat.2 futimens.2
/freebsd-current/sbin/restore/
H A Dtape.c715 (void) futimens(ofile, ctimep);
716 (void) futimens(ofile, mtimep);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc801 if (::futimens(FD, Times))
825 #warning Missing futimes() and futimens()
/freebsd-current/tests/sys/file/
H A Dpath_test.c125 ATF_REQUIRE_ERRNO(EBADF, futimens(pathfd, ts) == -1);
/freebsd-current/contrib/xz/src/xz/
H A Dfile_io.c480 (void)futimens(pair->dest_fd, tv);
/freebsd-current/contrib/libarchive/unzip/
H A Dbsdunzip.c761 if (futimens(fd, ts) != 0)
762 error("futimens('%s')", *path);
/freebsd-current/usr.bin/gzip/
H A Dgzip.c1094 if (futimens(fd, times) < 0)
1095 maybe_warn("couldn't futimens: %s", file);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c2054 /* futimens() is defined in POSIX.1-2008. */
2055 if (futimens(fd, timespecs) == 0)
H A Darchive_write_disk_posix.c3523 * utimensat() and futimens() are defined in
3534 return futimens(fd, ts);

Completed in 401 milliseconds