Home
last modified time | relevance | path

Searched refs:grep (Results 1 – 25 of 189) sorted by relevance

12345678

/external/dropbear/libtomcrypt/
Dgenlist.sh3grep "[.]/src" | grep "[.]c" | grep -v "sha224" | grep -v "sha384" | grep -v "aes_tab" | grep -v "…
5 export a=`find . -type f | grep [.]/src | grep [.]h | sed -e 'se\./ee' | xargs`
/external/bison/
DMakefile.maint29 (gzip --help|grep rsyncable) >/dev/null 2>&1 && echo --rsyncable
132 @grep -nE '\<free \(\(' $(srcdir)/{lib,src}/*.[chly] && \
165 @grep -nF 'error (EXIT_SUCCESS,' \
171 @grep -ni 'file''system' $$($(CVS_LIST_EXCEPT)) && \
177 @grep -n '^# *if HAVE_CONFIG_H' $$($(CVS_LIST_EXCEPT)) && \
183 @grep -L '^# *include <config\.h>' \
184 $$($(CVS_LIST_EXCEPT) | grep '\.c$$') \
185 | grep . && \
191 @files=$$(grep -l '# *include <assert\.h>' \
192 $$($(CVS_LIST_EXCEPT) | grep '\.c$$')) && \
[all …]
/external/bison/tests/
Dtestsuite591 grep -i "^[^;]*;[^;]*.*[; ]$at_keyword[ ;]"`
963 grep '^ *+' $at_stder1 >&2
964 grep -v '^ *+' $at_stder1 >$at_stderr
1012 grep '^ *+' $at_stder1 >&2
1013 grep -v '^ *+' $at_stder1 >$at_stderr
1066 grep '^ *+' $at_stder1 >&2
1067 grep -v '^ *+' $at_stder1 >$at_stderr
1138 grep '^ *+' $at_stder1 >&2
1139 grep -v '^ *+' $at_stder1 >$at_stderr
1228 grep '^ *+' $at_stder1 >&2
[all …]
/external/bzip2/
Dbzgrep13 *egrep) grep=${EGREP-egrep} ;;
14 *fgrep) grep=${FGREP-fgrep} ;;
15 *) grep=${GREP-grep} ;;
21 if test "$grep" = grep; then # grep is buggy with -e on SVR4
22 grep=egrep
52 bzip2 -cdfq | $grep $opt "$pat"
60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i
63 bzip2 -cdfq "$i" | $grep $opt "$pat"
70 bzip2 -cdfq "$i" | $grep $opt "$pat" | sed "s|^|${j}:|"
Dbzgrep.124 .I grep
26 .I grep.
28 if necessary and fed to grep.
30 .I grep.
43 .I grep.
47 .I grep
56 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)
/external/webkit/
DMakefile.shared5 ( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) | grep -v setenv && exit $${PIPESTATUS[0]} )
9 ( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) | grep -v setenv && exit $${PIPESTATUS[0]} )
13 ( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) | grep -v setenv && exit $${PIPESTATUS[0]} )
16 …( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) 'ARCHS=ppc i386' | grep -v setenv && exit $${PIPEST…
19 …( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) 'ARCHS=x86_64' | grep -v setenv && exit $${PIPESTAT…
22 …( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) 'ARCHS=i386 x86_64' | grep -v setenv && exit $${PIP…
25 …( xcodebuild $(OTHER_OPTIONS) $(XCODE_OPTIONS) 'ARCHS=ppc ppc64 i386 x86_64' | grep -v setenv && e…
28 …( xcodebuild $(OTHER_OPTIONS) -alltargets clean $(XCODE_OPTIONS) | grep -v setenv && exit $${PIPES…
/external/grub/util/
Dgrub-install.in133 tmp_drive=`grep -v '^#' $device_map | grep "$tmp_disk *$" \
149 if echo $tmp_part | grep "^s" >/dev/null; then
155 if echo $tmp_part | grep "[a-g]$" >/dev/null; then
163 if echo $tmp_part | grep "^s" >/dev/null; then
169 if echo $tmp_part | grep "[a-h]$" >/dev/null; then
177 if echo $tmp_part | grep "^[abe-p]$" >/dev/null; then
342 if grep "Error [0-9]*: " $log_file >/dev/null; then
433 if grep "Error [0-9]*: " $log_file >/dev/null; then
460 if grep "Error [0-9]*: " $log_file >/dev/null || test $debug = yes; then
Dgrub-install133 tmp_drive=`grep -v '^#' $device_map | grep "$tmp_disk *$" \
149 if echo $tmp_part | grep "^s" >/dev/null; then
155 if echo $tmp_part | grep "[a-g]$" >/dev/null; then
163 if echo $tmp_part | grep "^s" >/dev/null; then
169 if echo $tmp_part | grep "[a-h]$" >/dev/null; then
177 if echo $tmp_part | grep "^[abe-p]$" >/dev/null; then
342 if grep "Error [0-9]*: " $log_file >/dev/null; then
433 if grep "Error [0-9]*: " $log_file >/dev/null; then
460 if grep "Error [0-9]*: " $log_file >/dev/null || test $debug = yes; then
/external/strace/linux/
Dioctlent.sh54 (cd "$dir" ; grep "$regexp" "$@" /dev/null 2>/dev/null ) |
75 (cd $dir ; grep $regexp $files 2>/dev/null ) | \
87 (cd $dir ; grep -h $regexp 2>/dev/null $files ) | \
88 grep -v '\<_IO' >> ioctldefs.h
/external/strace/strace/linux/
Dioctlent.sh54 (cd "$dir" ; grep "$regexp" "$@" /dev/null 2>/dev/null ) |
75 (cd $dir ; grep $regexp $files 2>/dev/null ) | \
87 (cd $dir ; grep -h $regexp 2>/dev/null $files ) | \
88 grep -v '\<_IO' >> ioctldefs.h
/external/yaffs2/yaffs2/
Dpatch-ker.sh50 VERSION=`grep -s VERSION <$LINUXDIR/Makefile | head -n 1 | sed s/'VERSION = '//`
51 PATCHLEVEL=`grep -s PATCHLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'PATCHLEVEL = '//`
52 SUBLEVEL=`grep -s SUBLEVEL <$LINUXDIR/Makefile | head -n 1 | sed s/'SUBLEVEL = '//`
64 YAFFS_PATCHED_STRING=`grep -s yaffs <$KCONFIG | head -n 1`
/external/e2fsprogs/debian/
Drules25 COMERR_VERSION = $(shell grep ELF_VERSION lib/et/Makefile.in | cut '-d ' -f3)
26 COMERR_SOVERSION = $(shell grep ELF_SO_VERSION lib/et/Makefile.in | cut '-d ' -f3)
27 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
28 SS_SOVERSION = $(shell grep ELF_SO_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
29 UUID_VERSION = $(shell grep ELF_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
30 UUID_SOVERSION = $(shell grep ELF_SO_VERSION lib/uuid/Makefile.in | cut '-d ' -f3)
31 BLKID_VERSION = $(shell grep ELF_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
32 BLKID_SOVERSION = $(shell grep ELF_SO_VERSION lib/blkid/Makefile.in | cut '-d ' -f3)
33 EXT2FS_SOVERSION = $(shell grep ELF_SO_VERSION lib/ext2fs/Makefile.in | cut '-d ' -f3)
34 E2P_SOVERSION = $(shell grep ELF_SO_VERSION lib/e2p/Makefile.in | cut '-d ' -f3)
[all …]
/external/bison/build-aux/
Dconfig.rpath176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
206 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
280 strings "$collect2name" | grep resolve_lib_name >/dev/null
Dconfig.guess171 | grep __ELF__ >/dev/null
505 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
524 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
532 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
638 grep __LP64__ >/dev/null
854 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
873 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
892 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
898 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
974 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
[all …]
/external/tcpdump/
Dconfig.guess169 | grep __ELF__ >/dev/null
519 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
534 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
542 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
638 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
776 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
851 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
870 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
889 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
895 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
[all …]
/external/libpcap/
Dconfig.guess169 | grep __ELF__ >/dev/null
519 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
534 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
542 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
638 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
776 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
851 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
870 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
889 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
895 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
[all …]
/external/dbus/
Dconfig.guess176 | grep __ELF__ >/dev/null
520 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
535 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
543 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
639 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
772 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
839 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
858 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
877 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
883 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
[all …]
/external/grub/
Dconfig.guess169 | grep __ELF__ >/dev/null
534 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
549 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
557 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
653 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
861 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
880 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
899 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
905 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
981 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
[all …]
/external/strace/
Dconfig.guess169 | grep __ELF__ >/dev/null
534 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
549 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
557 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
653 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
861 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
880 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
899 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
905 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
981 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
[all …]
/external/elfutils/config/
Dconfig.guess167 | grep __ELF__ >/dev/null
514 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
530 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
538 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
758 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
820 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
840 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
846 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
916 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
937 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
[all …]
/external/e2fsprogs/lib/ext2fs/tdb/
Dbuild-tdb16 grep ^URL .svninfo >> tdb.c
17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c
18 grep "^Last Changed Date" .svninfo >> tdb.c
/external/e2fsprogs/tests/r_inline_xattr/
Dscript13 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
14 $DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT
26 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT
27 $DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT
/external/e2fsprogs/config/
Dconfig.guess171 | grep __ELF__ >/dev/null
508 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
527 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
535 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
641 grep __LP64__ >/dev/null
917 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
923 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1049 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1057 case `/bin/uname -X | grep "^Machine"` in
1069 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
[all …]
/external/icu4c/
Dconfig.guess172 | grep __ELF__ >/dev/null
509 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
528 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
536 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
642 grep __LP64__ >/dev/null
920 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
926 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1052 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1060 case `/bin/uname -X | grep "^Machine"` in
1072 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
[all …]
/external/libpng/
Dconfig.guess173 | grep __ELF__ >/dev/null
510 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
529 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
537 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
643 grep __LP64__ >/dev/null
841 | grep -q __ARM_EABI__
934 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
1069 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1077 case `/bin/uname -X | grep "^Machine"` in
[all …]

12345678