HomeSort by: relevance | last modified time | path
    Searched refs:fgrep (Results 1 - 25 of 119) sorted by relevancy

1 2 3 4 5

  /src/external/gpl2/grep/dist/doc/
Makefile.am 6 man_MANS = grep.1 fgrep.1 egrep.1
8 EXTRA_DIST = grep.1 egrep.man fgrep.man
10 CLEANFILES = egrep.1 fgrep.1
12 fgrep.1: fgrep.man
14 sed -e "s%@grep@%$$inst%g" $(srcdir)/fgrep.man > $@
  /src/external/bsd/ntp/dist/scripts/deprecated/
ntp-groper 55 if fgrep -s 'Connection refused' $ntpqlog
62 fgrep -s 'timed out, nothing received' $ntpqlog > /dev/null && responding=0
69 synchost=`fgrep "refid=" $ntpqlog`
75 stratum=`fgrep "stratum=" $ntpqlog`
  /src/external/gpl2/texinfo/dist/makeinfo/tests/
cond 11 test `fgrep ' text.' cond.out | wc -l` -eq 3 || exit 3
17 test `fgrep ' text.' cond.out | wc -l` -eq 4 || exit 3
23 test `fgrep ' text.' cond.out | wc -l` -eq 3 || exit 3
31 test `fgrep ' text.' cond.out | wc -l` -eq 5 || exit 3
copying 11 fgrep 'produced by' copying.out >/dev/null || exit 2
  /src/sys/conf/
mkldscript.sh 13 "${OBJDUMP:-objdump}" -x "$@" | fgrep "RELOCATION RECORDS FOR [link_set" | \
  /src/external/bsd/bzip2/dist/
bzgrep 14 *fgrep) grep=${FGREP-fgrep} ;;
  /src/tests/kernel/
t_origin.sh 86 if ! cc -dM -E - < /dev/null | fgrep -q _LP64; then
94 if fgrep -q _LP64 ./def32; then
  /src/tests/usr.bin/nbperf/
t_nbperf.sh 71 atf_check -s exit:1 fgrep -q '^=' hash.c
76 atf_check -s exit:0 fgrep -q '^=' hash.c
121 atf_check -s exit:1 fgrep -q '^=' hash.c
126 atf_check -s exit:0 fgrep -q '^= (' hash.c
127 atf_check -s exit:0 fgrep -q '^= 2' hash.c
172 atf_check -s exit:1 fgrep -q '^=' hash.c
177 atf_check -s exit:0 fgrep -q '^= (' hash.c
178 atf_check -s exit:0 fgrep -q '^= 2' hash.c
  /src/usr.bin/grep/
Makefile 9 ${BINDIR}/grep ${BINDIR}/fgrep \
15 grep.1 fgrep.1 \
  /src/external/gpl2/grep/dist/src/
Makefile.am 7 bin_SCRIPTS = egrep fgrep
26 fgrep:
  /src/external/gpl2/gettext/lib/libgrep/
Makefile 13 m-fgrep.c \
  /src/sys/arch/ia64/stand/ia64/efi/
Makefile 41 if [ `${OBJDUMP} -t loader.sym | fgrep '*UND*' | wc -l` != 0 ]; then \
42 ${OBJDUMP} -t loader.sym | fgrep '*UND*'; \
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
Makefile.am 32 m-common.h m-common.c m-fgrep.c m-regex.c \
  /src/external/gpl2/grep/bin/
Makefile 27 ${BINDIR}/grep ${BINDIR}/fgrep
29 grep.1 fgrep.1
  /src/tests/usr.bin/c++/
t_call_once.sh 120 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
126 if fgrep -q _LP64 ./def32; then
173 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
179 if fgrep -q _LP64 ./def32; then
237 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
243 if fgrep -q _LP64 ./def32; then
294 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
300 if fgrep -q _LP64 ./def32; then
t_cxxruntime.sh 113 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
119 if fgrep -q _LP64 ./def32; then
165 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
171 if fgrep -q _LP64 ./def32; then
217 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
223 if fgrep -q _LP64 ./def32; then
263 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
269 if fgrep -q _LP64 ./def32; then
t_hello.sh 109 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
115 if fgrep -q _LP64 ./def32; then
161 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
167 if fgrep -q _LP64 ./def32; then
211 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
217 if fgrep -q _LP64 ./def32; then
257 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
263 if fgrep -q _LP64 ./def32; then
t_pthread_once.sh 118 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
124 if fgrep -q _LP64 ./def32; then
169 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
175 if fgrep -q _LP64 ./def32; then
231 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
237 if fgrep -q _LP64 ./def32; then
286 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
292 if fgrep -q _LP64 ./def32; then
t_call_once2.sh 164 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
170 if fgrep -q _LP64 ./def32; then
250 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
256 if fgrep -q _LP64 ./def32; then
348 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
354 if fgrep -q _LP64 ./def32; then
437 if ! c++ -dM -E - < /dev/null | fgrep -q _LP64; then
443 if fgrep -q _LP64 ./def32; then
  /src/external/bsd/zstd/dist/programs/
zstdgrep 39 *fgrep*) prog=zfgrep; grep_args='-F';;
  /src/external/bsd/ntp/dist/
bootstrap 43 # if fgrep -q 4.2.4 sntp/m4/version.m4; then
74 runner_files=`find [B-Za-z]* -type f -name 'run-*' -print | fgrep -v /SCCS/`
94 def_files=`find [B-Za-z]* -type f -name '*.def' -print | fgrep -v /SCCS/`
  /src/sys/external/isc/libsodium/dist/dist-build/
emscripten.sh 145 fgrep -v "#! /usr/bin/env ${NODE}" "$file" > "browser/${file}"
159 fgrep -v "#! /usr/bin/env ${NODE}" "$file" >> "${file}.tmp"
  /src/tests/usr.bin/cc/
t_hello.sh 116 if ! cc -dM -E - < /dev/null | fgrep -q _LP64; then
122 if fgrep -q _LP64 ./def32; then
  /src/distrib/utils/embedded/files/
creds_msdos 90 if fgrep -q "${keydata}" "${ssh_userkeys}" 2>/dev/null; then
  /src/external/gpl2/texinfo/dist/util/
gen-dir-node 169 filesectdata=`(cd ${INFODIR}; fgrep INFO-DIR-SECTION /dev/null ${infofiles} | \
170 fgrep -v 'INFO-DIR-SECTION Miscellaneous' | \

Completed in 26 milliseconds

1 2 3 4 5