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

1234567891011>>

/freebsd-13-stable/sys/contrib/device-tree/scripts/basic/
H A Dfixdep27 cat $1
/freebsd-13-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-13-stable/usr.bin/bmake/tests/shell/builtin/
H A Dsh5 cat
/freebsd-13-stable/usr.bin/bmake/tests/shell/meta/
H A Dsh5 cat
/freebsd-13-stable/usr.bin/bmake/tests/shell/path/
H A Dsh5 cat
/freebsd-13-stable/usr.bin/bmake/tests/shell/path_select/
H A Dshell5 cat
/freebsd-13-stable/usr.bin/bmake/tests/shell/replace/
H A Dshell5 cat
/freebsd-13-stable/tools/build/make_check/
H A Dshell_test.sh5 cat
/freebsd-13-stable/share/examples/BSD_daemon/
H A Dposter.sh14 cat beastie.eps
16 cat FreeBSD.pfa
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.NoSpecBuffer.exe29 cat /COPYRIGHT > /dev/null
/freebsd-13-stable/contrib/hyperv/tools/scripts/
H A Dhv_get_dns_info11 cat /etc/resolv.conf 2>/dev/null | awk '/^nameserver/ { print $2 }'
/freebsd-13-stable/tools/sched/
H A Dmake_ktr.sh36 sort -k 2nrb $1 | cat -n > $2
/freebsd-13-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-13-stable/usr.sbin/crunch/crunchgen/
H A Dmkskel.sh4 cat <<!EOF
12 cat <<!EOF
/freebsd-13-stable/contrib/libedit/
H A Dmakelist57 cat $FILES | $AWK '
82 cat $FILES | $AWK '
126 cat $FILES | $AWK '/el_action_t/ { print $3 }' | \
143 cat $FILES | $AWK '/el_action_t/ { print $3 }' | sort | $AWK '
/freebsd-13-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-13-stable/share/examples/ses/
H A DMakefile.inc41 cat ${.IMPSRC} > ${.TARGET}
/freebsd-13-stable/sys/net80211/
H A Dieee80211_action.h41 int ieee80211_send_action_register(int cat, int act,
43 void ieee80211_send_action_unregister(int cat, int act);
48 int ieee80211_recv_action_register(int cat, int act,
50 void ieee80211_recv_action_unregister(int cat, int act);
/freebsd-13-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-13-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-13-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"
/freebsd-13-stable/contrib/dialog/po/
H A Dmakefile.inn47 SOURCES = @INTLDIR_MAKE@ cat-id-tbl.c
51 stamp-cat-id $(POFILES) $(GMOFILES) $(SOURCES)
60 .SUFFIXES: .c .o .po .pox .gmo .mo .msg .cat
76 .po.cat:
94 $(srcdir)/cat-id-tbl.c: stamp-cat-id; @:
95 $(srcdir)/stamp-cat-id: $(PACKAGE).pot
96 rm -f cat-id-tbl.tmp
98 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp
99 if cmp -s cat
[all...]

Completed in 207 milliseconds

1234567891011>>