| /netbsd-src/tests/lib/libc/c063/ |
| H A D | t_o_search.c | 90 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY() 120 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY() 125 ATF_REQUIRE(fchmod(dfd, 0444) == 0); in ATF_TC_BODY() 152 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY() 157 ATF_REQUIRE(fchmod(dfd, 0444) == 0); in ATF_TC_BODY() 184 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY() 213 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY() 217 ATF_REQUIRE(fchmod(dfd, 0444) == 0); in ATF_TC_BODY() 243 ATF_REQUIRE(fchmod(dfd, 0644) == 0); in ATF_TC_BODY() 247 ATF_REQUIRE(fchmod(dfd, 0444) == 0); in ATF_TC_BODY()
|
| /netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/ |
| H A D | stat.h | 27 extern int fchmod(int, mode_t);
|
| /netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/ |
| H A D | stat.h | 27 extern int fchmod(int, mode_t);
|
| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | mark_corrupt.c | 69 if (fchmod(vstream_fileno(src), MAIL_QUEUE_STAT_CORRUPT)) in mark_corrupt()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | unix_dgram_listen.c | 87 if (fchmod(sock, 0666) < 0) in unix_dgram_listen()
|
| H A D | unix_listen.c | 98 if (fchmod(sock, 0666) < 0) in unix_listen()
|
| H A D | fifo_listen.c | 106 if (fchmod(fd, permissions) < 0) in fifo_listen()
|
| H A D | edit_file.c | 341 || fchmod(fd, ep->final_mode) < 0 in edit_file_close()
|
| /netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| H A D | fsif.h | 157 struct fsif_chmod_request fchmod; member
|
| /netbsd-src/bin/cp/ |
| H A D | utils.c | 287 fchmod(to_fd, fs->st_mode & RETAINBITS & ~myumask)) { in copy_file() 386 if (fd ? fchmod(fd, fs->st_mode) : lchmod(to.p_path, fs->st_mode)) { in setfile()
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_access.c | 68 ATF_REQUIRE(fchmod(fd, perm[i]) == 0); in ATF_TC_BODY()
|
| /netbsd-src/external/bsd/libpcap/dist/lbl/ |
| H A D | os-sunos4.h | 66 int fchmod(int, int);
|
| /netbsd-src/external/bsd/tcpdump/dist/lbl/ |
| H A D | os-sunos4.h | 64 int fchmod(int, int);
|
| /netbsd-src/usr.bin/mail/ |
| H A D | edit.c | 74 if (readonlyflag && fchmod(t, 0400) == -1) { in run_editor()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rename.c | 76 fchmod (tofd, target_stat->st_mode); in simple_copy()
|
| /netbsd-src/usr.bin/uudecode/ |
| H A D | uudecode.c | 222 fchmod(fileno(stdout), mode & 0666) != 0) { in decode()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rename.c | 76 fchmod (tofd, target_stat->st_mode); in simple_copy()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 429 int fchmod(int fd, int perms) { in fchmod() function 489 using ::fchmod;
|
| /netbsd-src/usr.sbin/ypserv/common/ |
| H A D | ypdb.c | 119 if (fchmod(fd, 0644 & ~myumask) == -1) in ypdb_mktemp()
|
| /netbsd-src/sys/sys/ |
| H A D | stat.h | 258 int fchmod(int, mode_t);
|
| /netbsd-src/usr.sbin/sliplogin/ |
| H A D | sliplogin.c | 288 (void)fchmod(STDIN_FILENO, 0600); in main()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
| H A D | mtab_file.c | 270 fchmod(tmpfd, 0644); in rewrite_mtab()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | os-local.c | 231 fchmod( fds[0], S_ISUID|S_IRWXU ); in ldap_pvt_connect()
|
| /netbsd-src/bin/rcp/ |
| H A D | rcp.c | 705 if (fchmod(ofd, omode)) in sink() 709 if (fchmod(ofd, omode & ~mask)) in sink()
|
| /netbsd-src/external/bsd/atf/dist/atf-c/ |
| H A D | utils.c | 167 ATF_REQUIRE_MSG(fchmod(output, sb.st_mode) != -1, in atf_utils_copy_file()
|