Searched refs:chmod (Results 1 - 25 of 128) sorted by relevance

123456

/haiku-fatelf/src/bin/network/tcpdump/libpcap/ChmodBPF/
H A DChmodBPF23 chmod g+rw /dev/bpf*
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile.am.in16 chmod a-w $@t
H A DMakefile.am49 chmod a-w $@t
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfchmodat.c35 Invoke chmod or lchmod on file, FILE, using mode MODE, in the directory
45 #define AT_FUNC_F2 chmod
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfchmodat.c39 Invoke chmod or lchmod on file, FILE, using mode MODE, in the directory
42 then (chmod|lchmod)/restore_cwd. If either the save_cwd or the
49 #define AT_FUNC_F2 chmod
H A Ddirchownmod.c58 calls may do the chown but not the chmod. */
90 chown before chmod. On older System V hosts, ordinary
104 it'll be set properly by chmod below, or the user
112 /* If the file mode bits might not be right, use chmod to
123 : chmod (dir, chmod_mode));
H A Dchown.c145 we assume that chmod will do likewise. Fortunately, on all
147 'no-op' chmod still does the trick. */
148 result = chmod (file, st.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A DMakefile75 @chmod +x bench multiview wrapper
86 @chmod +x wrapper
91 @chmod +x ./mk_tarball wrapper
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dchmod.c18 chmod(const char *path, mode_t mode) function
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/rename/
H A Drename.c24 if (chmod("__file", 0644) != 0)
25 printf("chmod fails: %s\n", strerror(errno));
/haiku-fatelf/src/bin/bash/support/
H A Dmkinstalldirs90 echo "chmod $dirmode $pathcomp"
92 chmod "$dirmode" "$pathcomp" || lasterr=$?
H A Drlvers.sh73 chmod 700 $TDIR
/haiku-fatelf/src/bin/diffutils/config/
H A Dmkinstalldirs79 echo "chmod $dirmode $pathcomp"
82 chmod "$dirmode" "$pathcomp" || lasterr=$?
/haiku-fatelf/src/bin/gawk/
H A Dmkinstalldirs90 echo "chmod $dirmode $pathcomp"
92 chmod "$dirmode" "$pathcomp" || lasterr=$?
/haiku-fatelf/src/bin/gzip/
H A Dgzexe77 gzip | tail | chmod | ln | sleep | rm)
86 chmod u+w $tmp 2>/dev/null
94 /bin/chmod 700 /tmp/gztmp$$
147 chmod u-w $i 2>/dev/null
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dmkinstalldirs90 echo "chmod $dirmode $pathcomp"
92 chmod "$dirmode" "$pathcomp" || lasterr=$?
/haiku-fatelf/src/bin/gdb/
H A Dmkinstalldirs126 echo "chmod $dirmode $pathcomp"
128 chmod "$dirmode" "$pathcomp" || lasterr=$?
/haiku-fatelf/src/libs/ncurses/misc/
H A Djpf-indent56 chmod u+w "$name"
H A Dncu-indent67 chmod u+w "$name"
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dmkinstalldirs137 echo "chmod $dirmode $pathcomp"
139 chmod "$dirmode" "$pathcomp" || lasterr=$?
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h23 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat25
82 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat22
133 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat2
181 int (*chmod) (const char *, mode_t); member in struct:fuse_operations_compat1
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dmkdist95 chmod $mode $newdir/$fname
/haiku-fatelf/src/bin/coreutils/src/
H A DMakefile.am51 chmod \
414 echo " chmod $(setuid_root_mode) $(installed_su)"; \
415 chmod $(setuid_root_mode) $(installed_su); \
432 && chmod $(setuid_root_mode) $$TMPFILE > /dev/null 2>&1 \
520 $(AM_V_at)chmod a-w $@-t
529 $(AM_V_at)chmod a-w $@-t
536 $(AM_V_at)chmod a-w $@-t
601 $(AM_V_at)chmod a-w $@t
609 $(AM_V_at)chmod a-w $@t
616 $(AM_V_at)chmod
[all...]
/haiku-fatelf/src/bin/diffutils/
H A DMakefile270 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
316 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
317 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
318 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
320 || chmod -R a+r $(distdir)
335 chmod -R a-w $(distdir); chmod a+w $(distdir)
338 chmod a-w $(distdir)
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dinstall.sh114 # (we do chmod last to preserve setuid bits)
135 echo "chmod $opt_m $dsttmp" 1>&2
137 chmod $opt_m $dsttmp || exit $?

Completed in 112 milliseconds

123456