Searched refs:futimens (Results 1 – 20 of 20) sorted by relevance
| /freebsd-12-stable/tools/build/ |
| D | stat.h | 41 int futimens(int, const struct timespec *);
|
| D | futimens.c | 42 futimens(int fd, const struct timespec times[2]) in futimens() function
|
| D | Makefile | 46 SRCS+= futimens.c utimensat.c
|
| /freebsd-12-stable/sys/kern/ |
| D | capabilities.conf | 237 futimens
|
| /freebsd-12-stable/sys/sys/ |
| D | stat.h | 373 int futimens(int fd, const struct timespec times[2]);
|
| D | syscall.mk | 392 futimens.o \
|
| /freebsd-12-stable/bin/mv/ |
| D | mv.c | 358 if (futimens(to_fd, ts)) in fastcopy()
|
| /freebsd-12-stable/bin/cp/ |
| D | utils.c | 361 if (fdval ? futimens(fd, tspec) : utimensat(AT_FDCWD, to.p_path, tspec, in setfile()
|
| /freebsd-12-stable/lib/libc/sys/ |
| D | Makefile.inc | 491 MLINKS+=utimensat.2 futimens.2
|
| D | Symbol.map | 373 futimens;
|
| /freebsd-12-stable/sbin/restore/ |
| D | tape.c | 723 (void) futimens(ofile, ctimep); in extractfile() 724 (void) futimens(ofile, mtimep); in extractfile()
|
| /freebsd-12-stable/contrib/xz/src/xz/ |
| D | file_io.c | 453 (void)futimens(pair->dest_fd, tv); in io_copy_attrs()
|
| /freebsd-12-stable/usr.bin/unzip/ |
| D | unzip.c | 675 if (futimens(fd, ts) != 0) in extract_file()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Path.inc | 790 if (::futimens(FD, Times)) 814 #warning Missing futimes() and futimens()
|
| /freebsd-12-stable/usr.bin/gzip/ |
| D | gzip.c | 1140 if (futimens(fd, times) < 0) in copymodes()
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_read_disk_posix.c | 2027 if (futimens(fd, timespecs) == 0) in close_and_restore_time()
|
| D | archive_write_disk_posix.c | 3506 return futimens(fd, ts); in set_time()
|
| /freebsd-12-stable/ |
| D | Makefile.inc1 | 956 .for f in futimens utimensat
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_syscalls_netbsd.inc | 3674 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/ |
| D | libc_ubuntu1404_abilist.txt | 1811 fun:futimens=uninstrumented
|