Home
last modified time | relevance | path

Searched refs:HAVE_FUTIMES (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/clang/include/llvm/Config/
H A Dconfig.h99 #define HAVE_FUTIMES 1 macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.c132 # ifdef HAVE_FUTIMES in utimensat()
145 # ifndef HAVE_FUTIMES in utimensat()
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c77 (!defined(HAVE_FUTIMENS) && defined(HAVE_FUTIMES)))
655 (!defined(HAVE_FUTIMENS) && defined(HAVE_FUTIMES))) in extract_file()
717 (!defined(HAVE_FUTIMENS) && defined(HAVE_FUTIMES))) in extract_file()
763 #elif defined(HAVE_FUTIMES) in extract_file()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_platform.h177 #if defined(HAVE_FCHMOD) || defined(HAVE_FUTIMES) || defined(HAVE_ACL_SET_FD) || defined(HAVE_ACL_S…
H A Darchive_read_disk_posix.c2065 #if !defined(HAVE_FUTIMENS) && defined(HAVE_FUTIMES) && !defined(__CYGWIN__) in close_and_restore_time()
H A Darchive_write_disk_posix.c3551 #ifdef HAVE_FUTIMES in set_time()
/freebsd/lib/libarchive/
H A Dconfig_freebsd.h123 #define HAVE_FUTIMES 1 macro
/freebsd/contrib/xz/src/xz/
H A Dfile_io.c23 #if defined(HAVE_FUTIMES) || defined(HAVE_FUTIMESAT) || defined(HAVE_UTIMES)
395 #elif defined(HAVE_FUTIMES) || defined(HAVE_FUTIMESAT) || defined(HAVE_UTIMES) in io_copy_attrs()
403 # if defined(HAVE_FUTIMES) in io_copy_attrs()
/freebsd/crypto/openssh/
H A Dconfig.h628 #define HAVE_FUTIMES 1 macro
H A Dsftp-server.c1075 #ifdef HAVE_FUTIMES in process_fsetstat()
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c936 #if defined(HAVE_FUTIMES) && !defined(__CYGWIN__) in restore_time()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc804 #elif defined(HAVE_FUTIMES)