Home
last modified time | relevance | path

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

12345678910>>...131

/dports/devel/gnulib/gnulib-20140202-stable/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
15 AC_CHECK_FUNCS_ONCE([futimens])
19 AC_CACHE_CHECK([whether futimens works],
31 if (futimens (AT_FDCWD, NULL) == 0) return 2;
33 if (futimens (fd, ts)) return 4;
37 if (futimens (fd, ts)) return 5;
44 /* The Linux kernel added futimens in 2.6.22, but has bugs with UTIME_OMIT
45 in several file systems as recently as 2.6.32. Always replace futimens
/dports/misc/gnuls/coreutils-8.30/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
15 AC_CHECK_FUNCS_ONCE([futimens])
19 AC_CACHE_CHECK([whether futimens works],
35 if (futimens (AT_FDCWD, NULL) == 0) return 2;
37 if (futimens (fd, ts)) return 4;
41 if (futimens (fd, ts)) return 5;
/dports/sysutils/coreutils/coreutils-8.32/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
16 AC_CHECK_FUNCS_ONCE([futimens])
20 AC_CACHE_CHECK([whether futimens works],
36 if (futimens (AT_FDCWD, NULL) == 0) return 2;
38 if (futimens (fd, ts)) return 4;
42 if (futimens (fd, ts)) return 5;
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dfutimens-tests3 tests/test-futimens.h
5 tests/test-futimens.c
21 TESTS += test-futimens
22 check_PROGRAMS += test-futimens
H A Dfutimens5 lib/futimens.c
6 m4/futimens.m4
16 AC_LIBOBJ([futimens])
18 gl_SYS_STAT_MODULE_INDICATOR([futimens])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dfutimens-tests3 tests/test-futimens.h
5 tests/test-futimens.c
22 TESTS += test-futimens
23 check_PROGRAMS += test-futimens
H A Dfutimens5 lib/futimens.c
6 m4/futimens.m4
16 AC_LIBOBJ([futimens])
18 gl_SYS_STAT_MODULE_INDICATOR([futimens])
/dports/archivers/gtar/tar-1.34/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
16 AC_CHECK_FUNCS_ONCE([futimens])
20 AC_CACHE_CHECK([whether futimens works],
37 if (futimens (AT_FDCWD, NULL) == 0) return 2;
39 if (futimens (fd, ts)) return 4;
43 if (futimens (fd, ts)) return 5;
/dports/editors/emacs-devel/emacs-4d1968b/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
16 AC_CHECK_FUNCS_ONCE([futimens])
20 AC_CACHE_CHECK([whether futimens works],
37 if (futimens (AT_FDCWD, NULL) == 0) return 2;
39 if (futimens (fd, ts)) return 4;
43 if (futimens (fd, ts)) return 5;
/dports/editors/nano/nano-5.9/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
16 AC_CHECK_FUNCS_ONCE([futimens])
20 AC_CACHE_CHECK([whether futimens works],
37 if (futimens (AT_FDCWD, NULL) == 0) return 2;
39 if (futimens (fd, ts)) return 4;
43 if (futimens (fd, ts)) return 5;
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
16 AC_CHECK_FUNCS_ONCE([futimens])
20 AC_CACHE_CHECK([whether futimens works],
37 if (futimens (AT_FDCWD, NULL) == 0) return 2;
39 if (futimens (fd, ts)) return 4;
43 if (futimens (fd, ts)) return 5;
/dports/www/wget2/wget2-2.0.0/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
16 AC_CHECK_FUNCS_ONCE([futimens])
20 AC_CACHE_CHECK([whether futimens works],
37 if (futimens (AT_FDCWD, NULL) == 0) return 2;
39 if (futimens (fd, ts)) return 4;
43 if (futimens (fd, ts)) return 5;
/dports/ftp/wget/wget-1.21.2/m4/
H A Dfutimens.m42 # See if we need to provide futimens replacement.
16 AC_CHECK_FUNCS_ONCE([futimens])
20 AC_CACHE_CHECK([whether futimens works],
37 if (futimens (AT_FDCWD, NULL) == 0) return 2;
39 if (futimens (fd, ts)) return 4;
43 if (futimens (fd, ts)) return 5;
/dports/benchmarks/stress-ng/stress-ng-0.13.09/test/
H A Dtest-futimens.c33 #error futimens missing UTIME_NOW
36 #error futimens missing UTIME_OMIT
48 ret = futimens(fd, NULL); in main()
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfutimens.texi1 @node futimens
2 @section @code{futimens}
3 @findex futimens
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/futimens.html}
7 Gnulib module: futimens
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfutimens.texi1 @node futimens
2 @section @code{futimens}
3 @findex futimens
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/futimens.htm…
7 Gnulib module: futimens
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/cmake/
H A DFindfutimens.cmake6 # that doesn't have futimens. Instead we need to enable warnings
10 CHECK_SYMBOL_EXISTS(futimens sys/stat.h HAVE_FUTIMENS)
13 CHECK_FUNCTION_EXISTS(futimens HAVE_FUTIMENS)
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/cmake/
H A DFindfutimens.cmake6 # that doesn't have futimens. Instead we need to enable warnings
10 CHECK_SYMBOL_EXISTS(futimens sys/stat.h HAVE_FUTIMENS)
13 CHECK_FUNCTION_EXISTS(futimens HAVE_FUTIMENS)
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/cmake/
H A DFindfutimens.cmake6 # that doesn't have futimens. Instead we need to enable warnings
10 CHECK_SYMBOL_EXISTS(futimens sys/stat.h HAVE_FUTIMENS)
13 CHECK_FUNCTION_EXISTS(futimens HAVE_FUTIMENS)
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/cmake/
H A DFindfutimens.cmake6 # that doesn't have futimens. Instead we need to enable warnings
10 CHECK_SYMBOL_EXISTS(futimens sys/stat.h HAVE_FUTIMENS)
13 CHECK_FUNCTION_EXISTS(futimens HAVE_FUTIMENS)
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/cmake/
H A DFindfutimens.cmake6 # that doesn't have futimens. Instead we need to enable warnings
10 CHECK_SYMBOL_EXISTS(futimens sys/stat.h HAVE_FUTIMENS)
13 CHECK_FUNCTION_EXISTS(futimens HAVE_FUTIMENS)
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/cmake/
H A DFindfutimens.cmake6 # that doesn't have futimens. Instead we need to enable warnings
10 CHECK_SYMBOL_EXISTS(futimens sys/stat.h HAVE_FUTIMENS)
13 CHECK_FUNCTION_EXISTS(futimens HAVE_FUTIMENS)
/dports/devel/libgit2/libgit2-1.3.0/cmake/
H A DFindfutimens.cmake6 # that doesn't have futimens. Instead we need to enable warnings
10 CHECK_SYMBOL_EXISTS(futimens sys/stat.h HAVE_FUTIMENS)
13 CHECK_FUNCTION_EXISTS(futimens HAVE_FUTIMENS)
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/cmake/
H A DFindfutimens.cmake6 # that doesn't have futimens. Instead we need to enable warnings
10 CHECK_SYMBOL_EXISTS(futimens sys/stat.h HAVE_FUTIMENS)
13 CHECK_FUNCTION_EXISTS(futimens HAVE_FUTIMENS)
/dports/devel/idutils/idutils-4.6/lib/
H A Dsys_stat.in.h385 # undef futimens
386 # define futimens rpl_futimens
388 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
389 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
392 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
394 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2]));
397 _GL_CXXALIASWARN (futimens);
400 # undef futimens
402 _GL_WARN_ON_USE (futimens, "futimens is not portable - "

12345678910>>...131