Searched refs:GREP (Results 1 - 25 of 194) sorted by relevance

12345678

/freebsd-11-stable/gnu/usr.bin/grep/tests/
H A Doptions.sh16 echo "abababccccccd" | ${GREP} -E -e 'c{3}' > /dev/null 2>&1
23 echo "abababccccccd" | ${GREP} -G -e 'c\{3\}' > /dev/null 2>&1
30 echo "abababccccccd" | ${GREP} -F -e 'c\{3\}' > /dev/null 2>&1
H A Dbackref.sh11 echo "radar" | ${GREP} -e '\(.\)\(.\).\2\1' > /dev/null 2>&1
18 echo "civic" | ${GREP} -E -e '^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?).?\9\8\7\6\5\4\3\2\1$' > /dev/null 2>&1
25 echo "123" | ${GREP} -e 'a\(.\)' -e 'b\1' > /dev/null 2>&1
32 echo "123" | ${GREP} -e '[' -e ']' > /dev/null 2>&1
H A Dfile.sh20 echo "miles" | ${GREP} -i -E -f patfile > /dev/null 2>&1
27 echo "GNU" | ${GREP} -G -f patfile > /dev/null 2>&1
34 echo "ridar" | ${GREP} -F -f patfile > /dev/null 2>&1
44 echo "abbcd" | ${GREP} -F -f patfile > /dev/null 2>&1
53 echo "abbcd" | ${GREP} -F -f patfile > /dev/null 2>&1
H A Dstatus.sh13 echo "abcd" | ${GREP} -E -e 'abc' > /dev/null 2>&1
20 echo "abcd" | ${GREP} -E -e 'zbc' > /dev/null 2>&1
31 ${GREP} -E -e 'abc' MMMMMMMM.MMM > /dev/null 2>&1
38 ${GREP} -E -s -e 'abc' MMMMMMMM.MMM > /dev/null 2>&1
45 echo "abcd" | ${GREP} -E -q -s 'abc' MMMMMMMM.MMM - > /dev/null 2>&1
H A Dempty.sh12 echo "" | ${GREP} $options -e '' > /dev/null 2>&1
19 echo "abcd" | ${GREP} $options -f /dev/null > /dev/null 2>&1
26 echo "abcd" | ${GREP} $options -f /dev/null -e "abcd" > /dev/null 2>&1
H A Dspencer1.awk7 # printf ("status=`echo '%s'| { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);
8 printf ("status=`echo '%s'| { ${GREP} -E -e '%s' >/dev/null 2>&1 ; echo $?; }`\n",$3, $2);
H A Dkhadafy.sh5 : ${GREP=../src/grep}
11 ${GREP} -E -f $srcdir/khadafy.regexp $srcdir/khadafy.lines > khadafy.out
H A Dbre.awk11 # printf ("status=`echo '%s' | { ${GREP} -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);
12 printf ("status=`echo '%s' | { ${GREP} -e '%s' > /dev/null 2>&1; echo $? ; }`\n",$3, $2);
21 # printf ("echo '%s' | ${GREP} -e '%s' > /dev/null 2>&1\n",$3, $2);
H A Dere.awk11 # printf ("status=`echo '%s' | { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);
12 printf ("status=`echo '%s' | { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; }`\n",$3, $2);
21 # printf ("echo '%s'|${GREP} -E -e '%s' > /dev/null 2>&1\n",$3, $2);
/freebsd-11-stable/sys/tools/sound/
H A Demu10k1-mkalsa.sh3 GREP=${GREP:-grep}
13 $GREP -v '#include' $IN | \
/freebsd-11-stable/tests/sys/pjdfstest/tests/
H A Dconf5 GREP=grep
/freebsd-11-stable/contrib/tcsh/
H A DMAKESHAR8 GREP=/usr/bin/egrep
52 $WC $files | $GREP -v total | $SORT +2 | $AWK '
/freebsd-11-stable/gnu/usr.bin/grep/
H A Dconfig.h21 #define GREP 1 macro
H A DMakefile52 if GREP=${.OBJDIR}/${PROG} srcdir=${.CURDIR}/tests \
/freebsd-11-stable/contrib/pjdfstest/tests/
H A Dmisc.sh21 echo "${r}" | ${GREP} -Eq '^'${e}'$'
46 echo "${r}" | ${GREP} -Eq '^'${e}'$'
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh71 GREP=`searchpath grep "$PATH"`
98 test "$GREP" = ":" && echo >&2 "$NOPROG 'grep' in PATH" && NO="$NO 'grep'"
169 MATCH="$MATCH"`echo --$OPT | $GREP "^$OPTNAME"`
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure696 GREP
3766 if test -z "$GREP"; then
3791 $as_echo 'GREP' >> "conftest.nl"
3792 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3815 ac_cv_path_GREP=$GREP
3821 GREP="$ac_cv_path_GREP"
3829 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3830 then ac_cv_path_EGREP="$GREP -E"
3896 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
3897 then ac_cv_path_FGREP="$GREP
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure663 GREP
5137 if test -z "$GREP"; then
5162 $as_echo 'GREP' >> "conftest.nl"
5163 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5186 ac_cv_path_GREP=$GREP
5192 GREP="$ac_cv_path_GREP"
5200 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5201 then ac_cv_path_EGREP="$GREP -E"
5267 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5268 then ac_cv_path_FGREP="$GREP
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dconfigure695 GREP
4378 if test -z "$GREP"; then
4403 $as_echo 'GREP' >> "conftest.nl"
4404 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4427 ac_cv_path_GREP=$GREP
4433 GREP="$ac_cv_path_GREP"
4441 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4442 then ac_cv_path_EGREP="$GREP -E"
5110 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5111 then ac_cv_path_FGREP="$GREP
[all...]
/freebsd-11-stable/contrib/file/
H A Dconfigure664 GREP
4879 if test -z "$GREP"; then
4904 $as_echo 'GREP' >> "conftest.nl"
4905 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4928 ac_cv_path_GREP=$GREP
4934 GREP="$ac_cv_path_GREP"
4942 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4943 then ac_cv_path_EGREP="$GREP -E"
5612 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5613 then ac_cv_path_FGREP="$GREP
[all...]
/freebsd-11-stable/contrib/tnftp/src/
H A DMakefile.in151 GREP = @GREP@
/freebsd-11-stable/contrib/openpam/misc/
H A DMakefile.in157 GREP = @GREP@
/freebsd-11-stable/contrib/file/python/
H A DMakefile.in151 GREP = @GREP@
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure461 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AR ac_ct_AR RANLIB ac_ct_RANLIB LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO CPP WARN_CFLAGS NO_WERROR MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT INSTALL_LIBBFD_TRUE INSTALL_LIBBFD_FALSE host_noncanonical target_noncanonical bfdlibdir bfdincludedir USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE CC_FOR_BUILD EXEEXT_FOR_BUILD HDEFINES CGEN_MAINT_TRUE CGEN_MAINT_FALSE cgendir WIN32LDFLAGS WIN32LIBADD archdefs BFD_MACHINES LIBOBJS LTLIBOBJS'
3634 test -z "$GREP" && GREP=grep
3679 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
3937 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4240 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4298 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4316 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4854 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4855 if $GREP ' nm_test_fun
[all...]
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure460 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS GENINSRC_TRUE GENINSRC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar multi_basedir toolexecdir toolexeclibdir CC ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CFLAGS AR ac_ct_AR RANLIB ac_ct_RANLIB PERL BUILD_INFO_TRUE BUILD_INFO_FALSE LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO CPP CPPFLAGS enable_shared enable_static MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT FC FCFLAGS LDFLAGS ac_ct_FC libtool_VERSION SECTION_LDFLAGS OPT_LDFLAGS LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE config_path XCFLAGS XLDFLAGS link_gomp USE_FORTRAN_TRUE USE_FORTRAN_FALSE OMP_LOCK_SIZE OMP_LOCK_ALIGN OMP_NEST_LOCK_SIZE OMP_NEST_LOCK_ALIGN OMP_LOCK_KIND OMP_NEST_LOCK_KIND LIBOBJS LTLIBOBJS'
3928 test -z "$GREP" && GREP=grep
3973 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4231 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4534 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4592 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4610 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5148 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5149 if $GREP ' nm_test_fun
[all...]

Completed in 220 milliseconds

12345678