Home
last modified time | relevance | path

Searched refs:GREP (Results 1 – 19 of 19) sorted by relevance

/openbsd/usr.sbin/unbound/
H A Dltmain.sh270 test -z "$GREP" && {
299 GREP=$func_path_progs_result
314 : ${EGREP="$GREP -E"}
315 : ${FGREP="$GREP -F"}
807 $GREP "$1" "$2" >/dev/null 2>&1
2497 $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
4740 if $GREP -v "^: " < "$nlist" |
4749 $GREP -v "^: " < "$nlist" > "$nlist"S
8260 $GREP ": [^:]* bundle" >/dev/null; then
8499 if $GREP "^installed=no" $deplib > /dev/null; then
[all …]
H A Daclocal.m44073 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4074 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4928 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
5382 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
6408 $GREP 'no-whole-archive' > /dev/null; then
6428 …_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-…
7207 …_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-…
7291 …_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-…
7302 …rbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-…
8159 test -z "$GREP" && GREP=grep
[all …]
H A Dconfigure4766 if test -z "$GREP"; then
4820 ac_cv_path_GREP=$GREP
4826 GREP="$ac_cv_path_GREP"
7885 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
7886 then ac_cv_path_EGREP="$GREP -E"
7958 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
7959 then ac_cv_path_FGREP="$GREP -F"
8025 test -z "$GREP" && GREP=grep
9888 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
12890 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
[all …]
H A Dconfigure.ac561 if echo "$host" | $GREP -i -e linux >/dev/null; then reuseport_default=1; fi
562 if echo "$host" | $GREP -i -e dragonfly >/dev/null; then reuseport_default=1; fi
638 if echo "$CFLAGS" | $GREP -e "-pthread" >/dev/null; then
1968 if echo "$host" | $GREP -i -e linux >/dev/null; then
H A Dacx_nlnetlabs.m4447 …if $CC $CFLAGS -o conftest conftest.c 2>&1 | $GREP -e "warning: no debug symbols in executable" -e…
/openbsd/usr.sbin/nsd/
H A Dconfigure.ac17 AC_ARG_VAR(GREP, [location of the grep program])
199 if $GREP "^#define yy_current_buffer" conftest.c >/dev/null; then
449 ev_files_o=`ls $thedir/*.o | $GREP -v evdns\.o | $GREP -v bufferevent_openssl\.o`
736 if echo $target_os | $GREP -i darwin8 > /dev/null; then
H A Dconfigure1511 GREP location of the grep program
5293 if test -z "$GREP"; then
5347 ac_cv_path_GREP=$GREP
5353 GREP="$ac_cv_path_GREP"
5362 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5363 then ac_cv_path_EGREP="$GREP -E"
5835 if $GREP "^#define yy_current_buffer" conftest.c >/dev/null; then
5951 …if $CC $CFLAGS -o conftest conftest.c 2>&1 | $GREP -e "warning: no debug symbols in executable" -e…
6725 ev_files_o=`ls $thedir/*.o | $GREP -v evdns\.o | $GREP -v bufferevent_openssl\.o`
9715 if echo $target_os | $GREP -i darwin8 > /dev/null; then
H A DMakefile.in50 GREP = @GREP@
H A Dacx_nlnetlabs.m4447 …if $CC $CFLAGS -o conftest conftest.c 2>&1 | $GREP -e "warning: no debug symbols in executable" -e…
/openbsd/gnu/usr.bin/cvs/vms/
H A DChangeLog144 * options.h (GREP): Remove; no longer used.
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod850 open( GREP, "-|", 'grep', @opts, $search_string, @filenames );
851 chomp(@ok = <GREP>);
852 close GREP;
857 if (open(GREP, "-|")) {
858 while (<GREP>) {
862 close GREP;
/openbsd/gnu/usr.bin/cvs/windows-NT/
H A DChangeLog329 * config.h, options.h (GREP): Remove; no longer used.
497 * options.h: Fix defines for DIFF and GREP.
/openbsd/gnu/usr.bin/cvs/os2/
H A DChangeLog122 * options.h, config.h (GREP): Remove; no longer used.
562 * options.h (DIFF, GREP): don't expect autoconf to help us out.
/openbsd/gnu/usr.bin/cvs/src/
H A DChangeLog-96107 * options.h.in (GREP): Removed; no longer used.
109 file_has_markers rather than GREP.
111 we had been calling GREP. I suspect noone is using this code
680 * commit.c (check_fileproc): use Grepbin instead of GREP.
681 * rcscmds.c (RCS_merge): use Grepbin instead of GREP.
683 (update_fileproc): use Grepbin instead of GREP.
689 (GREPBIN_DFLT): renamed from GREP.
695 (Grepfbin): new global variable for GREP path.
/openbsd/gnu/usr.bin/cvs/
H A DChangeLog1377 * INSTALL: Don't mention GREP; CVS no longer uses it.
2364 * acconfig.h: Add AUTH_SERVER_SUPPORT. Remove DIFF and GREP (no
2852 * configure.in: #define the symbols DIFF and GREP to be the paths
2853 to the DIFF and GREP programs; their values will be edited into
2855 * acconfig.h (DIFF, GREP): Add these.
/openbsd/gnu/gcc/gcc/treelang/
H A Dtreelang.texi1204 GREP: grep is also a useful way to find all uses of a symbol.
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreelang.texi1191 GREP: grep is also a useful way to find all uses of a symbol.
/openbsd/usr.sbin/nsd/doc/
H A DRELNOTES442 - Merge PR #86 from noloader: Use precious variables for GREP, EGREP,
H A DChangeLog819 - Merge PR #86 from noloader: Use precious variables for GREP, EGREP,