| /osnet-11/usr/src/lib/libshell/common/sh/ |
| H A D | io.c | 91 # define pipe(v) ((socketpair(AF_UNIX,SOCK_STREAM,0,v)<0||shutdown((v)[1],SHUT_RD)<0||fchmod((v)[1],S_IWUSR)<0||shutdown((v)[0],SHUT_WR)<0||fchmod((v)[0],S_IRUSR)<0)?(-1):0) 1365 fchmod(fd,perm);
|
| /osnet-11/usr/src/lib/libsldap/common/ |
| H A D | ns_confmgr.c | 607 (void) fchmod(fileno(fp), 0444); 720 if (fchmod(fileno(fp), buf.st_mode) != 0) { 730 if (fchmod(fileno(fp), 0400) != 0) {
|
| /osnet-11/usr/src/lib/libsmbns/common/ |
| H A D | smbns_netbios.c | 504 (void) fchmod(fileno(fp), 0600);
|
| /osnet-11/usr/src/lib/libnsl/common/ |
| H A D | daemon_utils.c | 128 (void) fchmod(fd, 0644);
|
| /osnet-11/usr/src/lib/libdevalloc/common/ |
| H A D | libdevalloc.c | 1351 (void) fchmod(fda, DA_DBMODE); 1388 (void) fchmod(fdm, DA_DBMODE);
|
| /osnet-11/usr/src/lib/libdevinfo/ |
| H A D | devinfo_dli.c | 112 if (fchmod(fd, mode) < 0) {
|
| /osnet-11/usr/src/lib/libdladm/common/ |
| H A D | libdladm.c | 835 if (fchmod(nfd, db_perms) < 0) {
|
| /osnet-11/usr/src/lib/libipsecutil/common/ |
| H A D | algs.c | 315 if (fchmod(fd, CFG_PERMS) == -1) {
|
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
| H A D | krbfileio.c | 80 fchmod(fd, 0600);
|
| H A D | safechown.c | 63 if (fchmod(fd, (mode_t)mode)) {
|
| /osnet-11/usr/src/lib/cfgadm_plugins/fp/common/ |
| H A D | cfga_rep.c | 253 if (fchmod(fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { 390 if (fchmod(copy_fd, 479 if (fchmod(copy_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { 489 if (fchmod(tmp_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { 573 if (fchmod(tmp_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) { 587 if (fchmod(copy_fd, S_IRUSR | S_IRGRP | S_IROTH) < 0) {
|
| /osnet-11/usr/src/cmd/sendmail/aux/ |
| H A D | mail.local.c | 816 (void) fchmod(mbfd, 0660);
|
| /osnet-11/usr/src/lib/libast/common/comp/ |
| H A D | open.c | 84 if (mode && fchmod(fd, mode))
|
| /osnet-11/usr/src/lib/libbsm/common/ |
| H A D | audit_cron.c | 216 if (fchmod(fd, 0400) == -1)
|
| /osnet-11/usr/src/lib/libc/port/rt/ |
| H A D | mqueue.c | 530 if (fchmod(fd, mode) < 0)
|
| /osnet-11/usr/src/lib/libc/port/stdio/ |
| H A D | tmpfile.c | 95 (void) fchmod(mkret, 0666 & ~current_umask);
|
| /osnet-11/usr/src/lib/libc/port/sys/ |
| H A D | chmod.c | 47 #pragma weak _fchmod = fchmod 49 fchmod(int fd, mode_t mode) function
|
| /osnet-11/usr/src/lib/libzonecfg/common/ |
| H A D | getzoneent.c | 311 (void) fchmod(tmp_file_desc, ZONE_INDEX_MODE);
|
| /osnet-11/usr/src/lib/libzoneinfo/common/ |
| H A D | libzone.c | 1133 if (fchmod(fileno(ofp), sb.st_mode) == -1) {
|
| /osnet-11/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_patch.c | 111 if (fchmod(fileno(tfp), (sbuf.st_mode & 0777)) != 0) {
|
| H A D | meta_setup.c | 174 if (fchmod(lockfd, 0644) != 0) { 750 (void) fchmod(fileno(metalogfp), 0664);
|
| H A D | meta_systemfile.c | 112 if ((fchmod(fileno(*tfp), (sbuf.st_mode & 0777))
|
| /osnet-11/usr/src/lib/mpapi/libmpapi/common/ |
| H A D | mpapi.c | 3497 if (fchmod(mpconf, S_IRUSR | S_IRGRP | S_IROTH) < 0) { 3606 if (fchmod(mpconf, S_IRUSR | S_IRGRP | S_IROTH) < 0) {
|
| /osnet-11/usr/src/lib/nsswitch/pynss/common/ |
| H A D | nssbase.py | 516 os.fchmod(self.tmpfd.fileno(), self.PERM)
|