Home
last modified time | relevance | path

Searched refs:chmod (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/titanic_44/usr/src/lib/libshell/common/tests/
H A Dpath.sh47 chmod +x dir[12]/foobar
76 /bin/chmod 755 $tmp/ok
130 chmod +x date
132 chmod +x "$cmd"
134 chmod 755 foo
148 builtin chmod
150 chmod 644 noexec
159 chmod=$(whence chmod)
163 chmod=$(whence chmod)
168 $chmod +x $cmd
[all …]
H A Dbasic.sh122 chmod 755 $tmp/script
163 chmod +x $tmp/foobar
194 chmod +x $tmp/script
202 chmod +x $tmp/scriptx
208 chmod 755 a b c d e
253 chmod +x $tmp/script
347 chmod +x $tmp/scriptx
361 chmod +x $tmp/scriptx
H A Dfunctions.sh142 chmod +x $tmp/script
177 chmod +x $tmp/script
219 chmod +x $tmp/foobar
403 chmod +x try
418 chmod +x foobar
1018 chmod +x $tmp1
1041 chmod +x $tmp/foobar
1063 chmod +x foo
H A Dio.sh44 chmod 755 $tmp/mycat
116 chmod +x close0 close1
146 chmod +x script
189 chmod +x \$script
192 chmod +x $tmp/1
203 chmod +x $tmp/1
H A Dbracket.sh50 chmod 777 $file
78 chmod 000 $file
185 chmod 600 $file
204 chmod 4755 "$file"
H A Dheredoc.sh120 chmod +x "$f"
175 chmod 755 "$f"
246 chmod +x $script
/titanic_44/usr/src/cmd/make/lib/vroot/
H A Dchmod.cc30 extern int chmod(const char *path, mode_t mode);
37 vroot_result= chmod(path, vroot_args.chmod.mode); in chmod_thunk()
43 vroot_args.chmod.mode= mode; in chmod_vroot()
/titanic_44/usr/src/cmd/mkfifo/
H A DMakefile29 SRCS= mkfifo.c ../chmod/common.c
36 %.o: ../chmod/%.c
43 %.po: ../chmod/%.c
/titanic_44/usr/src/cmd/mkdir/
H A DMakefile29 SRCS= mkdir.c ../chmod/common.c
38 %.o: ../chmod/%.c
45 %.po: ../chmod/%.c
/titanic_44/usr/src/cmd/install.d/
H A Dinstall.sh212 chmod $MODE $i
219 chmod $MODE $i
261 chmod $MODE $direct/$FILE
282 chmod $MODE $direct/$FILE
353 chmod $MODE $PUTHERE
378 chmod $MODE $FILE
/titanic_44/usr/src/grub/grub-0.97/docs/
H A DMakefile.am45 chmod 755 $<
55 chmod 755 $<
61 chmod 755 $<
/titanic_44/usr/src/lib/libc/port/sys/
H A Dchmod.c40 #pragma weak _chmod = chmod
42 chmod(const char *path, mode_t mode) in chmod() function
/titanic_44/usr/src/cmd/sgs/packages/
H A DMakefile.com44 chmod +x $@
49 chmod +x $@
/titanic_44/usr/src/ucbcmd/biff/
H A Dbiff.c85 if (chmod(cp, stb.st_mode|0100) < 0) in main()
90 if (chmod(cp, stb.st_mode&~0100) < 0) in main()
/titanic_44/usr/src/cmd/chmod/
H A DMakefile26 PROG= chmod
45 XGETFLAGS= -a -x chmod.xcl
/titanic_44/usr/src/cmd/bnu/
H A DInstall112 echo chmod $MODE $DIR/$FILE
113 chmod $MODE $DIR/$FILE
H A DMakefile177 common.o: ../chmod/common.c
178 $(COMPILE.c) -o $@ ../chmod/common.c
180 common.po: ../chmod/common.c
181 $(COMPILE.cpp) ../chmod/common.c > common.c.i
H A Dcpmv.c82 (void) chmod(temp_p, PUB_FILEMODE);
211 (void) chmod(full, PUB_FILEMODE);
254 (void) chmod(fullname, PUB_FILEMODE);
H A Dlogent.c70 (void) chmod(logfile, LOGFILEMODE);
109 (void) chmod(SYSLOG, LOGFILEMODE);
142 (void) chmod(CMDLOG, LOGFILEMODE);
H A DSetUp43 chmod $3 $ETC/$4
114 chmod 600 $ETC/Permissions
/titanic_44/usr/src/grub/grub-0.97/
H A DMakefile.in70 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
411 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
412 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
413 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
415 || chmod -R a+r $(distdir)
457 chmod -R a-w $(distdir); chmod a+w $(distdir)
460 chmod a-w $(distdir)
474 && chmod -R a-w "$$dc_install_base" \
/titanic_44/usr/src/cmd/mail/
H A Dmkdead.c82 chmod(hmdead, DEADPERM); in mkdead()
86 chmod(dotdead, DEADPERM); in mkdead()
/titanic_44/usr/src/lib/libcmd/common/
H A DRELEASE24 09-07-02 chgrp.c,chmod.c,cksum.c: fts_flags() default only if not --recursive
71 07-09-10 chmod.c: add --show,-n
91 07-01-26 chmod.c: don't FTS_FOLLOW if !FTS_PHYSICAL
128 06-06-25 chmod.c: mask -c output with S_IPERM
141 05-02-14 chmod.c: add --reference=file
167 04-04-15 chmod.c: follow symlink for relative mode
228 00-02-14 chmod: --ignore-umask to ignore umask(2) in symbolic expressions
229 chmod,chgrp,cp: use FTS_NOSEEDOTDIR for correct path construction
242 chmod,head,tail,rev: long options
249 chmod: drop -l option because of clash with l (lock) mode
[all …]
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dcmp_ca.sh103 chmod +w $targ
117 chmod +w $targ
/titanic_44/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c122 if (chmod(filename, mode | S_IWUSR) == -1) { in fix_file()
142 if (chmod(filename, mode) == -1) { in fix_file()

12345678910>>...13