Home
last modified time | relevance | path

Searched refs:fstatat (Results 1 – 25 of 4577) sorted by relevance

12345678910>>...184

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfstatat.texi1 @node fstatat
2 @section @code{fstatat}
3 @findex fstatat
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fstatat.html}
7 Gnulib module: fstatat
17 On platforms where @code{off_t} is a 32-bit type, @code{fstatat} may
21 On some platforms, @code{fstatat(fd,"file/",buf,flag)} succeeds instead of
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfstatat.texi1 @node fstatat
2 @section @code{fstatat}
3 @findex fstatat
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fstatat.html}
7 Gnulib module: fstatat
17 On platforms where @code{off_t} is a 32-bit type, @code{fstatat} may
21 On some platforms, @code{fstatat(fd,"file/",buf,flag)} succeeds instead of
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dtest-fstatat.c24 SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int));
54 return fstatat (dfd, name, st, 0); in do_stat()
65 return fstatat (dfd, name, st, AT_SYMLINK_NOFOLLOW); in do_lstat()
82 ASSERT (fstatat (-1, "foo", &statbuf, 0) == -1); in main()
90 ASSERT (fstatat (99, "foo", &statbuf, 0) == -1); in main()
/dports/devel/m4/m4-1.4.19/tests/
H A Dtest-fstatat.c24 SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int));
54 return fstatat (dfd, name, st, 0); in do_stat()
65 return fstatat (dfd, name, st, AT_SYMLINK_NOFOLLOW); in do_lstat()
82 ASSERT (fstatat (-1, "foo", &statbuf, 0) == -1); in main()
90 ASSERT (fstatat (99, "foo", &statbuf, 0) == -1); in main()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-fstatat.c24 SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int));
55 return fstatat (dfd, name, st, 0); in do_stat()
66 return fstatat (dfd, name, st, AT_SYMLINK_NOFOLLOW); in do_lstat()
85 ASSERT (fstatat (-1, "foo", &statbuf, 0) == -1); in main()
93 ASSERT (fstatat (99, "foo", &statbuf, 0) == -1); in main()
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-fstatat.c24 SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int));
54 return fstatat (dfd, name, st, 0); in do_stat()
65 return fstatat (dfd, name, st, AT_SYMLINK_NOFOLLOW); in do_lstat()
82 ASSERT (fstatat (-1, "foo", &statbuf, 0) == -1); in main()
90 ASSERT (fstatat (99, "foo", &statbuf, 0) == -1); in main()
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-fstatat.c24 SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int));
54 return fstatat (dfd, name, st, 0); in do_stat()
65 return fstatat (dfd, name, st, AT_SYMLINK_NOFOLLOW); in do_lstat()
82 ASSERT (fstatat (-1, "foo", &statbuf, 0) == -1); in main()
90 ASSERT (fstatat (99, "foo", &statbuf, 0) == -1); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-fstatat.c24 SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int));
54 return fstatat (dfd, name, st, 0); in do_stat()
65 return fstatat (dfd, name, st, AT_SYMLINK_NOFOLLOW); in do_lstat()
82 ASSERT (fstatat (-1, "foo", &statbuf, 0) == -1); in main()
90 ASSERT (fstatat (99, "foo", &statbuf, 0) == -1); in main()
/dports/misc/findutils/findutils-4.8.0/gnulib-tests/
H A Dtest-fstatat.c24 SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int));
54 return fstatat (dfd, name, st, 0); in do_stat()
65 return fstatat (dfd, name, st, AT_SYMLINK_NOFOLLOW); in do_lstat()
82 ASSERT (fstatat (-1, "foo", &statbuf, 0) == -1); in main()
90 ASSERT (fstatat (99, "foo", &statbuf, 0) == -1); in main()
/dports/textproc/gnugrep/grep-3.7/gnulib-tests/
H A Dtest-fstatat.c24 SIGNATURE_CHECK (fstatat, int, (int, char const *, struct stat *, int));
54 return fstatat (dfd, name, st, 0); in do_stat()
65 return fstatat (dfd, name, st, AT_SYMLINK_NOFOLLOW); in do_lstat()
82 ASSERT (fstatat (-1, "foo", &statbuf, 0) == -1); in main()
90 ASSERT (fstatat (99, "foo", &statbuf, 0) == -1); in main()
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.
/dports/archivers/sharutils/sharutils-4.15.2/m4/
H A Dfstatat.m41 # fstatat.m4 serial 3
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
53 [Define to 1 if fstatat (..., 0) works.
/dports/games/freedink-engine/freedink-108.4/gnulib/m4/
H A Dfstatat.m41 # fstatat.m4 serial 3
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
53 [Define to 1 if fstatat (..., 0) works.
/dports/archivers/gtar/tar-1.34/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.
/dports/archivers/gcpio/cpio-2.13/m4/
H A Dfstatat.m41 # fstatat.m4 serial 3
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
53 [Define to 1 if fstatat (..., 0) works.
/dports/devel/idutils/idutils-4.6/m4/
H A Dfstatat.m41 # fstatat.m4 serial 2
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
53 [Define to 1 if fstatat (..., 0) works.
/dports/editors/emacs-devel/emacs-4d1968b/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.
/dports/devel/m4/m4-1.4.19/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/sys/unix/bsd/
H A Dpath.rs17 use yanix::file::{fstatat, FileType}; in unlink_file()
20 match unsafe { fstatat(dirfd.as_raw_fd(), path, AtFlag::SYMLINK_NOFOLLOW) } { in unlink_file()
39 use yanix::file::{fstatat, symlinkat, AtFlag}; in symlink()
57 match unsafe { fstatat(new_dirfd.as_raw_fd(), new_path, AtFlag::SYMLINK_NOFOLLOW) } in symlink()
77 use yanix::file::{fstatat, renameat, AtFlag}; in rename()
98 match unsafe { fstatat(old_dirfd.as_raw_fd(), old_path, AtFlag::SYMLINK_NOFOLLOW) } in rename()
/dports/sysutils/coreutils/coreutils-8.32/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.
/dports/editors/zile/zile-2.4.14/m4/
H A Dfstatat.m41 # fstatat.m4 serial 3
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
53 [Define to 1 if fstatat (..., 0) works.
/dports/devel/gdb/gdb-11.1/gnulib/import/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.
/dports/math/octave/octave-6.4.0/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.
/dports/editors/emacs/emacs-27.2/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.
/dports/misc/gnuls/coreutils-8.30/m4/
H A Dfstatat.m41 # fstatat.m4 serial 4
9 # If we have the fstatat function, and it has the bug (in AIX 7.1)
17 AC_CHECK_FUNCS_ONCE([fstatat])
24 AC_CACHE_CHECK([whether fstatat (..., 0) works],
35 return fstatat (AT_FDCWD, ".", &a, 0) != 0;
60 [Define to 1 if fstatat (..., 0) works.

12345678910>>...184