Home
last modified time | relevance | path

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

/freebsd-12-stable/tools/build/
Dstat.h41 int futimens(int, const struct timespec *);
Dfutimens.c42 futimens(int fd, const struct timespec times[2]) in futimens() function
DMakefile46 SRCS+= futimens.c utimensat.c
/freebsd-12-stable/sys/kern/
Dcapabilities.conf237 futimens
/freebsd-12-stable/sys/sys/
Dstat.h373 int futimens(int fd, const struct timespec times[2]);
Dsyscall.mk392 futimens.o \
/freebsd-12-stable/bin/mv/
Dmv.c358 if (futimens(to_fd, ts)) in fastcopy()
/freebsd-12-stable/bin/cp/
Dutils.c361 if (fdval ? futimens(fd, tspec) : utimensat(AT_FDCWD, to.p_path, tspec, in setfile()
/freebsd-12-stable/lib/libc/sys/
DMakefile.inc491 MLINKS+=utimensat.2 futimens.2
DSymbol.map373 futimens;
/freebsd-12-stable/sbin/restore/
Dtape.c723 (void) futimens(ofile, ctimep); in extractfile()
724 (void) futimens(ofile, mtimep); in extractfile()
/freebsd-12-stable/contrib/xz/src/xz/
Dfile_io.c453 (void)futimens(pair->dest_fd, tv); in io_copy_attrs()
/freebsd-12-stable/usr.bin/unzip/
Dunzip.c675 if (futimens(fd, ts) != 0) in extract_file()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DPath.inc790 if (::futimens(FD, Times))
814 #warning Missing futimes() and futimens()
/freebsd-12-stable/usr.bin/gzip/
Dgzip.c1140 if (futimens(fd, times) < 0) in copymodes()
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_read_disk_posix.c2027 if (futimens(fd, timespecs) == 0) in close_and_restore_time()
Darchive_write_disk_posix.c3506 return futimens(fd, ts); in set_time()
/freebsd-12-stable/
DMakefile.inc1956 .for f in futimens utimensat
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_syscalls_netbsd.inc3674 PRE_SYSCALL(futimens)(long long fd_, void *tptr_) {
3681 POST_SYSCALL(futimens)(long long res, long long fd_, void *tptr_) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1811 fun:futimens=uninstrumented