Home
last modified time | relevance | path

Searched refs:fchown (Results 1 – 25 of 3283) sorted by relevance

12345678910>>...132

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-chown.c46 if (fchown(fd, uid, gid) < 0) in do_fchown()
48 if (fchown(fd, (uid_t)-1, gid) < 0) in do_fchown()
50 if (fchown(fd, uid, (gid_t)-1) < 0) in do_fchown()
52 if (fchown(fd, (uid_t)-1, (gid_t)-1) < 0) in do_fchown()
57 if (fchown(fd, (uid_t)0, (gid_t)0) == 0) in do_fchown()
61 if ((fchown(fd, (uid_t)-1, (gid_t)0) == 0) && (errno != EPERM)) in do_fchown()
65 if (fchown(fd, (uid_t)0, (gid_t)-1) == 0) in do_fchown()
73 ret = fchown(bad_fd, uid, gid); in do_fchown()
80 ret = fchown(fd, uid, gid); in do_fchown()
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfchown.texi1 @node fchown
2 @section @code{fchown}
3 @findex fchown
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchown.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfchown.texi1 @node fchown
2 @section @code{fchown}
3 @findex fchown
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchown.html}
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dfchown-tests2 tests/test-fchown.c
11 TESTS += test-fchown
12 check_PROGRAMS += test-fchown
H A Dchown6 lib/fchown-stub.c
23 AC_LIBOBJ([fchown-stub])
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dfchown-tests2 tests/test-fchown.c
11 TESTS += test-fchown
12 check_PROGRAMS += test-fchown
H A Dchown6 lib/fchown-stub.c
23 AC_LIBOBJ([fchown-stub])
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-fchown.c22 SIGNATURE_CHECK (fchown, int, (int, uid_t, gid_t));
34 ASSERT (fchown (-1, getuid (), getgid ()) == -1); in main()
40 ASSERT (fchown (99, getuid (), getgid ()) == -1); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-fchown.c22 SIGNATURE_CHECK (fchown, int, (int, uid_t, gid_t));
34 ASSERT (fchown (-1, getuid (), getgid ()) == -1); in main()
40 ASSERT (fchown (99, getuid (), getgid ()) == -1); in main()
/dports/mail/libmilter/sendmail-8.16.1/test/
H A Dt_pathconf.c68 if (fchown(fd, 1, 1) >= 0)
77 if (fchown(fd, 1, 1) >= 0)
/dports/devel/emscripten/emscripten-2.0.3/tests/unistd/
H A Dmisc.out26 fchown(good): 0, errno: 0
27 fchown(bad): -1, errno: 8
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/3d/
H A D3d.h43 __STDPP__directive pragma pp:hide fchown ftruncate mount readlink sbrk strmode truncate utimes __ut…
45 #undef fchown
46 #define fchown ______fchown
100 __STDPP__directive pragma pp:nohide fchown ftruncate mount readlink sbrk strmode truncate utimes __…
102 #undef fchown
/dports/shells/ksh93/ast-93u/src/cmd/3d/
H A D3d.h43 __STDPP__directive pragma pp:hide fchown ftruncate mount readlink sbrk strmode truncate utimes __ut…
45 #undef fchown
46 #define fchown ______fchown
100 __STDPP__directive pragma pp:nohide fchown ftruncate mount readlink sbrk strmode truncate utimes __…
102 #undef fchown
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishd/mgt/
H A Dmgt_jail_unix.c300 AZ(fchown(fd, vju_wrkuid, vju_wrkgid)); in v_matchproto_()
304 AZ(fchown(fd, vju_uid, vju_gid)); in v_matchproto_()
308 AZ(fchown(fd, vju_wrkuid, vju_wrkgid)); in v_matchproto_()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/buffer/
H A Dkatesecuretextbuffer.cpp113 const int result = fchown(filedes, ownerId, groupId); in setOwner()
116 fchown(filedes, getuid(), groupId); in setOwner()
/dports/security/tcpcrypt/tcpcrypt-0.5/launchers/TcpcryptLauncher/
H A Dtcpcryptd_wrapper.c60 if (fchown(fd, 0, 0) == -1) in run_tcpcryptd()
104 if (fchown(fd, 0, 0) == -1) in stop_tcpcryptd()
/dports/devel/deheader/deheader-b408c9013f4e1d917cc12f06edda4e1782e64888/test/
H A Dfchown.c11 (void)fchown(0, 0, 0); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/nacl/stubs/
H A Dfchown.c16 int fchown(int fd, uid_t owner, gid_t group) { in fchown() function
/dports/archivers/gtar/tar-1.34/gnu/
H A Dfchown-stub.c30 fchown (int fd, uid_t uid, gid_t gid) in fchown() function
/dports/archivers/gcpio/cpio-2.13/gnu/
H A Dfchown-stub.c12 fchown (int fd, uid_t uid, gid_t gid) in fchown() function
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dfchown-stub.c12 fchown (int fd, uid_t uid, gid_t gid) in fchown() function
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dfchown-stub.c12 fchown (int fd, uid_t uid, gid_t gid) in fchown() function
/dports/editors/zile/zile-2.4.14/lib/
H A Dfchown-stub.c12 fchown (int fd, uid_t uid, gid_t gid) in fchown() function
/dports/devel/gdb/gdb-11.1/gnulib/import/
H A Dfchown-stub.c30 fchown (int fd, uid_t uid, gid_t gid) in fchown() function
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dfchown-stub.c12 fchown (int fd, uid_t uid, gid_t gid) in fchown() function

12345678910>>...132