| /freebsd/contrib/ntp/scripts/deprecated/ |
| H A D | 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`
|
| /freebsd/crypto/openssh/regress/ |
| H A D | hostkey-rotate.sh | 13 2.19) fgrep=good ;; 14 1.*|2.?|2.?.?|2.1?) fgrep=bad ;; # stock GNU grep 15 2.5.1*) fgrep=bad ;; # FreeBSD and NetBSD 16 *) fgrep=good ;; 18 if test "x$fgrep" = "xbad"; then 19 fgrep() function 76 fgrep "$_kpub" $OBJ/known_hosts > /dev/null
|
| H A D | sftp-glob.sh | 26 if fgrep "$expected" ${RESULTS} >/dev/null 2>&1 ; then 33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then
|
| H A D | sshsig.sh | 402 fgrep "$sig_principal" >/dev/null || \ 519 fgrep "unique" >/dev/null || \ 524 fgrep "princi*" >/dev/null || \ 529 fgrep -e "principal1" -e "princi*" >/dev/null || \
|
| /freebsd/contrib/dialog/samples/ |
| H A D | killall | 9 pid=`ps -a |fgrep "$prog" |fgrep -v fgrep|sed -e 's/^[ ]*//' -e 's/ .*//' `
|
| /freebsd/usr.bin/grep/ |
| H A D | Makefile | 30 ${BINDIR}/grep ${BINDIR}/fgrep \ 49 grep.1 fgrep.1 \
|
| H A D | zgrep.sh | 43 *fgrep)
|
| /freebsd/contrib/ntp/ |
| H A D | bootstrap | 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/`
|
| /freebsd/contrib/netbsd-tests/usr.bin/cc/ |
| H A D | t_hello.sh | 97 if ! cc -dM -E - < /dev/null | fgrep -q _LP64; then 103 if fgrep -q _LP64 ./def32; then
|
| /freebsd/contrib/ncurses/ |
| H A D | dist.mk | 173 find . -type f -print |misc/csort | fgrep -v .lsm |fgrep -v .spec >$@
|
| /freebsd/sys/contrib/libsodium/dist-build/ |
| H A D | emscripten.sh | 156 fgrep -v "#! /usr/bin/env ${NODE}" "$file" > "browser/${file}" 170 fgrep -v "#! /usr/bin/env ${NODE}" "$file" >> "${file}.tmp"
|
| H A D | generate-emscripten-symbols.sh | 21 fgrep ' T _' | \
|
| /freebsd/sys/contrib/libsodium/test/ |
| H A D | constcheck.sh | 10 fgrep -v edwards25519sha512batch | sort -u); do
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | zstdgrep | 39 *fgrep*) prog=zfgrep; grep_args='-F';;
|
| /freebsd/contrib/netbsd-tests/usr.bin/grep/ |
| H A D | t_grep.sh | 566 atf_check -s exit:1 -o empty fgrep -f epatfile subj 567 atf_check -o file:subj fgrep -vf epatfile subj 599 atf_check -o inline:"Foo\n" fgrep -e "Foo" test1 601 atf_check -s exit:1 -o empty fgrep -e "Fo." test1
|
| /freebsd/tools/tools/git/ |
| H A D | arcgit | 91 phab_id=`comm -13 "$phab_before" "$phab_after" | fgrep "$headline" \
|
| /freebsd/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.sh | 1768 fgrep '|f|' | 1825 fgrep '|-|' >> mlines 1838 fgrep -v '|-|' mlines | 1848 fgrep '|-' | 1946 fgrep '|f|' < $1 | 1993 fgrep '|f|' | 2547 if look "${F}|" $1 | fgrep -q "|f|"; then 2555 fgrep -q "|f|"; then 3382 fgrep -v '|-|||||' |
|
| /freebsd/libexec/blocklistd-helper/ |
| H A D | blacklistd-helper | 255 /usr/sbin/ipfstat -io | fgrep -v "group $2" | \
|
| /freebsd/contrib/blocklist/libexec/ |
| H A D | blocklistd-helper | 234 /usr/sbin/ipfstat -io | fgrep -v "group $2" | \
|
| /freebsd/share/examples/jails/ |
| H A D | jng | 588 if ifconfig -l | xargs -n1 2> /dev/null | fgrep -qw "$name"
|
| /freebsd/tests/sys/cddl/zfs/include/ |
| H A D | commands.txt | 68 /usr/bin/fgrep
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mailprio | 98 # fgrep -f lists/inet-access /tmp/a | sed -e 's/^.......//' > /tmp/b 100 # fgrep -v -f /tmp/b lists/inet-access > /tmp/c
|
| /freebsd/lib/ncurses/tinfo/ |
| H A D | Makefile | 237 "${AWK}" generated < curses.h | fgrep undef > $@
|
| /freebsd/contrib/byacc/ |
| H A D | aclocal.m4 | 715 ${FGREP-fgrep} define conftest.i >>confdefs.h 2018 cf_man2html_1st="`${FGREP-fgrep} -n MARKER conftest.out |sed -e 's/^[[^0-9]]*://' -e 's/:.*//'`" 2045 …cf_man2html_page="`${FGREP-fgrep} -n HEAD1 conftest.out |sed -n '$p' |sed -e 's/^[[^0-9]]*://' -e …
|
| /freebsd/sys/contrib/libsodium/ |
| H A D | configure.ac | 44 AS_IF([pwd | fgrep ' ' > /dev/null 2>&1],
|