Symbol: fchmod
bin/cp/utils.c
287
fchmod(to_fd, fs->st_mode & RETAINBITS & ~myumask)) {
bin/cp/utils.c
386
if (fd ? fchmod(fd, fs->st_mode) : lchmod(to.p_path, fs->st_mode)) {
bin/mv/mv.c
356
if (fchmod(to_fd, sbp->st_mode))
bin/rcp/rcp.c
705
if (fchmod(ofd, omode))
bin/rcp/rcp.c
709
if (fchmod(ofd, omode & ~mask))
common/lib/libprop/prop_extern.c
613
if (fchmod(fd, 0666 & ~myumask) == -1) {
crypto/dist/ipsec-tools/src/racoon/session.c
261
if (fchmod(fileno(fp),
lib/libc/time/zic.c
844
return output_mode == no_mode ? 0 : fchmod(fileno(stream), output_mode);
lib/librumphijack/hijack.c
2626
FDCALL(int, fchmod, DUALCALL_FCHMOD, \
lib/libskey/skeylogin.c
112
fchmod(fileno(keyfile), 0600);
libexec/makewhatis/makewhatis.c
390
if (fchmod(fileno(out), S_IRUSR|S_IRGRP|S_IROTH) == -1)
sbin/disklabel/main.c
1529
(void)fchmod(fd, 0600);
sbin/ldconfig/ldconfig.c
481
if (fchmod(fd, 0444) == -1) {
sbin/restore/tape.c
802
(void) fchmod(ofile, mode);
sys/rump/librump/rumpkern/rump_syscalls.c
1669
__weak_alias(fchmod,rump___sysimpl_fchmod);
sys/sys/stat.h
258
int fchmod(int, mode_t);
tests/lib/libc/c063/t_o_search.c
120
ATF_REQUIRE(fchmod(dfd, 0644) == 0);
tests/lib/libc/c063/t_o_search.c
125
ATF_REQUIRE(fchmod(dfd, 0444) == 0);
tests/lib/libc/c063/t_o_search.c
152
ATF_REQUIRE(fchmod(dfd, 0644) == 0);
tests/lib/libc/c063/t_o_search.c
157
ATF_REQUIRE(fchmod(dfd, 0444) == 0);
tests/lib/libc/c063/t_o_search.c
184
ATF_REQUIRE(fchmod(dfd, 0644) == 0);
tests/lib/libc/c063/t_o_search.c
213
ATF_REQUIRE(fchmod(dfd, 0644) == 0);
tests/lib/libc/c063/t_o_search.c
217
ATF_REQUIRE(fchmod(dfd, 0444) == 0);
tests/lib/libc/c063/t_o_search.c
243
ATF_REQUIRE(fchmod(dfd, 0644) == 0);
tests/lib/libc/c063/t_o_search.c
247
ATF_REQUIRE(fchmod(dfd, 0444) == 0);
tests/lib/libc/c063/t_o_search.c
90
ATF_REQUIRE(fchmod(dfd, 0644) == 0);
tests/lib/libc/sys/t_access.c
68
ATF_REQUIRE(fchmod(fd, perm[i]) == 0);
usr.bin/at/at.c
409
if (fchmod(fd2, S_IRUSR | S_IWUSR | S_IXUSR) == -1)
usr.bin/gzip/gzip.c
1129
(void)fchmod(fd, DEFFILEMODE & ~mask);
usr.bin/gzip/gzip.c
1144
if (fchmod(fd, sb.st_mode) < 0)
usr.bin/mail/edit.c
74
if (readonlyflag && fchmod(t, 0400) == -1) {
usr.bin/mail/quit.c
481
(void)fchmod(fileno(obuf), 0600);
usr.bin/rdist/server.c
1134
(fd != -1 ? fchmod(fd, mode) < 0 : chmod(file, mode) < 0))
usr.bin/sed/main.c
448
fchmod(fileno(outfile), sb.st_mode & ALLPERMS);
usr.bin/tic/tic.c
595
if (fchmod(fd, DEFFILEMODE & ~m))
usr.bin/unifdef/unifdef.c
361
fchmod(ofd, isb.st_mode & ACCESSPERMS);
usr.bin/uudecode/uudecode.c
222
fchmod(fileno(stdout), mode & 0666) != 0) {
usr.bin/xinstall/xinstall.c
815
if (fchmod(to_fd, tmpmode) == -1) {
usr.sbin/edquota/edquota.c
371
(void)fchmod(fd, 0640);
usr.sbin/lpr/lpd/printjob.c
231
if (fchmod(lfd, stb.st_mode & 0777) < 0)
usr.sbin/lpr/lpd/printjob.c
268
if (fchmod(lfd, stb.st_mode & 0777) < 0)
usr.sbin/pwd_mkdb/pwd_mkdb.c
567
(void)fchmod(fileno(fp), S_IRUSR|S_IWUSR);
usr.sbin/quotacheck/quotacheck.c
515
(void) fchmod(fileno(qfo), MODE);
usr.sbin/sliplogin/sliplogin.c
288
(void)fchmod(STDIN_FILENO, 0600);
usr.sbin/ypserv/common/ypdb.c
119
if (fchmod(fd, 0644 & ~myumask) == -1)