Searched refs:cat (Results 176 - 200 of 950) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh49 atf_set "require.progs" "cc file diff cat"
53 cat > test.c << EOF
63 cat > test.c << EOF
67 cat > pic.c << EOF
86 cat > test.c << EOF
108 cat > test.c << EOF
121 cat ./ftype32
123 cat ./ftype64
127 cat > test.c << EOF
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/ld/
H A Dt_script.sh37 cat > test.x << EOF
55 cat > test.x << EOF
74 cat > test.x << EOF
96 cat > test.x << EOF
117 cat > test.c << EOF
125 cat > test.x << EOF
171 cat > $i.c << EOF
177 cat > test.c << EOF
H A Dt_section.sh37 cat > test.c << EOF
55 cat > test.c << EOF
/freebsd-13-stable/sys/contrib/dev/mwl/
H A DMakefile6 (cat mv88W8363fw.h; \
13 (cat mvbootfw.h; \
/freebsd-13-stable/share/i18n/csmapper/CP/
H A DMakefile18 cat ${.CURDIR}/mapper.dir.CP.src;\
29 cat ${.CURDIR}/charset.pivot.CP.src;\
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.conf26 IDSIgnorePaths /usr/share/man/cat
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in54 cat > pkcs11.cfg <<EOF
59 cat > test-rc-file.rc <<EOF
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.ftruncate.ksh61 cat $tmpfile
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh43 cat > $cfile <<EOF
59 echo $inc failed: `cat $errfile | head -1` > $ofile
121 cat $ofile >> $bigofile
127 cat $bigofile
/freebsd-13-stable/contrib/atf/atf-sh/
H A Dtp_test.sh36 cat >work/subrs <<EOF
/freebsd-13-stable/crypto/openssh/regress/
H A Dprincipals-command.sh26 CERT_BODY=`cat $OBJ/cert_user_key-cert.pub | awk '{ print $2 }'`
27 CA_BODY=`cat $OBJ/user_ca_key.pub | awk '{ print $2 }'`
34 cat << _EOF | $SUDO sh -c "cat > '$PRINCIPALS_COMMAND'"
46 exec cat "$OBJ/authorized_principals_${LOGNAME}"
66 cat $OBJ/sshd_proxy_bak
137 cat $OBJ/sshd_proxy_bak
145 cat $OBJ/user_ca_key.pub
157 cat $OBJ/user_ca_key.pub
H A Dforward-control.sh51 kill $_sshpid `cat $READY` 2>/dev/null
81 kill $_sshpid `cat $READY` 2>/dev/null
119 ( cat ${OBJ}/sshd_proxy.bak ;
126 ( cat ${OBJ}/sshd_proxy.bak ;
133 ( cat ${OBJ}/sshd_proxy.bak ;
147 ( cat ${OBJ}/sshd_proxy.bak ;
156 ( cat ${OBJ}/sshd_proxy.bak ;
167 ( cat ${OBJ}/sshd_proxy.bak ;
175 ( cat ${OBJ}/sshd_proxy.bak ;
184 ( cat
[all...]
/freebsd-13-stable/share/doc/usd/19.memacros/
H A DMakefile10 version=`cat ${GROFFDIR}/VERSION`
/freebsd-13-stable/share/doc/usd/20.meref/
H A DMakefile10 version=`cat ${GROFFDIR}/VERSION`
/freebsd-13-stable/tools/regression/net/if_tap/
H A Dtest-tap.sh50 cat /dev/$tap > /dev/null &
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp72 cl::cat(ToolOptions), cl::init("-"));
75 cl::init("-"), cl::cat(ToolOptions),
82 cl::cat(ToolOptions));
87 cl::cat(ToolOptions));
92 cl::value_desc("cpu-name"), cl::cat(ToolOptions), cl::init("native"));
97 cl::cat(ToolOptions));
102 cl::cat(ToolOptions), cl::init(-1));
105 PrintImmHex("print-imm-hex", cl::cat(ToolOptions), cl::init(false),
110 cl::cat(ToolOptions), cl::init(0));
114 cl::cat(ToolOption
[all...]
/freebsd-13-stable/sbin/reboot/
H A Dnextboot.sh55 cat <<-EOF
121 cat >> ${nextboot_tmp} << EOF
125 cat >> ${nextboot_tmp} << EOF
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.corruptenv.ksh59 cat > Makefile <<EOF
75 cat > prov.d <<EOF
81 cat > main.c <<EOF
H A Dtst.multiprov.ksh40 cat > test.c <<EOF
51 cat > $oogle.c <<EOF
61 cat > $oogle.d <<EOF
H A Dtst.sameprovmulti.ksh35 cat > test.c <<EOF
46 cat > $oogle.c <<EOF
56 cat > $oogle.d <<EOF
/freebsd-13-stable/contrib/ntp/scripts/stats/
H A Detf.S9 cat("\n", file=file2 , append=TRUE, fill=FALSE, sep="")
10 cat(file1, "\n", file=file2, append=TRUE, fill=FALSE, sep="")
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, append=TRUE, fill=FALSE, sep="")
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/gzip/
H A Dt_gzip.sh59 cat >truncated.gz.uue <<EOF
76 cat >crcerror.gz.uue <<EOF
93 cat >good.gz.uue <<EOF
/freebsd-13-stable/sys/net80211/
H A Dieee80211_action.c57 send_inval(struct ieee80211_node *ni, int cat, int act, void *sa) argument
89 ieee80211_send_action_register(int cat, int act, ieee80211_send_action_func *f) argument
91 switch (cat) {
127 ieee80211_send_action_unregister(int cat, int act) argument
129 ieee80211_send_action_register(cat, act, send_inval);
133 ieee80211_send_action(struct ieee80211_node *ni, int cat, int act, void *sa) argument
137 switch (cat) {
163 return f(ni, cat, act, sa);
200 ieee80211_recv_action_register(int cat, int act, ieee80211_recv_action_func *f) argument
202 switch (cat) {
238 ieee80211_recv_action_unregister(int cat, int act) argument
[all...]
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_config_test.sh42 cat >"${HOME}/.kyua/kyua.conf" <<EOF
52 cat >expout <<EOF
68 cat >"${HOME}/.kyua/kyua.conf" <<EOF
74 cat >expout <<EOF
86 cat >"${HOME}/.kyua/kyua.conf" <<EOF
92 cat >experr <<EOF
104 cat >"${HOME}/.kyua/kyua.conf" <<EOF
112 cat >expout <<EOF
130 cat >"${HOME}/.kyua/kyua.conf" <<EOF
136 cat >expou
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh46 cat > Makefile <<EOF
71 cat > prov.d <<EOF
77 cat > altlib.c <<EOF
88 cat > main.c <<EOF
132 cat > main.d <<'EOF'

Completed in 206 milliseconds

1234567891011>>