Searched +refs:grep +refs:mode (Results 1 - 25 of 203) sorted by relevance

123456789

/macosx-10.9.5/gnutar-452/gnutar/tests/
H A Dtestsuite514 # systems may use methods other than mode bits to determine executability.
636 23;extrac06.at:33;mode of extracted directories;extract extract06 directory mode;
801 grep -i $at_invert "^[1-9][^;]*;.*[; ]$at_keyword[ ;]"`
1252 # In verbose mode, append to the log file *and* show on
1253 # the standard output; in quiet mode only write to the log
1284 grep '^ *+' "$at_stder1" >&2
1285 grep -v '^ *+' "$at_stder1" >"$at_stderr"
1397 grep '^ *+' "$at_stder1" >&2
1398 grep
[all...]
/macosx-10.9.5/CPANInternal-140/Digest-SHA/
H A Dshasum22 -b, --binary read files in binary mode (default on DOS/Windows)
24 -p, --portable read files in portable mode
26 -t, --text read files in text mode (default)
37 the input should be a former output of this program. The default mode
114 -b, --binary read files in binary mode (default on DOS/Windows)
116 -p, --portable read files in portable mode
118 -t, --text read files in text mode (default)
128 input should be a former output of this program. The default mode is to
157 usage(1, "shasum: Ambiguous file mode\n")
158 if scalar(grep { define
[all...]
/macosx-10.9.5/ruby-104/ruby/tool/
H A Drbinstall.rb66 opt.on('--data-mode=OCTAL-MODE', OptionParser::OctalInteger) do |mode|
67 $data_mode = mode
69 opt.on('--prog-mode=OCTAL-MODE', OptionParser::OctalInteger) do |mode|
70 $prog_mode = mode
72 opt.on('--dir-mode=OCTAL-MODE', OptionParser::OctalInteger) do |mode|
73 $dir_mode = mode
75 opt.on('--script-mode
[all...]
/macosx-10.9.5/apache-786.1/httpd/build/
H A Dinstall-bindist.sh.in27 mode=$2
40 chmod ${mode} ${path}
146 PRE=`grep "^prefix = " bindist/build/config_vars.mk`
H A Dltmain.sh115 # We save the old values to restore during execute mode.
143 mode=$default_mode
171 # Return a directory name, but don't create it in dry-run mode
188 # If we're not in dry-run mode, bomb out on failure
271 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
464 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
510 $echo "$progname: enabling shell trace mode"
534 --finish) mode="finish" ;;
536 --mode) prevopt="--mode" pre
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/bin/
H A Dttree51 unless (-f $RCFILE or grep(/^(-f|-h|--help)$/, @ARGV) ) {
203 foreach my $key ('*', grep { !/\*/ } keys %$depends) {
298 unless ((-d $abspath && $recurse) || grep { $path =~ /$_/ } @$accept) {
308 my ($uid, $gid, $mode);
310 (undef, undef, $mode, undef, $uid, $gid, undef, undef,
316 mkpath($target, $verbose, $mode) or
352 $srctime, $desttime, $mode, $uid, $gid);
384 # mode and ownership
385 ( undef, undef, $mode, undef, $uid, $gid, undef,
416 chmod($mode,
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/bin/
H A Dttree51 unless (-f $RCFILE or grep(/^(-f|-h|--help)$/, @ARGV) ) {
203 foreach my $key ('*', grep { !/\*/ } keys %$depends) {
298 unless ((-d $abspath && $recurse) || grep { $path =~ /$_/ } @$accept) {
308 my ($uid, $gid, $mode);
310 (undef, undef, $mode, undef, $uid, $gid, undef, undef,
316 mkpath($target, $verbose, $mode) or
352 $srctime, $desttime, $mode, $uid, $gid);
384 # mode and ownership
385 ( undef, undef, $mode, undef, $uid, $gid, undef,
416 chmod($mode,
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dparser.rb83 mode = "r"
86 mode = "r:#{encoding}" if encoding
87 s = File.open(file, mode) {|f| f.gets(nil, 1024)}
185 return nil unless /(?:\s|\A)mode:\s*([^\s;]+)/i =~ type
253 markup = content.lines.first(3).grep(/markup:\s+(\w+)/) { $1 }.first
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/
H A DMakefile.in26 LINK_MODULE = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(APRUTIL_LDFLAGS) -release $(APRUTIL_MAJOR_VERSION) -module -rpath $(APU_DSO_LIBDIR)
88 $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir)
101 @for m in $(APU_MODULES); do $(LIBTOOL) $(LT_LTFLAGS) $(LTFLAGS) --mode=install $(INSTALL) -m 755 $$m $(DESTDIR)$(APU_DSO_LIBDIR); done
113 $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A DMakefile.in26 LINK_MODULE = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(APRUTIL_LDFLAGS) -release $(APRUTIL_MAJOR_VERSION) -module -rpath $(APU_DSO_LIBDIR)
86 $(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir)
99 @for m in $(APU_MODULES); do $(LIBTOOL) $(LT_LTFLAGS) $(LTFLAGS) --mode=install $(INSTALL) -m 755 $$m $(DESTDIR)$(APU_DSO_LIBDIR); done
111 $(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e 's/^.*[)]\(.*\);$$/\1/' >> $@
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dtest022-ppolicy83 COUNT=`grep "Account locked" $SEARCHOUT | wc -l`
124 COUNT=`grep "grace logins" $SEARCHOUT | wc -l`
248 COUNT=`grep "Operations are restricted" $SEARCHOUT | wc -l`
319 COUNT=`grep "Password fails quality" ${TESTOUT}.2 | wc -l`
325 COUNT=`grep "Password is too short for policy" ${TESTOUT}.2 | wc -l`
352 COUNT=`grep "Password fails quality" ${TESTOUT}.2 | wc -l`
504 mode=self
542 COUNT=`grep "pwdFailureTime" $SEARCHOUT | wc -l`
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay/eg/
H A Dnet-ssl-test36 -d Debug mode
101 grep($opt_version eq $_, '2', '3', '23')
/macosx-10.9.5/CPANInternal-140/Crypt-SSLeay-0.64/eg/
H A Dnet-ssl-test36 -d Debug mode
101 grep($opt_version eq $_, '2', '3', '23')
/macosx-10.9.5/man-16/man/
H A Dconfigure337 if grep c conftest >/dev/null 2>&1 ; then
907 if grep -q '^man:' /etc/group >/dev/null 2>/dev/null;
913 if grep -q '^man:' /etc/passwd >/dev/null 2>/dev/null;
923 if grep -q '^man:' /etc/group >/dev/null 2>/dev/null;
940 echo $n "What mode should the installed man have? [${man_mode}] $c"
941 read mode
942 if test "$mode" != ""; then man_mode=$mode; fi
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/
H A Dconfigure1155 If a cross compiler is detected then cross compile mode will be used." >&2
2904 grep -v '^ *+' conftest.er1 >conftest.err
2962 grep -v '^ *+' conftest.er1 >conftest.err
3000 grep -v '^ *+' conftest.er1 >conftest.err
3039 grep -v '^ *+' conftest.er1 >conftest.err
3121 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3158 grep -v '^ *+' conftest.er1 >conftest.err
3250 grep -v '^ *+' conftest.er1 >conftest.err
3287 grep -v '^ *+' conftest.er1 >conftest.err
3355 grep
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dist/
H A Dconfigure1372 If a cross compiler is detected then cross compile mode will be used." >&2
3639 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3643 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4191 grep -v '^ *+' conftest.er1 >conftest.err
4249 grep -v '^ *+' conftest.er1 >conftest.err
4287 grep -v '^ *+' conftest.er1 >conftest.err
4326 grep -v '^ *+' conftest.er1 >conftest.err
4408 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4445 grep -v '^ *+' conftest.er1 >conftest.err
4590 grep
[all...]
H A Dltmain.sh107 # We save the old values to restore during execute mode.
127 mode=$default_mode
153 # Return a directory name, but don't create it in dry-run mode
170 # If we're not in dry-run mode, bomb out on failure
247 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
430 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
475 $echo "$progname: enabling shell trace mode"
499 --finish) mode="finish" ;;
501 --mode) prevopt="--mode" pre
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
H A Dltmain.sh107 # We save the old values to restore during execute mode.
127 mode=$default_mode
209 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
390 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
435 $echo "$progname: enabling shell trace mode"
459 --finish) mode="finish" ;;
461 --mode) prevopt="--mode" prev=mode ;;
462 --mode
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dltmain.sh107 # We save the old values to restore during execute mode.
127 mode=$default_mode
209 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
390 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
435 $echo "$progname: enabling shell trace mode"
459 --finish) mode="finish" ;;
461 --mode) prevopt="--mode" prev=mode ;;
462 --mode
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/query-loc-0.4.0/
H A Dconfigure693 If a cross compiler is detected then cross compile mode will be used." >&2
1080 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1851 grep -v '^ *+' conftest.er1 >conftest.err
1909 grep -v '^ *+' conftest.er1 >conftest.err
1992 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2025 grep -v '^ *+' conftest.er1 >conftest.err
2079 grep -v '^ *+' conftest.er1 >conftest.err
2124 grep -v '^ *+' conftest.er1 >conftest.err
2168 grep -v '^ *+' conftest.er1 >conftest.err
2278 grep dspms
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/build/
H A Dltmain.sh122 # We save the old values to restore during execute mode.
142 mode=$default_mode
168 # Return a directory name, but don't create it in dry-run mode
185 # If we're not in dry-run mode, bomb out on failure
276 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
474 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
519 $echo "$progname: enabling shell trace mode"
543 --finish) mode="finish" ;;
545 --mode) prevopt="--mode" pre
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/
H A Dltmain.sh107 # We save the old values to restore during execute mode.
127 mode=$default_mode
153 # Return a directory name, but don't create it in dry-run mode
170 # If we're not in dry-run mode, bomb out on failure
247 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
430 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
475 $echo "$progname: enabling shell trace mode"
499 --finish) mode="finish" ;;
501 --mode) prevopt="--mode" pre
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dlibtool94 EGREP="/usr/bin/grep -E"
468 # We save the old values to restore during execute mode.
488 mode=$default_mode
514 # Return a directory name, but don't create it in dry-run mode
531 # If we're not in dry-run mode, bomb out on failure
622 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
820 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
865 $echo "$progname: enabling shell trace mode"
889 --finish) mode="finish" ;;
891 --mode) prevop
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/
H A Dltmain.sh115 # We save the old values to restore during execute mode.
137 mode=$default_mode
165 # Return a directory name, but don't create it in dry-run mode
182 # If we're not in dry-run mode, bomb out on failure
279 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
487 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
533 $echo "$progname: enabling shell trace mode"
557 --finish) mode="finish" ;;
559 --mode) prevopt="--mode" pre
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dltmain.sh115 # We save the old values to restore during execute mode.
143 mode=$default_mode
171 # Return a directory name, but don't create it in dry-run mode
188 # If we're not in dry-run mode, bomb out on failure
271 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
464 if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
510 $echo "$progname: enabling shell trace mode"
534 --finish) mode="finish" ;;
536 --mode) prevopt="--mode" pre
[all...]

Completed in 323 milliseconds

123456789