Home
last modified time | relevance | path

Searched refs:HAVE_FUTIMENS (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_platform.h55 # undef HAVE_FUTIMENS
59 # define HAVE_FUTIMENS 1 macro
H A Darchive_read_disk_posix.c2036 #if defined(HAVE_FUTIMENS) && !defined(__CYGWIN__) in close_and_restore_time()
2048 #if defined(HAVE_FUTIMENS) && !defined(__CYGWIN__) in close_and_restore_time()
2065 #if !defined(HAVE_FUTIMENS) && defined(HAVE_FUTIMES) && !defined(__CYGWIN__) in close_and_restore_time()
H A Darchive_write_disk_posix.c3521 #if defined(HAVE_UTIMENSAT) && defined(HAVE_FUTIMENS) in set_time()
/freebsd/contrib/libarchive/unzip/
H A Dbsdunzip.c77 (!defined(HAVE_FUTIMENS) && defined(HAVE_FUTIMES)))
651 #if defined(HAVE_UTIMENSAT) || defined(HAVE_FUTIMENS) in extract_file()
655 (!defined(HAVE_FUTIMENS) && defined(HAVE_FUTIMES))) in extract_file()
711 #if defined(HAVE_UTIMENSAT) || defined(HAVE_FUTIMENS) in extract_file()
717 (!defined(HAVE_FUTIMENS) && defined(HAVE_FUTIMES))) in extract_file()
760 #if defined(HAVE_FUTIMENS) in extract_file()
/freebsd/lib/clang/include/llvm/Config/
H A Dconfig.h96 #define HAVE_FUTIMENS 1 macro
/freebsd/lib/liblzma/
H A Dconfig.h159 #define HAVE_FUTIMENS 1 macro
/freebsd/lib/libarchive/
H A Dconfig_freebsd.h247 #define HAVE_FUTIMENS 1 macro
/freebsd/contrib/xz/src/xz/
H A Dfile_io.c385 #if defined(HAVE_FUTIMENS) in io_copy_attrs()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc797 #if defined(HAVE_FUTIMENS)