Home
last modified time | relevance | path

Searched refs:FGREP (Results 1 – 25 of 177) sorted by relevance

12345678

/freebsd/contrib/byacc/test/
H A Drun_make.sh20 ifBTYACC=`$FGREP -l 'define YYBTYACC' config.h > /dev/null; test $? != 0; echo $?`
103 if test -z "`$FGREP -i -l '%pure-parser' "$input"`"
164 if $FGREP -i '%pure-parser' "$input" >/dev/null ||
165 $FGREP -i '%parse-param' "$input" >/dev/null ||
166 $FGREP -i '%lex-param' "$input" >/dev/null ||
167 $FGREP -i '%token-table' "$input" >/dev/null ||
168 $FGREP 'YYLEX_PARAM' "$input" >/dev/null
H A Drun_lint.sh17 ifBTYACC=`$FGREP -l 'define YYBTYACC' config.h > /dev/null; test $? != 0; echo $?`
H A Drun_test.sh131 ifBTYACC=`$FGREP -l 'define YYBTYACC' $PROG_DIR/config.h > /dev/null; test $? != 0; echo $?`
/freebsd/contrib/ncurses/
H A DMakefile.in65 FGREP = @FGREP@
108 $(FGREP) NCURSES_VERSION $(include_dir)/termcap.h >/dev/null || \
111 $(FGREP) NCURSES_VERSION $(include_dir)/curses.h >/dev/null || \
/freebsd/contrib/byacc/
H A Dmakefile.in30 FGREP = @FGREP@
152 @FGREP="$(FGREP)" $(SHELL) $(testdir)/run_test.sh $(testdir)
156 @FGREP="$(FGREP)" $(SHELL) $(testdir)/run_make.sh $(testdir)
160 @FGREP="$(FGREP)" $(SHELL) $(testdir)/run_lint.sh $(testdir)
H A Dconfigure5720 case $FGREP in
5740 FGREP=$ac_cv_path_FGREP
5742 if test -n "$FGREP"; then
5743 echo "$as_me:5743: result: $FGREP" >&5
5744 echo "${ECHO_T}$FGREP" >&6
5750 test -n "$FGREP" && break
5752 test -n "$FGREP" || FGREP=": "
5761 FGREP="$ac_cv_path_FGREP"
8098 s,@FGREP@,$FGREP,;t t
8336 test -n "${FGREP}" || FGREP="grep -F"
[all …]
/freebsd/contrib/ncurses/man/
H A Dmake_sed.sh51 ${FGREP-grep -F} -v \# "$1" | \
/freebsd/contrib/ncurses/ncurses/
H A DMakefile.in248FGREP="@FGREP@" $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" generated <../inclu…
336FGREP="@FGREP@" $(SHELL) -e $(base)/MKlib_gen.sh "$(CPP) $(CPPFLAGS)" "$(AWK)" implemented <../inc…
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dsetup.ksh146 GET=$($ZPOOL 2>&1 | $FGREP "get <all")
/freebsd/contrib/expat/
H A Dconfigure.ac194 AM_CONDITIONAL([UNICODE], [echo -- "${CPPFLAGS}${CFLAGS}" | ${FGREP} XML_UNICODE >/dev/null])
195 AM_CONDITIONAL([_INTERNAL_UNICODE_WCHAR_T], [echo -- "${CPPFLAGS}${CFLAGS}" | ${FGREP} XML_UNICODE_…
196 AM_CONDITIONAL([_INTERNAL_MIN_SIZE], [echo -- "${CPPFLAGS}${CFLAGS}" | ${FGREP} XML_MIN_SIZE >/dev/…
197 AM_CONDITIONAL([_INTERNAL_LARGE_SIZE], [echo -- "${CPPFLAGS}${CFLAGS}" | ${FGREP} XML_LARGE_SIZE >/…
/freebsd/contrib/file/python/
H A DMakefile.in153 FGREP = @FGREP@
/freebsd/contrib/openpam/misc/
H A DMakefile.in163 FGREP = @FGREP@
/freebsd/contrib/openbsm/man/
H A DMakefile.in181 FGREP = @FGREP@
/freebsd/contrib/openbsm/bsm/
H A DMakefile.in198 FGREP = @FGREP@
/freebsd/contrib/openbsm/sys/bsm/
H A DMakefile.in201 FGREP = @FGREP@
/freebsd/contrib/openpam/include/security/
H A DMakefile.in208 FGREP = @FGREP@
/freebsd/contrib/openbsm/modules/
H A DMakefile.in209 FGREP = @FGREP@
/freebsd/contrib/openbsm/sys/
H A DMakefile.in209 FGREP = @FGREP@
/freebsd/contrib/openbsm/test/
H A DMakefile.in209 FGREP = @FGREP@
/freebsd/contrib/openbsm/bin/
H A DMakefile.in214 FGREP = @FGREP@
/freebsd/contrib/openpam/lib/
H A DMakefile.in220 FGREP = @FGREP@
/freebsd/contrib/openpam/modules/
H A DMakefile.in220 FGREP = @FGREP@
/freebsd/contrib/openpam/bin/
H A DMakefile.in221 FGREP = @FGREP@
/freebsd/contrib/openpam/doc/
H A DMakefile.in219 FGREP = @FGREP@
/freebsd/contrib/openpam/doc/man/
H A DMakefile.in194 FGREP = @FGREP@

12345678