Searched refs:egrep (Results 1 - 25 of 110) sorted by relevance

12345

/haiku-buildtools/binutils/gold/testsuite/
H A Dpr18689.sh26 egrep -q "..debug_mac[ro|info][ ]+*" pr18689.stdout
H A Dbnd_ifunc_1.sh27 if ! egrep "$1" "$2" >/dev/null 2>&1; then
34 APLT_ADDR=$(egrep '[0-9a-f]*:.*bnd jmpq \*0x[0-9a-f]*\(%rip\) *# [0-9a-f]* <_GLOBAL_OFFSET_TABLE_\+0x18>' bnd_ifunc_1.stdout |
H A Dno_version_test.sh35 found=`egrep "\.gnu\.version.*" $file`
H A Ddiscard_locals_test.sh35 found=`egrep $sym $file`
48 found=`egrep $sym $file`
H A Dsplit_x86_64.sh27 if ! egrep "$1" "$2" >/dev/null 2>&1; then
35 if egrep "$1" "$2" >/dev/null 2>&1; then
H A Dsplit_x32.sh28 if ! egrep "$1" "$2" >/dev/null 2>&1; then
36 if egrep "$1" "$2" >/dev/null 2>&1; then
H A Dsplit_i386.sh27 if ! egrep "$1" "$2" >/dev/null 2>&1; then
35 if egrep "$1" "$2" >/dev/null 2>&1; then
H A Dbnd_plt_1.sh27 if ! egrep "$1" "$2" >/dev/null 2>&1; then
H A Dbnd_ifunc_2.sh27 if ! egrep "$1" "$2" >/dev/null 2>&1; then
H A Dsplit_s390.sh27 if ! egrep "$1" "$2" >/dev/null 2>&1; then
35 if egrep "$1" "$2" >/dev/null 2>&1; then
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/
H A Dcstring_egrep.cc30 std::regex re("(a|b)*abb", std::regex::egrep);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/
H A Dc_string_egrep.cc29 std::tr1::regex re("(a|b)*abb", std::tr1::regex::egrep);
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dextract_symvers.in57 egrep -v ' (LOCAL|UND) ' |\
58 egrep -v ' (_DYNAMIC|_GLOBAL_OFFSET_TABLE_|_PROCEDURE_LINKAGE_TABLE_|_edata|_end|_etext)$' |\
/haiku-buildtools/gcc/contrib/
H A Dcheck_GNU_style.sh56 | egrep --color=always -- "$arg" \
67 | egrep --color=always -- "$arg1" \
68 | egrep --color=always -- "$arg2" \
79 | egrep -v -- "$varg" \
80 | egrep --color=always -- "$arg" \
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_search/
H A D61424.cc33 regex_constants::awk, regex_constants::egrep
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/constants/
H A Dsyntax_option_type.cc40 option = option | std::regex_constants::egrep;
56 option = option & std::regex_constants::egrep;
72 option = ~std::regex_constants::egrep;
H A Dconstexpr.cc39 option = &std::regex_constants::egrep;
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex_scanner.h104 : _M_flags & regex_constants::egrep
135 | regex_constants::egrep
141 { return _M_flags & (regex_constants::grep | regex_constants::egrep); }
158 {'\n', _S_token_or}, // grep and egrep
/haiku-buildtools/gcc/maintainer-scripts/
H A Dupdate_version_svn23 | egrep 'gcc-[0-9]+_[0-9]+-branch$' \
24 | egrep -v $IGNORE_BRANCHES`
H A Dupdate_web_docs_libstdcxx_svn42 find . -depth -print | cpio -pd $WWWDIR 2>&1 | egrep -v "$FILTER"
/haiku-buildtools/legacy/gcc/gcc/
H A Dfixincludes285 # This call to egrep is essential, since checking a file with egrep
289 # But the argument to egrep must be kept small, or many versions of egrep
304 if egrep '//|[ _]_IO|CTRL|^#define.NULL|^#e[nl][ds][ief]*[ ]+[!-.0-z\{\|\}\~]|^#[el]*if.*[^a-zA-Z0-9_][_a-ce-km-zA-Z][a-zA-Z0-9]' $file >/dev/null; then
379 || egrep 'This file is part of the GNU C Library' $2/$file >/dev/null 2>&1; then
384 for include in `egrep '^[ ]*#[ ]*include[ ]*"[^/]' $2/$file | sed -e 's/^[ ]*#[ ]*include[ ]*"\([^"]*\)".*$/\1/'`; do
444 for include in `egrep '^[ ]*#[ ]*include[ ]*"[^/]' ${LIB}/$file | sed -e 's/^[ ]*#[ ]*include[ ]*"\([^"]*\)".*$/\1/'`; do
475 for include in `egrep '^[ ]*#[ ]*include[ ]*"[^/]' ${LIB}/$file | sed -e 's/^[ ]*#[ ]*include[ ]*"\([^"]*\)".*$/\1/'`; do
500 for include in `egrep '
[all...]
/haiku-buildtools/legacy/gcc/contrib/
H A Dtest_summary74 egrep '^[-+](XPASS|FAIL)' >/dev/null; then
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/requirements/
H A Dconstexpr_data.cc55 = _Ttesttype::egrep;
/haiku-buildtools/binutils/
H A Dconfig.rpath146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
165 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
167 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
177 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
/haiku-buildtools/gcc/
H A Dconfig.rpath146 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
167 if $LD -v 2>&1 | egrep 'BFD 2\.8' > /dev/null; then
169 elif $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then
179 if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then

Completed in 287 milliseconds

12345