/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | chmod.c | 51 #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 D | safechown.c | 64 if (fchmod(fd, (mode_t)mode)) {
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | tmpfile.c | 89 (void) fchmod(mkret, 0666 & ~current_umask);
|
/illumos-gate/usr/src/cmd/oamuser/group/ |
H A D | add_group.c | 71 if (fchmod(fileno(etctmp), sb.st_mode) != 0 ||
|
H A D | del_group.c | 80 if (fchmod(fd, sbuf.st_mode) != 0 ||
|
H A D | mod_group.c | 80 if (fchmod(fd, sbuf.st_mode) != 0 ||
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | accton.c | 100 if (fchmod(fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IWUSR|S_IROTH) == ERR) {
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmextern.h | 114 extern int fchmod();
|
H A D | tmchild.c | 328 (void) fchmod(0, 0620); 598 (void) fchmod(0, 0620);
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | chmod.c | 82 fchmod(int fd, int mode) function
|
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rep.c | 254 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 D | open.c | 84 if (mode && fchmod(fd, mode))
|
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mdcf.c | 69 (void) fchmod(fileno(tfp), (sbuf.st_mode & 0777));
|
H A D | meta_setup.c | 178 if (fchmod(lockfd, 0644) != 0) { 754 (void) fchmod(fileno(metalogfp), 0664);
|
H A D | meta_patch.c | 111 if (fchmod(fileno(tfp), (sbuf.st_mode & 0777)) != 0) {
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_dli.c | 112 if (fchmod(fd, mode) < 0) {
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | daemon_utils.c | 128 (void) fchmod(fd, 0644);
|
/illumos-gate/usr/src/cmd/oamuser/user/ |
H A D | proj.c | 78 if (fchmod(fd, sbuf.st_mode) != 0 ||
|
H A D | groups.c | 89 if (fchmod(fd, sbuf.st_mode) != 0 ||
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 186 fchmod.2 \ 284 fchmod.2 := LINKSRC = chmod.2
|
/illumos-gate/usr/src/lib/lvm/libsvm/common/ |
H A D | start_svm.c | 261 (void) fchmod(tofd, fromstat.st_mode & MODEBITS);
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | uucplock.c | 231 (void) fchmod(fd, 0444);
|
/illumos-gate/usr/src/cmd/localedef/ |
H A D | localedef.c | 109 if (fchmod(fileno(f), 0644) < 0) {
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | conf.c | 486 if (fchmod(cfd, 0644) == -1) 505 if (fchmod(tfd, 0644) == -1)
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | nss_write.c | 137 (void) fchmod(fd, 0644);
|