Home
last modified time | relevance | path

Searched refs:futimens (Results 1 – 20 of 20) sorted by relevance

/freebsd/tools/build/
H A Dstat.h39 int futimens(int, const struct timespec *);
H A Dfutimens.c40 futimens(int fd, const struct timespec times[2]) in futimens() function
H A DMakefile77 SRCS+= futimens.c utimensat.c
/freebsd/sys/sys/
H A Dstat.h374 int futimens(int fd, const struct timespec times[2]);
H A Dsyscall.mk391 futimens.o \
/freebsd/lib/libsys/
H A DSymbol.sys.map336 futimens;
H A DMakefile.sys533 MLINKS+=utimensat.2 futimens.2
/freebsd/bin/mv/
H A Dmv.c325 if (futimens(to_fd, ts)) in fastcopy()
/freebsd/bin/cp/
H A Dutils.c330 if (fdval ? futimens(fd, tspec) : utimensat(AT_FDCWD, to.p_path, tspec, in setfile()
/freebsd/sbin/restore/
H A Dtape.c715 (void) futimens(ofile, ctimep); in extractfile()
716 (void) futimens(ofile, mtimep); in extractfile()
/freebsd/contrib/xz/src/xz/
H A Dfile_io.c393 (void)futimens(pair->dest_fd, tv); in io_copy_attrs()
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c761 if (futimens(fd, ts) != 0) in extract_file()
/freebsd/tests/sys/file/
H A Dpath_test.c125 ATF_REQUIRE_ERRNO(EBADF, futimens(pathfd, ts) == -1); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc801 if (::futimens(FD, Times))
825 #warning Missing futimes() and futimens()
/freebsd/usr.bin/gzip/
H A Dgzip.c1094 if (futimens(fd, times) < 0) in copymodes()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c2055 if (futimens(fd, timespecs) == 0) in close_and_restore_time()
H A Darchive_write_disk_posix.c3534 return futimens(fd, ts); in set_time()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscalls_netbsd.inc3674 PRE_SYSCALL(futimens)(long long fd_, void *tptr_) {
3681 POST_SYSCALL(futimens)(long long res, long long fd_, void *tptr_) {
H A Dsanitizer_common_interceptors.inc151 #define futimens __futimens_time64
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1816 fun:futimens=uninstrumented