Home
last modified time | relevance | path

Searched refs:chmod (Results 351 – 366 of 366) sorted by path

1...<<1112131415

/illumos-gate/usr/src/tools/make/lib/vroot/
H A DMakefile20 chmod.o \
/illumos-gate/usr/src/tools/protocmp/
H A Dprotocmp.c662 if (chmod(fname, perm) == -1) { in set_values()
/illumos-gate/usr/src/tools/scripts/
H A Dnightly891 chmod 777 $TMPDIR
H A Dwebrev.sh2151 chmod $o_mode $olddir/$file
2170 chmod $(get_file_mode $CWS/$DIR/$F) $newdir/$DIR/$F
/illumos-gate/usr/src/ucbcmd/biff/
H A Dbiff.c83 if (chmod(cp, stb.st_mode|0100) < 0) in main()
88 if (chmod(cp, stb.st_mode&~0100) < 0) in main()
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c149 if (mflag && chmod(dirname, mode)) { in main()
/illumos-gate/usr/src/ucbcmd/touch/
H A Dtouch.c283 if (chmod(filename, 0666)) {
289 if (chmod(filename, (int)statp->st_mode)) {
/illumos-gate/usr/src/ucbcmd/vipw/
H A Dvipw.c115 if (chmod(ptemp, (osbuf.st_mode & 0644)) < 0) { in main()
150 if (chmod(ptemp, (osbuf.st_mode & 0644)) < 0) { in main()
155 if (chmod(stemp, (oshdbuf.st_mode & 0400)) < 0) { in main()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files129 chmod.o \
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c69 int chmod(char *, int);
454 /* 15 */ SYSENT_CI("chmod", chmod, 2),
835 /* 15 */ SYSENT_CI("chmod", chmod, 2),
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h489 extern int chmod(const char *, mode_t);
/illumos-gate/usr/src/uts/common/syscall/
H A DSYSCALL.README244 chmod vncalls.c common/syscall/chmod.c
245 fchmod vncalls.c common/syscall/chmod.c
H A Dchmod.c70 chmod(char *path, int mode) in chmod() function
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dcmp_ca.sh103 chmod +w $targ
117 chmod +w $targ
/illumos-gate/usr/src/uts/intel/os/
H A Dname_to_sysnum15 chmod 15
/illumos-gate/usr/src/uts/sparc/os/
H A Dname_to_sysnum15 chmod 15

1...<<1112131415