Home | History | Annotate | Download | only in cmockery_0_1_2

Lines Matching refs:EGREP

97 EGREP="grep -E"
549 $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
702 darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
2583 | $EGREP "$match_pattern_regex" > /dev/null; then
3018 $EGREP ": [^:]* bundle" >/dev/null ; then
3748 if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
4007 | $EGREP "$file_magic_regex" > /dev/null; then
4059 | $EGREP "$match_pattern_regex" > /dev/null; then
4318 $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
4319 $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
4898 $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
4903 $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4943 $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
7276 EGREP="grep -E"