Home
last modified time | relevance | path

Searched refs:fchmodat (Results 1 – 25 of 3705) sorted by relevance

12345678910>>...149

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-fchmodat.c22 SIGNATURE_CHECK (fchmodat, int, (int, const char *, mode_t, int));
39 ASSERT (fchmodat (-1, "foo", 0600, 0) == -1); in main()
45 ASSERT (fchmodat (99, "foo", 0600, 0) == -1); in main()
55 ASSERT (fchmodat (AT_FDCWD, BASE "file", 0400, 0) == 0); in main()
60 ASSERT (fchmodat (AT_FDCWD, BASE "file/", 0600, 0) == -1); in main()
73 ASSERT (fchmodat (AT_FDCWD, BASE "dir", 0500, 0) == 0); in main()
76 ASSERT (fchmodat (AT_FDCWD, BASE "dir/", 0700, 0) == 0); in main()
88 ASSERT (fchmodat (AT_FDCWD, BASE "file", 0400, AT_SYMLINK_NOFOLLOW) == 0); in main()
/dports/editors/emacs-devel/emacs-4d1968b/m4/
H A Dfchmodat.m41 # fchmodat.m4 serial 6
14 AC_CHECK_FUNCS_ONCE([fchmodat lchmod])
19 [whether fchmodat works],
46 #define file "conftest.fchmodat"
50 /* Test whether fchmodat rejects a trailing slash on a non-directory.
52 if (fchmodat (AT_FDCWD, file "/", desired, 0) == 0)
54 /* Test whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks.
57 if (fchmodat (AT_FDCWD, file, desired, AT_SYMLINK_NOFOLLOW) != 0)
80 rm -f conftest.fchmodat])
85 [Define to 1 if fchmodat works, except for the trailing slash handling.])
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dfchmodat.m41 # fchmodat.m4 serial 6
14 AC_CHECK_FUNCS_ONCE([fchmodat lchmod])
19 [whether fchmodat works],
46 #define file "conftest.fchmodat"
50 /* Test whether fchmodat rejects a trailing slash on a non-directory.
52 if (fchmodat (AT_FDCWD, file "/", desired, 0) == 0)
54 /* Test whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks.
57 if (fchmodat (AT_FDCWD, file, desired, AT_SYMLINK_NOFOLLOW) != 0)
80 rm -f conftest.fchmodat])
85 [Define to 1 if fchmodat works, except for the trailing slash handling.])
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dfchmodat2 fchmodat() function: Change access permissions of a file at a directory.
5 lib/fchmodat.c
8 m4/fchmodat.m4
26 AC_LIBOBJ([fchmodat])
28 gl_MODULE_INDICATOR([fchmodat]) dnl for lib/openat.h
29 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
H A Dfchmodat-tests2 tests/test-fchmodat.c
11 TESTS += test-fchmodat
12 check_PROGRAMS += test-fchmodat
/dports/archivers/gtar/tar-1.34/m4/
H A Dfchmodat.m41 # fchmodat.m4 serial 5
14 AC_CHECK_FUNCS_ONCE([fchmodat lchmod])
19 [whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks],
47 static char const f[] = "conftest.fchmodat";
51 if (fchmodat (AT_FDCWD, f, desired, AT_SYMLINK_NOFOLLOW) != 0)
65 rm -f conftest.fchmodat])
70 [Define to 1 if fchmodat+AT_SYMLINK_NOFOLLOW does not work right on non-symlinks.])
77 # Prerequisites of lib/fchmodat.c.
/dports/sysutils/coreutils/coreutils-8.32/m4/
H A Dfchmodat.m41 # fchmodat.m4 serial 4
14 AC_CHECK_FUNCS_ONCE([fchmodat lchmod])
19 [whether fchmodat+AT_SYMLINK_NOFOLLOW works on non-symlinks],
47 static char const f[] = "conftest.fchmodat";
51 if (fchmodat (AT_FDCWD, f, desired, AT_SYMLINK_NOFOLLOW) != 0)
65 rm -f conftest.fchmodat])
70 [Define to 1 if fchmodat+AT_SYMLINK_NOFOLLOW does not work right on non-symlinks.])
77 # Prerequisites of lib/fchmodat.c.
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfchmodat.texi1 @node fchmodat
2 @section @code{fchmodat}
3 @findex fchmodat
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchmodat.html}
7 Gnulib module: fchmodat
22 links. POSIX states that @code{fchmodat(@dots{},AT_SYMLINK_NOFOLLOW)}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dfchmodat2 fchmodat() function: Change access permissions of a file at a directory.
5 lib/fchmodat.c
7 m4/fchmodat.m4
30 AC_LIBOBJ([fchmodat])
33 gl_SYS_STAT_MODULE_INDICATOR([fchmodat])
H A Dfchmodat-tests2 tests/test-fchmodat.c
11 TESTS += test-fchmodat
12 check_PROGRAMS += test-fchmodat
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-fchmodat.c22 SIGNATURE_CHECK (fchmodat, int, (int, const char *, mode_t, int));
39 ASSERT (fchmodat (-1, "foo", 0600, 0) == -1); in main()
45 ASSERT (fchmodat (99, "foo", 0600, 0) == -1); in main()
55 ASSERT (fchmodat (AT_FDCWD, BASE "file", 0400, AT_SYMLINK_NOFOLLOW) == 0); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfchmodat.texi1 @node fchmodat
2 @section @code{fchmodat}
3 @findex fchmodat
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmodat.htm…
7 Gnulib module: fchmodat
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-fchmodat.c22 SIGNATURE_CHECK (fchmodat, int, (int, const char *, mode_t, int));
35 ASSERT (fchmodat (-1, "foo", 0600, 0) == -1); in main()
41 ASSERT (fchmodat (99, "foo", 0600, 0) == -1); in main()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-fchmodat.c22 SIGNATURE_CHECK (fchmodat, int, (int, const char *, mode_t, int));
35 ASSERT (fchmodat (-1, "foo", 0600, 0) == -1); in main()
41 ASSERT (fchmodat (99, "foo", 0600, 0) == -1); in main()
/dports/devel/boost-docs/boost_1_72_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/filesystem/test/issues/
H A Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/dports/devel/sunpromake/schily-2021-09-18/libschily/
H A Dfchmodat.c45 fchmodat(int fd, const char *name, mode_t mode) in fchmodat() function
48 fchmodat(fd, name, mode) in fchmodat()
75 #define FUNC_NAME fchmodat
/dports/devel/smake/schily-2021-09-18/libschily/
H A Dfchmodat.c45 fchmodat(int fd, const char *name, mode_t mode) in fchmodat() function
48 fchmodat(fd, name, mode) in fchmodat()
75 #define FUNC_NAME fchmodat

12345678910>>...149