Home
last modified time | relevance | path

Searched refs:fchmod (Results 1 – 25 of 4370) sorted by relevance

12345678910>>...175

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dfchmod.texi1 @node fchmod
2 @section @code{fchmod}
3 @findex fchmod
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/fchmod.html}
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dfchmod.texi1 @node fchmod
2 @section @code{fchmod}
3 @findex fchmod
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fchmod.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-fchmod.c22 SIGNATURE_CHECK (fchmod, int, (int, mode_t));
38 ASSERT (fchmod (-1, 0600) == -1); in main()
44 ASSERT (fchmod (99, 0600) == -1); in main()
57 ASSERT (fchmod (fd, 0400) == 0); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/untrusted/nacl/
H A Dfchmod.c13 int fchmod(int fd, mode_t mode) { in fchmod() function
14 if (!__libnacl_irt_init_fn(&__libnacl_irt_dev_fdio.fchmod, in fchmod()
19 int error = __libnacl_irt_dev_fdio.fchmod(fd, mode); in fchmod()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-fchmod.c22 SIGNATURE_CHECK (fchmod, int, (int, mode_t));
35 ASSERT (fchmod (-1, 0600) == -1); in main()
41 ASSERT (fchmod (99, 0600) == -1); in main()
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dfchmod-tests2 tests/test-fchmod.c
11 TESTS += test-fchmod
12 check_PROGRAMS += test-fchmod
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dfchmod-tests2 tests/test-fchmod.c
11 TESTS += test-fchmod
12 check_PROGRAMS += test-fchmod
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-chmod.c109 CHECK(fchmod(fd, modes[i]) < 0); in do_fchmod()
110 CHECK(fchmod(fd, mask) < 0); in do_fchmod()
111 CHECK(fchmod(fd, modes[i] ^ all_mask) < 0); in do_fchmod()
112 CHECK(fchmod(fd, mask ^ all_mask) < 0); in do_fchmod()
117 ret = fchmod(bad_fd, modes[i]); in do_fchmod()
294 (void)fchmod(fd, 0666); in stress_chmod()
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Ddirchownmod.c33 # undef fchmod
34 # define fchmod(fd, mode) (-1) macro
120 ? fchmod (fd, chmod_mode) in dirchownmod()
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Ddirchownmod.c33 # undef fchmod
34 # define fchmod(fd, mode) (-1) macro
120 ? fchmod (fd, chmod_mode) in dirchownmod()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Ddirchownmod.c33 # undef fchmod
34 # define fchmod(fd, mode) (-1) macro
120 ? fchmod (fd, chmod_mode) in dirchownmod()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Ddirchownmod.c33 # undef fchmod
34 # define fchmod(fd, mode) (-1) macro
120 ? fchmod (fd, chmod_mode) in dirchownmod()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dlog.c54 # define fchmod(path, mode) chmod(path, mode)
114 fchmod(fileno(*fp),S_IREAD | S_IWRITE);
121 fchmod((char *) &fd, S_IREAD |
/dports/devel/util-linux/util-linux-2.36/term-utils/
H A Dmesg.c160 if (fchmod(fd, sb.st_mode | S_IWGRP) < 0) in main()
162 if (fchmod(fd, sb.st_mode | S_IWGRP | S_IWOTH) < 0) in main()
170 if (fchmod(fd, sb.st_mode & ~(S_IWGRP|S_IWOTH)) < 0) in main()
/dports/shells/ksh2020/ast-ksh2020/features/
H A Dsocketpair_shutdown.c22 if (fchmod(sfd[0], S_IRUSR) < 0 || fstat(sfd[0], &st0) < 0 || in main()
26 if (fchmod(sfd[1], S_IWUSR) < 0 || fstat(sfd[1], &st1) < 0 || in main()
/dports/net-mgmt/statsite/statsite-0.8.0/tests/
H A Dtest_config.c111 fchmod(fh, 777); in START_TEST()
184 fchmod(fh, 777); in START_TEST()
414 fchmod(fh, 777); in START_TEST()
487 fchmod(fh, 777); in START_TEST()
517 fchmod(fh, 777); in START_TEST()
548 fchmod(fh, 777); in START_TEST()
595 fchmod(fh, 777); in START_TEST()
654 fchmod(fh, 777); in START_TEST()
720 fchmod(fh, 777); in START_TEST()
786 fchmod(fh, 777); in START_TEST()
[all …]
/dports/news/tin/tin-2.4.5/src/
H A Ddebug.c170 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_header()
214 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_active()
281 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_malloc()
352 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_filters()
386 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_file()
440 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_bitmap()
H A Dtmpfile.c87 (void) fchmod(fd, (S_IRUGO|S_IWUGO) & ~u); in tmpfile()
90 fchmod(p, (S_IRUGO|S_IWUGO) & ~u); in tmpfile()
/dports/chinese/tin/tin-2.4.5/src/
H A Ddebug.c170 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_header()
214 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_active()
281 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_malloc()
352 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_filters()
386 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_file()
440 fchmod(fileno(fp), (S_IRUGO|S_IWUGO)); in debug_print_bitmap()
H A Dtmpfile.c87 (void) fchmod(fd, (S_IRUGO|S_IWUGO) & ~u); in tmpfile()
90 fchmod(p, (S_IRUGO|S_IWUGO) & ~u); in tmpfile()
/dports/sysutils/nq/nq-0.4/
H A Dnq.c244 fchmod(lockfd, 0600); in main()
317 fchmod(fd, 0600); in main()
349 fchmod(fd, 0600); in main()
374 fchmod(lockfd, 0700); in main()
/dports/games/moon-buggy/moon-buggy-1.0.51/
H A Dterminal.c60 res = fchmod (0, st.st_mode); in term_prepare()
103 res = fchmod (0, term_mode); in term_restore()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dlog.c52 # define fchmod(path, mode) chmod(path, mode)
95 fchmod(fileno(fp), S_IREAD | S_IWRITE);
98 fchmod((char *) &fd, S_IREAD | S_IWRITE);
/dports/games/scummvm-tools/scummvm-tools-2.5.0/sci/
H A Dsciunpack.cpp58 # define fchmod(file,mode) macro
86 #define fchmod(arg1, arg2) macro
459 fchmod(outf, 0644);
461 fchmod(outf, 0644);
/dports/math/ploticus-nox11/pl240src/src/
H A Dpreliminaries.c20 extern int fchmod(), chdir();
124 fchmod( fileno( PLS.errfp ), 00666 ); in PL_do_preliminaries()
169 fchmod( fileno( PLS.errfp ), 00666 ); in PL_do_preliminaries()
236 fchmod( fileno( PLS.errfp ), 00666 ); in PL_do_preliminaries()

12345678910>>...175