| /src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/ |
| stat.h | 27 extern int fchmod(int, mode_t);
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/sys/ |
| stat.h | 27 extern int fchmod(int, mode_t);
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| mark_corrupt.c | 69 if (fchmod(vstream_fileno(src), MAIL_QUEUE_STAT_CORRUPT)) 70 msg_fatal("%s: fchmod %s: %m", myname, VSTREAM_PATH(src));
|
| /src/tests/lib/libc/c063/ |
| t_o_search.c | 90 ATF_REQUIRE(fchmod(dfd, 0644) == 0); 120 ATF_REQUIRE(fchmod(dfd, 0644) == 0); 125 ATF_REQUIRE(fchmod(dfd, 0444) == 0); 152 ATF_REQUIRE(fchmod(dfd, 0644) == 0); 157 ATF_REQUIRE(fchmod(dfd, 0444) == 0); 184 ATF_REQUIRE(fchmod(dfd, 0644) == 0); 213 ATF_REQUIRE(fchmod(dfd, 0644) == 0); 217 ATF_REQUIRE(fchmod(dfd, 0444) == 0); 243 ATF_REQUIRE(fchmod(dfd, 0644) == 0); 247 ATF_REQUIRE(fchmod(dfd, 0444) == 0) [all...] |
| /src/external/bsd/ntp/dist/sntp/libopts/compat/ |
| windows-config.h | 91 #define fchmod( _x, _y ) macro
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| fifo_listen.c | 106 if (fchmod(fd, permissions) < 0) 107 msg_fatal("%s: fchmod %s: %m", myname, path);
|
| unix_dgram_listen.c | 88 if (fchmod(sock, 0666) < 0) 89 msg_fatal("fchmod socket %s: %m", path);
|
| unix_listen.c | 98 if (fchmod(sock, 0666) < 0) 99 msg_fatal("fchmod socket %s: %m", addr);
|
| edit_file.c | 341 || fchmod(fd, ep->final_mode) < 0
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| fsif.h | 157 struct fsif_chmod_request fchmod; member in union:fsif_request::__anon6603
|
| /src/tests/lib/libc/sys/ |
| t_access.c | 68 ATF_REQUIRE(fchmod(fd, perm[i]) == 0);
|
| /src/usr.bin/mail/ |
| edit.c | 74 if (readonlyflag && fchmod(t, 0400) == -1) {
|
| /src/external/bsd/libpcap/dist/lbl/ |
| os-sunos4.h | 66 int fchmod(int, int);
|
| /src/external/bsd/tcpdump/dist/lbl/ |
| os-sunos4.h | 64 int fchmod(int, int);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rename.c | 76 fchmod (tofd, target_stat->st_mode);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rename.c | 76 fchmod (tofd, target_stat->st_mode);
|
| /src/bin/cp/ |
| utils.c | 287 fchmod(to_fd, fs->st_mode & RETAINBITS & ~myumask)) { 386 if (fd ? fchmod(fd, fs->st_mode) : lchmod(to.p_path, fs->st_mode)) {
|
| /src/sys/sys/ |
| stat.h | 258 int fchmod(int, mode_t);
|
| /src/usr.bin/uudecode/ |
| uudecode.c | 222 fchmod(fileno(stdout), mode & 0666) != 0) {
|
| /src/usr.sbin/sliplogin/ |
| sliplogin.c | 288 (void)fchmod(STDIN_FILENO, 0600);
|
| /src/usr.sbin/ypserv/common/ |
| ypdb.c | 119 if (fchmod(fd, 0644 & ~myumask) == -1)
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| session.c | 261 if (fchmod(fileno(fp),
|
| /src/external/bsd/am-utils/dist/conf/mtab/ |
| mtab_file.c | 270 fchmod(tmpfd, 0644);
|
| /src/external/bsd/atf/dist/atf-c/ |
| utils.c | 167 ATF_REQUIRE_MSG(fchmod(output, sb.st_mode) != -1,
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_ppsdev.c | 361 if (-1 == fchmod(fdpps, sb.st_mode)) {
|