Home
last modified time | relevance | path

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

12345

/netbsd-src/tests/lib/libc/c063/
H A Dt_o_search.c90 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 Dstat.h27 extern int fchmod(int, mode_t);
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/
H A Dstat.h27 extern int fchmod(int, mode_t);
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmark_corrupt.c69 if (fchmod(vstream_fileno(src), MAIL_QUEUE_STAT_CORRUPT)) in mark_corrupt()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dunix_dgram_listen.c87 if (fchmod(sock, 0666) < 0) in unix_dgram_listen()
H A Dunix_listen.c98 if (fchmod(sock, 0666) < 0) in unix_listen()
H A Dfifo_listen.c106 if (fchmod(fd, permissions) < 0) in fifo_listen()
H A Dedit_file.c341 || 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 Dfsif.h157 struct fsif_chmod_request fchmod; member
/netbsd-src/bin/cp/
H A Dutils.c287 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 Dt_access.c68 ATF_REQUIRE(fchmod(fd, perm[i]) == 0); in ATF_TC_BODY()
/netbsd-src/external/bsd/libpcap/dist/lbl/
H A Dos-sunos4.h66 int fchmod(int, int);
/netbsd-src/external/bsd/tcpdump/dist/lbl/
H A Dos-sunos4.h64 int fchmod(int, int);
/netbsd-src/usr.bin/mail/
H A Dedit.c74 if (readonlyflag && fchmod(t, 0400) == -1) { in run_editor()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Drename.c76 fchmod (tofd, target_stat->st_mode); in simple_copy()
/netbsd-src/usr.bin/uudecode/
H A Duudecode.c222 fchmod(fileno(stdout), mode & 0666) != 0) { in decode()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Drename.c76 fchmod (tofd, target_stat->st_mode); in simple_copy()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h429 int fchmod(int fd, int perms) { in fchmod() function
489 using ::fchmod;
/netbsd-src/usr.sbin/ypserv/common/
H A Dypdb.c119 if (fchmod(fd, 0644 & ~myumask) == -1) in ypdb_mktemp()
/netbsd-src/sys/sys/
H A Dstat.h258 int fchmod(int, mode_t);
/netbsd-src/usr.sbin/sliplogin/
H A Dsliplogin.c288 (void)fchmod(STDIN_FILENO, 0600); in main()
/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_file.c270 fchmod(tmpfd, 0644); in rewrite_mtab()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dos-local.c231 fchmod( fds[0], S_ISUID|S_IRWXU ); in ldap_pvt_connect()
/netbsd-src/bin/rcp/
H A Drcp.c705 if (fchmod(ofd, omode)) in sink()
709 if (fchmod(ofd, omode & ~mask)) in sink()
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dutils.c167 ATF_REQUIRE_MSG(fchmod(output, sb.st_mode) != -1, in atf_utils_copy_file()

12345