HomeSort by relevance Sort by last modified time
    Searched refs:egrep (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/strace/linux/mips/
ioctlent.sh 73 egrep "$def_find" $file_list |
75 egrep -v "$def_stop"
  /external/bzip2/
bzgrep 13 *egrep) grep=${EGREP-egrep} ;;
22 grep=egrep
xmlproc.sh 77 egrep 'error' $OUT
  /external/openssh/
survey.sh.in 68 egrep '#define|#undef' config.h
buildpkg.sh.in 136 if egrep "^#define USE_SOLARIS_PROCESS_CONTRACTS" config.h > /dev/null 2>&1
379 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
390 if cut -f1 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'\$SSH_PRIVSEP_GROUP'\$' >/dev/null
400 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/group | egrep '^'$SSHDGID'\$' >/dev/null
413 if cut -f3 -d: \${PKG_INSTALL_ROOT}/etc/passwd | egrep '^'$SSHDUID'\$' >/dev/null
542 /usr/bin/svcs -H $OPENSSH_FMRI 2>&1 | egrep "^online" > /dev/null 2>&1
643 find . | egrep -v "prototype|pkginfo|mk-proto.awk" | sort | \
  /external/compiler-rt/lib/tsan/
check_analyze.sh 23 res=$(PrintRes | egrep "$1 .* $2 $3; ")
analyze_libtsan.sh 35 load=$(egrep 'mov .*\,.*\(.*\)|cmp .*\,.*\(.*\)' $file | wc -l)
36 store=$(egrep 'mov .*\(.*\),' $file | wc -l)
  /external/llvm/utils/crosstool/
create-snapshots.sh 17 svn info ${LLVM_PROJECT_SVN} | egrep ^Revision | sed 's/^Revision: //'
  /external/openssh/regress/
agent-ptrace.sh 44 egrep 'ptrace: Operation not permitted.|procfs:.*Permission denied.|ttrace.*Permission denied.|procfs:.*: Invalid argument.|Unable to access task ' >/dev/null ${OBJ}/gdb.out
stderr-after-eof.sh 36 egrep 'Disconnecting: Received extended_data after EOF' ${COPY} &&
  /external/llvm/projects/sample/autoconf/
AutoRegen.sh 8 autoconf --version | egrep '2\.[56][0-9]' > /dev/null
  /external/genext2fs/
test-mount.sh 65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \
70 egrep -v "(hda|hdb|tty|loop|ram|ubda)" | \
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 31 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-attrs
33 egrep -v "^namespace\w*=" > ${tmp_prefix}.html-tags
34 egrep "equalIgnoringCase" $src_dir/Source/WebCore/html/HTML*.cpp | \
40 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/Source/WebCore | ruby -e '$stdin.readlines.join("").scan(/\"([afimtvwx][\w\+-]+\/[\w\+-]+)"/) { puts $1 }' > ${tmp_prefix}.mime-types
43 egrep -o '"@.*?\"' $src_dir/Source/WebCore/css/CSSParser.cpp | cut -d\" -f2 | cut -d"{" -f1 | \
56 egrep "^ [a-z-]+," $src_dir/layout/style/nsCSSPropList.h | cut -d, -f1 \
60 egrep '{ "[a-z]+:' $src_dir/docshell/build/nsDocShellModule.cpp | cut -d\" -f2 \
69 egrep ' { "[a-z]+' $src_dir/content/html/content/src/nsGenericHTMLElement.cpp | cut -d\" -f2 >> ${tmp_prefix}.html-values
74 egrep -r '"[-\+a-z]+/[-\+a-z]+"' $src_dir/browser/base $src_dir/browser/components $src_dir/uriloader $src_dir/netwerk/mime $src_dir/content/html \
76 egrep -o '":(.*?)"' $src_dir/layout/style/nsCSSPseudoClassList.h | cut -d\" -f2
    [all...]
  /frameworks/base/tools/obbtool/
mkobb.sh 47 if ! egrep -q "^cryptoloop " /proc/modules; then \
53 if ! egrep -q "name\s*:\s*${CRYPTO}$" /proc/crypto; then \
59 if ! egrep -q "^\s*${FS}$" /proc/filesystems; then \
  /tools/build/
gradlew 133 CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
134 CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
  /external/libvpx/build/make/
gen_asm_deps.sh 45 includes=$(egrep -i "include +\"?+[a-z0-9_/]+\.${sfx}" $srcfile |
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
153 static constexpr syntax_option_type egrep = 1 << _S_egrep; member in namespace:regex_constants
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
153 static constexpr syntax_option_type egrep = 1 << _S_egrep; member in namespace:regex_constants
  /external/openssh/contrib/aix/
buildbff.sh 29 if echo $0 | egrep '^/'
39 if pwd | egrep 'contrib/aix$'
207 if cut -f1 -d: /etc/group | egrep '^'$SSH_PRIVSEP_USER'\$' >/dev/null
224 if egrep '^[ \t]*UsePrivilegeSeparation[ \t]+no' $sysconfdir/sshd_config >/dev/null
276 if egrep "^\$oldstartcmd" /etc/rc.tcpip >/dev/null
  /external/e2fsprogs/config/
config.rpath 128 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
140 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
142 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
152 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
  /external/jpeg/
ltconfig 432 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo $progname:432: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
579 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$special_shlib_compile_flags[ ]" >/dev/null; then :
657 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
682 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
718 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
904 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
949 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
989 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
990 if egrep ' nm_test_func$' "$nlist" >/dev/null; the
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 432 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo $progname:432: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
579 if echo "$old_CC $old_CFLAGS " | egrep -e "[ ]$special_shlib_compile_flags[ ]" >/dev/null; then :
657 if "$LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
682 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
718 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
904 elif ($ac_dir/nm -p /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; then
949 if $NM -V 2>&1 | egrep '(GNU|with BFD)' > /dev/null; then
989 if egrep ' nm_test_var$' "$nlist" >/dev/null; then
990 if egrep ' nm_test_func$' "$nlist" >/dev/null; the
    [all...]
  /external/libffi/
ltcf-c.sh 91 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
189 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
201 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
221 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
241 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
    [all...]
ltcf-gcj.sh 94 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
192 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
204 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
240 if $LD --help 2>&1 | egrep 'no-whole-archive' > /dev/null; then
545 output_verbose_link_cmds="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | egrep \"\-L\""
  /bootable/recovery/applypatch/
imgdiff_test.sh 104 sort | uniq -d | egrep -e '[.](apk|jar|zip)$'); do

Completed in 885 milliseconds

1 2 3 4