Home
last modified time | relevance | path

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

12345678910>>...15

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c3606 (void) chmod(namep, stbuf.st_mode & MODEMASK); in doxtract()
4552 (void) chmod(name, in resugname()
4566 (void) chmod(name, in resugname()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c460 chmod(ttyp, mode & ~0122); /* turn off writing for others */
463 chmod(ttyp, mode);
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh1032 chmod 400 $ZONE_ETC_DIR/shadow
1058 chmod 400 $ZONE_ETC_DIR/shadow
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c300 (void) chmod(tempfile, (mode_t)0444); in onelock()
/illumos-gate/usr/src/cmd/tzreload/
H A Dtzreload.c173 if (chmod(TZSYNC_FILE, 0644) != 0) { in init_file()
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c447 if (chmod(argvk, status.st_mode) != 0) { in main()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex.news267 A bug causing the current directory to be chmod'ed to 0 if you
H A Dex_put.c1069 chmod((char *)ttynbuf, 0600); in tostart()
1123 chmod((char *)ttynbuf, ttymesg); in tostop()
H A Dexpreserve.c290 (void) chmod((char *)savdir, 0700); in copyout()
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c1198 (void) chmod(VT_TMPDIR, S_IRWXU|S_IROTH|S_IXOTH|S_IRGRP|S_IXGRP); in mkvtdir()
/illumos-gate/usr/src/cmd/ypcmd/net_files/
H A DMakefile297 @chmod 600 $(YPDBDIR)/$(DOM)/passwd.adjunct.byname.dir;
298 @chmod 600 $(YPDBDIR)/$(DOM)/passwd.adjunct.byname.pag;
307 @chmod 600 $(YPDBDIR)/$(DOM)/group.adjunct.byname.dir;
308 @chmod 600 $(YPDBDIR)/$(DOM)/group.adjunct.byname.pag;
/illumos-gate/usr/src/cmd/ypcmd/shared/
H A Dutils.c132 chmod(savefile, 0644);
133 chmod(tofile, 0644);
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh264 chmod 400 $OUTDIR/$SHADOW
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1418 (void) chmod(ZONES_TMPDIR, S_IRWXU); in grab_lock_file()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c1018 if (chmod(zonepath, S_IRWXU) != 0) { in create_zfs_zonepath()
H A Dzoneadm.c992 if (chmod(path, S_IRWXU) != 0) in validate_zonepath()
1058 if (chmod(rpath, S_IRWXU) != 0) { in validate_zonepath()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c1561 if (strcmp(*cpp, "/tmp") == 0 && chmod(tmp, 01777) != 0) { in build_mounted_post_var()
H A Dzoneadmd.c456 (void) chmod(ZONES_TMPDIR, S_IRWXU); in mkzonedir()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DC+probe426 chmod +x cpp
431 chmod u+w cpp
650 chmod +x cpp
659 chmod u+w cpp
H A DMakefile77 chmod +x $(<)
H A DMamfile77 exec - test -w hurl -a -x hurl || chmod u+w,+x hurl
118 exec - test -w iffe -a -x iffe || chmod u+w,+x iffe
159 exec - test -w mktest -a -x mktest || chmod u+w,+x mktest
281 exec - test -w rt -a -x rt || chmod u+w,+x rt
362 exec - test -w ditto -a -x ditto || chmod u+w,+x ditto
443 exec - test -w filter -a -x filter || chmod u+w,+x filter
483 exec - test -w ignore -a -x ignore || chmod u+w,+x ignore
523 exec - test -w silent -a -x silent || chmod u+w,+x silent
623 exec - test -w mprobe -a -x mprobe || chmod u+w,+x mprobe
668 exec - test -w probe -a -x probe || chmod u+w,+x probe
[all …]
H A DRELEASE251 05-06-24 package.sh: fix binary read chmod via *.sum
345 04-07-17 regress.sh: add INPUT -x for chmod +x
361 regress.sh: probe for rm -u vs. chmod -R u+rwx
540 02-09-30 package.sh: handle chmod of -* files
H A Dditto.sh119 typeset -A chown chmod
319 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
328 chmod[$src_perm]="${chmod[$src_perm]} '$src_path'"
H A Dexecrate.sh98 *chgrp|*chmod)
H A Dfilter.sh92 chmod u+rwx $tmp$suf || exit 1

12345678910>>...15