Home
last modified time | relevance | path

Searched refs:fgrep (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/contrib/ntp/scripts/deprecated/
H A Dntp-groper55 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 Dhostkey-rotate.sh13 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 Dsftp-glob.sh26 if fgrep "$expected" ${RESULTS} >/dev/null 2>&1 ; then
33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then
H A Dsshsig.sh402 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 Dkillall9 pid=`ps -a |fgrep "$prog" |fgrep -v fgrep|sed -e 's/^[ ]*//' -e 's/ .*//' `
/freebsd/usr.bin/grep/
H A DMakefile30 ${BINDIR}/grep ${BINDIR}/fgrep \
49 grep.1 fgrep.1 \
H A Dzgrep.sh43 *fgrep)
/freebsd/contrib/ntp/
H A Dbootstrap74 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 Dt_hello.sh97 if ! cc -dM -E - < /dev/null | fgrep -q _LP64; then
103 if fgrep -q _LP64 ./def32; then
/freebsd/contrib/ncurses/
H A Ddist.mk173 find . -type f -print |misc/csort | fgrep -v .lsm |fgrep -v .spec >$@
/freebsd/sys/contrib/libsodium/dist-build/
H A Demscripten.sh156 fgrep -v "#! /usr/bin/env ${NODE}" "$file" > "browser/${file}"
170 fgrep -v "#! /usr/bin/env ${NODE}" "$file" >> "${file}.tmp"
H A Dgenerate-emscripten-symbols.sh21 fgrep ' T _' | \
/freebsd/sys/contrib/libsodium/test/
H A Dconstcheck.sh10 fgrep -v edwards25519sha512batch | sort -u); do
/freebsd/sys/contrib/zstd/programs/
H A Dzstdgrep39 *fgrep*) prog=zfgrep; grep_args='-F';;
/freebsd/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh566 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 Darcgit91 phab_id=`comm -13 "$phab_before" "$phab_after" | fgrep "$headline" \
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1768 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 Dblacklistd-helper255 /usr/sbin/ipfstat -io | fgrep -v "group $2" | \
/freebsd/contrib/blocklist/libexec/
H A Dblocklistd-helper234 /usr/sbin/ipfstat -io | fgrep -v "group $2" | \
/freebsd/share/examples/jails/
H A Djng588 if ifconfig -l | xargs -n1 2> /dev/null | fgrep -qw "$name"
/freebsd/tests/sys/cddl/zfs/include/
H A Dcommands.txt68 /usr/bin/fgrep
/freebsd/contrib/sendmail/contrib/
H A Dmailprio98 # 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 DMakefile237 "${AWK}" generated < curses.h | fgrep undef > $@
/freebsd/contrib/byacc/
H A Daclocal.m4715 ${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 Dconfigure.ac44 AS_IF([pwd | fgrep ' ' > /dev/null 2>&1],

12