Searched refs:fchmod (Results 1 - 25 of 83) sorted by relevance

1234

/illumos-gate/usr/src/lib/libc/port/sys/
H A Dchmod.c51 #pragma weak _fchmod = fchmod
53 fchmod(int fd, mode_t mode) function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c64 if (fchmod(fd, (mode_t)mode)) {
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dtmpfile.c89 (void) fchmod(mkret, 0666 & ~current_umask);
/illumos-gate/usr/src/cmd/oamuser/group/
H A Dadd_group.c71 if (fchmod(fileno(etctmp), sb.st_mode) != 0 ||
H A Ddel_group.c80 if (fchmod(fd, sbuf.st_mode) != 0 ||
H A Dmod_group.c80 if (fchmod(fd, sbuf.st_mode) != 0 ||
/illumos-gate/usr/src/cmd/acct/
H A Daccton.c100 if (fchmod(fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IWUSR|S_IROTH) == ERR) {
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmextern.h114 extern int fchmod();
H A Dtmchild.c328 (void) fchmod(0, 0620);
598 (void) fchmod(0, 0620);
/illumos-gate/usr/src/uts/common/syscall/
H A Dchmod.c82 fchmod(int fd, int mode) function
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rep.c254 if (fchmod(fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) {
391 if (fchmod(copy_fd,
480 if (fchmod(copy_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) {
490 if (fchmod(tmp_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) {
574 if (fchmod(tmp_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) {
588 if (fchmod(copy_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) {
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dopen.c84 if (mode && fchmod(fd, mode))
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mdcf.c69 (void) fchmod(fileno(tfp), (sbuf.st_mode & 0777));
H A Dmeta_setup.c178 if (fchmod(lockfd, 0644) != 0) {
754 (void) fchmod(fileno(metalogfp), 0664);
H A Dmeta_patch.c111 if (fchmod(fileno(tfp), (sbuf.st_mode & 0777)) != 0) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_dli.c112 if (fchmod(fd, mode) < 0) {
/illumos-gate/usr/src/lib/libnsl/common/
H A Ddaemon_utils.c128 (void) fchmod(fd, 0644);
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c78 if (fchmod(fd, sbuf.st_mode) != 0 ||
H A Dgroups.c89 if (fchmod(fd, sbuf.st_mode) != 0 ||
/illumos-gate/usr/src/man/man2/
H A DMakefile186 fchmod.2 \
284 fchmod.2 := LINKSRC = chmod.2
/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dstart_svm.c261 (void) fchmod(tofd, fromstat.st_mode & MODEBITS);
/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c231 (void) fchmod(fd, 0444);
/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.c109 if (fchmod(fileno(f), 0644) < 0) {
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c486 if (fchmod(cfd, 0644) == -1)
505 if (fchmod(tfd, 0644) == -1)
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_write.c137 (void) fchmod(fd, 0644);

Completed in 181 milliseconds

1234