Searched refs:grep (Results 1 – 25 of 189) sorted by relevance
12345678
3 …grep "[.]/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`
29 (gzip --help|grep rsyncable) >/dev/null 2>&1 && echo --rsyncable132 @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 …]
591 grep -i "^[^;]*;[^;]*.*[; ]$at_keyword[ ;]"`963 grep '^ *+' $at_stder1 >&2964 grep -v '^ *+' $at_stder1 >$at_stderr1012 grep '^ *+' $at_stder1 >&21013 grep -v '^ *+' $at_stder1 >$at_stderr1066 grep '^ *+' $at_stder1 >&21067 grep -v '^ *+' $at_stder1 >$at_stderr1138 grep '^ *+' $at_stder1 >&21139 grep -v '^ *+' $at_stder1 >$at_stderr1228 grep '^ *+' $at_stder1 >&2[all …]
13 *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 SVR422 grep=egrep52 bzip2 -cdfq | $grep $opt "$pat"60 bzip2 -cdfq "$i" | $grep $opt "$pat" 2>&1 > /dev/null && echo $i63 bzip2 -cdfq "$i" | $grep $opt "$pat"70 bzip2 -cdfq "$i" | $grep $opt "$pat" | sed "s|^|${j}:|"
24 .I grep26 .I grep.28 if necessary and fed to grep.30 .I grep.43 .I grep.47 .I grep56 grep(1), egrep(1), fgrep(1), bzdiff(1), bzmore(1), bzless(1), bzip2(1)
5 ( 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…
133 tmp_drive=`grep -v '^#' $device_map | grep "$tmp_disk *$" \149 if echo $tmp_part | grep "^s" >/dev/null; then155 if echo $tmp_part | grep "[a-g]$" >/dev/null; then163 if echo $tmp_part | grep "^s" >/dev/null; then169 if echo $tmp_part | grep "[a-h]$" >/dev/null; then177 if echo $tmp_part | grep "^[abe-p]$" >/dev/null; then342 if grep "Error [0-9]*: " $log_file >/dev/null; then433 if grep "Error [0-9]*: " $log_file >/dev/null; then460 if grep "Error [0-9]*: " $log_file >/dev/null || test $debug = yes; then
54 (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
50 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`
25 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 …]
176 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then186 if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then197 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then206 if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then208 elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then220 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then232 if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then280 strings "$collect2name" | grep resolve_lib_name >/dev/null
171 | grep __ELF__ >/dev/null505 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then524 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then532 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then638 grep __LP64__ >/dev/null854 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/null898 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in974 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`[all …]
169 | grep __ELF__ >/dev/null519 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then534 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then542 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then638 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null776 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/null895 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in[all …]
176 | grep __ELF__ >/dev/null520 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then535 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then543 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then639 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null772 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/null883 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in[all …]
169 | grep __ELF__ >/dev/null534 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then549 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then557 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then653 if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null861 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/null905 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in981 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`[all …]
167 | grep __ELF__ >/dev/null514 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then530 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then538 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then758 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/null846 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in916 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 …]
16 grep ^URL .svninfo >> tdb.c17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c18 grep "^Last Changed Date" .svninfo >> tdb.c
13 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT14 $DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT26 echo "debugfs -R ''stat file'' $TMPFILE 2>&1 | grep ''^Inode\|in inode body\|name = ''" >> $OUT27 $DEBUGFS -R "stat file" $TMPFILE 2>&1 | grep "^Inode\|in inode body\|name = " >> $OUT
171 | grep __ELF__ >/dev/null508 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then527 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then535 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then641 grep __LP64__ >/dev/null917 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null923 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in1049 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then1057 case `/bin/uname -X | grep "^Machine"` in1069 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`[all …]
172 | grep __ELF__ >/dev/null509 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then528 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then536 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then642 grep __LP64__ >/dev/null920 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null926 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in1052 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then1060 case `/bin/uname -X | grep "^Machine"` in1072 UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`[all …]
173 | grep __ELF__ >/dev/null510 if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then529 elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then537 if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then643 grep __LP64__ >/dev/null841 | grep -q __ARM_EABI__934 objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null940 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in1069 if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then1077 case `/bin/uname -X | grep "^Machine"` in[all …]