HomeSort by: relevance | last modified time | path
    Searched refs:fchmod (Results 1 - 25 of 33) sorted by relevancy

1 2

  /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/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) {
quit.c 481 (void)fchmod(fileno(obuf), 0600);
  /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/bin/rcp/
rcp.c 705 if (fchmod(ofd, omode))
709 if (fchmod(ofd, omode & ~mask))
  /src/bin/mv/
mv.c 356 if (fchmod(to_fd, sbp->st_mode))
  /src/common/lib/libprop/
prop_extern.c 613 if (fchmod(fd, 0666 & ~myumask) == -1) {
  /src/usr.bin/sed/
main.c 447 fchmod(fileno(outfile), sb.st_mode & ALLPERMS);
  /src/lib/libskey/
skeylogin.c 112 fchmod(fileno(keyfile), 0600);
  /src/usr.bin/at/
at.c 409 if (fchmod(fd2, S_IRUSR | S_IWUSR | S_IXUSR) == -1)
  /src/lib/libc/sys/
Makefile.inc 116 faccessat.S fchdir.S fchflags.S fchmod.S fchmodat.S fchown.S \
307 MLINKS+=chmod.2 fchmod.2 chmod.2 lchmod.2
  /src/sbin/ldconfig/
ldconfig.c 481 if (fchmod(fd, 0444) == -1) {
  /src/usr.bin/tic/
tic.c 595 if (fchmod(fd, DEFFILEMODE & ~m))
596 err(EXIT_FAILURE, "fchmod failed");
  /src/usr.sbin/lpr/lpd/
printjob.c 231 if (fchmod(lfd, stb.st_mode & 0777) < 0)
268 if (fchmod(lfd, stb.st_mode & 0777) < 0)
  /src/usr.bin/gzip/
gzip.c 1113 (void)fchmod(fd, DEFFILEMODE & ~mask);
1128 if (fchmod(fd, sb.st_mode) < 0)
1129 maybe_warn("couldn't fchmod: %s", file);
  /src/libexec/makewhatis/
makewhatis.c 390 if (fchmod(fileno(out), S_IRUSR|S_IRGRP|S_IROTH) == -1)
  /src/usr.bin/unifdef/
unifdef.c 361 fchmod(ofd, isb.st_mode & ACCESSPERMS);
  /src/usr.bin/xinstall/
xinstall.c 807 if (fchmod(to_fd, tmpmode) == -1) {
  /src/usr.sbin/edquota/
edquota.c 371 (void)fchmod(fd, 0640);

Completed in 72 milliseconds

1 2