Searched refs:cat (Results 1 - 25 of 899) sorted by relevance

1234567891011>>

/freebsd-11-stable/tools/build/make_check/
H A Dshell_test.sh5 cat
/freebsd-11-stable/usr.bin/bmake/tests/shell/builtin/
H A Dsh5 cat
/freebsd-11-stable/usr.bin/bmake/tests/shell/meta/
H A Dsh5 cat
/freebsd-11-stable/usr.bin/bmake/tests/shell/path/
H A Dsh5 cat
/freebsd-11-stable/usr.bin/bmake/tests/shell/path_select/
H A Dshell5 cat
/freebsd-11-stable/usr.bin/bmake/tests/shell/replace/
H A Dshell5 cat
/freebsd-11-stable/share/examples/printing/
H A Dif-simple8 /bin/cat && exit 0
H A Dhpif10 printf "\033&k2G" && cat && printf "\f" && exit 0
H A Dif-simpleX9 /bin/cat && printf "\f" && exit 0
H A Dpsif15 echo "$first_line" && cat && printf "\004" && exit 0
21 ( echo "$first_line"; cat ) | /usr/local/bin/textps && printf "\004" && exit 0
/freebsd-11-stable/share/examples/BSD_daemon/
H A Dposter.sh14 cat beastie.eps
16 cat FreeBSD.pfa
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Dquery-langs.sh28 cat ${PROGDIR}/conf/avail-langs
/freebsd-11-stable/contrib/hyperv/tools/scripts/
H A Dhv_get_dns_info11 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dmakeman32 cat << \__EOF
/freebsd-11-stable/contrib/tcsh/nls/
H A DMakefile.in3 CATALOGS= C.cat et.cat finnish.cat french.cat german.cat greek.cat \
4 italian.cat ja.cat pl.cat russian.cat spanis
[all...]
/freebsd-11-stable/contrib/flex/
H A Dmkskel.sh24 cat <<!
34 cat <<!
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dmkskel.sh4 cat <<!EOF
12 cat <<!EOF
/freebsd-11-stable/contrib/groff/doc/
H A Dfixinfo.sh26 cat $1 | sed '
/freebsd-11-stable/share/examples/ses/
H A DMakefile.inc41 cat ${.IMPSRC} > ${.TARGET}
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/dotcmd/
H A Dscoped_command78 [ 'func' = "${1}" ] && cat <<EOF
91 [ 'case' = "${1}" ] && cat <<EOF
99 [ 'file' = "${1}" ] && cat <<EOF
103 [ 'while' = "${1}" ] && cat <<EOF
114 [ 'until' = "${1}" ] && cat <<EOF
125 [ 'for' = "${1}" ] && cat <<EOF
134 [ 'subshell' = "${1}" ] && cat <<EOF
142 [ 'compound' = "${1}" ] && cat <<EOF
/freebsd-11-stable/sys/net80211/
H A Dieee80211_action.h39 int ieee80211_send_action_register(int cat, int act,
41 void ieee80211_send_action_unregister(int cat, int act);
46 int ieee80211_recv_action_register(int cat, int act,
48 void ieee80211_recv_action_unregister(int cat, int act);
/freebsd-11-stable/usr.bin/bmake/tests/suffixes/src_wild1/
H A DMakefile.test4 cat TEST1.a TEST2.a | diff -u - TEST1.b
7 cat ${.ALLSRC} >${.TARGET}
/freebsd-11-stable/usr.bin/bmake/tests/suffixes/src_wild2/
H A DMakefile.test9 cat TEST1.a TEST2.a | diff -u - TEST1.b
12 cat ${.ALLSRC} >${.TARGET}
/freebsd-11-stable/lib/libedit/
H A Dmakelist58 cat << _EOF
69 cat $FILES | $AWK '
94 cat $FILES | $AWK '
154 cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
176 cat $FILES | $AWK '/el_action_t/ { print $3 }' | sort | $AWK '
224 cat $FILES | $AWK '
/freebsd-11-stable/contrib/unbound/contrib/
H A Dvalidation-reporter.sh48 kill `cat "$pidfile"`
50 if kill -0 `cat "$pidfile"` >/dev/null 2>&1; then
52 while kill -0 `cat "$pidfile"` >/dev/null 2>&1; do
53 kill `cat "$pidfile"` >/dev/null 2>&1
63 if kill -0 `cat "$pidfile"`; then
77 echo "reporter ("`cat "$pidfile"`") is running"
86 echo "reporter ("`cat "$pidfile"`") is running"

Completed in 274 milliseconds

1234567891011>>