Searched refs:cat (Results 101 - 125 of 1121) sorted by relevance

1234567891011>>

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dwebsrv.sh45 cat "$DOCHOME/$2"
56 cat "$DOCHOME/$url/.title"
61 cat "$DOCHOME/$url/.title.html"
206 cat "$DOCHOME/$url"
210 cat "$DOCHOME/$url"
215 cat "$DOCHOME/$url"
222 cat "$DOCHOME/$url/$INDEX"
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/
H A Dpkg_config_test.sh48 ver1=$(cat stdout)
52 ver2=$(cat stdout)
83 cc=$(cat stdout)
87 cat >tp.c <<EOF
108 cflags=$(cat stdout)
113 ldflags=$(cat stdout)
115 libs=$(cat stdout)
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dpkg_config_test.sh48 ver1=$(cat stdout)
52 ver2=$(cat stdout)
84 cxx=$(cat stdout)
88 cat >tp.cpp <<EOF
107 cxxflags=$(cat stdout)
112 ldflags=$(cat stdout)
115 libs=$(cat stdout)
/macosx-10.10.1/vim-55/src/
H A Dosdef.sh23 cat << EOF > osdef0.c
66 cat << EOF > osdef2.sed
75 cat osdef0.ccc | sed -n -f osdef11.sed >> osdef2.sed
78 cat osdef0.ccc | sed -n -f osdef21.sed > osdef2.sed
91 cat $srcdir/osdef1.h.in $srcdir/osdef2.h.in >osdefX.h.in
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dtranslate.c47 nl_catd cat; /* message catalog handle */ member in struct:__anon9092
57 Catalog_t* cat; /* current catalog pointer */ member in struct:__anon9093
180 cp->cat = NOCAT;
224 * return the C locale message pointer for msg in cat
225 * cat may be a : separated list of candidate names
229 match(const char* cat, const char* msg) argument
239 s = (char*)cat;
244 if (s == (char*)cat)
256 mp->cat = cp;
271 * cat th
295 translate(const char* loc, const char* cmd, const char* cat, const char* msg) argument
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Ds_vxworks20 cat <<ENDOFSEDTEXT > $s
70 cat ../dbinc_auto/api_flags.in &&
71 cat ../dbinc_auto/ext_prot.in) > $t
82 cat <<ENDOFSEDTEXT > $s
96 cat <<ENDOFSEDTEXT > $s
149 cat <<ENDOFSEDTEXT > $s
169 cat <<ENDOFSEDTEXT
222 for k in `cat $u`; do
281 cat ../$i | transform dbdemo > $s
282 cat
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/
H A Dconfigure1244 cat <<_ACEOF
1300 cat <<\_ACEOF
1312 cat <<\_ACEOF
1409 cat <<\_ACEOF
1420 cat >config.log <<_ACEOF
1432 cat <<_ASUNAME
1467 cat >&5 <<_ACEOF
1535 cat <<\_ASBOX
1572 cat <<\_ASBOX
1589 cat <<\_ASBO
[all...]
/macosx-10.10.1/libiconv-42/libiconv/tests/
H A Dcheck-subst11 cat > tmp-in <<\EOF
15 cat > tmp-ok <<\EOF
23 cat > tmp-in <<\EOF
27 cat > tmp-ok <<\EOF
34 cat > tmp-in <<\EOF
39 cat > tmp-ok <<\EOF
47 cat > tmp-in <<\EOF
56 cat > tmp-in <<\EOF
60 cat > tmp-ok <<\EOF
65 cat > tm
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dconfigure787 cat <<_ACEOF
810 cat <<_ACEOF
839 cat <<\_ACEOF
851 cat <<\_ACEOF
1041 cat <<\_ACEOF
1052 cat >&5 <<_ACEOF
1063 cat <<_ASUNAME
1097 cat >&5 <<_ACEOF
1168 cat <<\_ASBOX
1191 cat <<\_ASBO
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dcert-hostkey.sh23 cat $OBJ/host_ca_key.pub
52 cat $OBJ/sshd_proxy_bak
71 cat $OBJ/host_ca_key.pub
74 cat $OBJ/cert_host_key_rsa.pub
78 cat $OBJ/cert_host_key_ecdsa.pub
82 cat $OBJ/cert_host_key_dsa.pub
85 cat $OBJ/cert_host_key_rsa_v00.pub
88 cat $OBJ/cert_host_key_dsa_v00.pub
94 cat $OBJ/sshd_proxy_bak
113 cat
[all...]
H A Dhost-expand.sh8 cat >$OBJ/expect <<EOE
H A Dsftp-batch.sh12 cat << EOF > ${BATCH}.pass.1
19 cat << EOF > ${BATCH}.pass.2
26 cat << EOF > ${BATCH}.fail.1
34 cat << EOF > ${BATCH}.fail.2
/macosx-10.10.1/ncurses-44/xcodescripts/
H A Dbootstrap_headers.sh10 cat "$PROJECT_DIR"/ncurses/include/curses.head > "$BUILT_PRODUCTS_DIR"/curses.h
13 cat "$PROJECT_DIR"/ncurses/include/curses.wide >> "$BUILT_PRODUCTS_DIR"/curses.h
14 cat "$PROJECT_DIR"/ncurses/include/curses.tail >> "$BUILT_PRODUCTS_DIR"/curses.h
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dbind.rb99 eval_samplecode(`cat #{[$demo_dir,'items.rb'].join(File::Separator)}`, 'items.rb')
103 eval_samplecode(`cat #{[$demo_dir,'plot.rb'].join(File::Separator)}`, 'plot.rb')
107 eval_samplecode(`cat #{[$demo_dir,'ctext.rb'].join(File::Separator)}`, 'ctext.rb')
111 eval_samplecode(`cat #{[$demo_dir,'arrow.rb'].join(File::Separator)}`, 'arrow.rb')
115 eval_samplecode(`cat #{[$demo_dir,'ruler.rb'].join(File::Separator)}`, 'ruler.rb')
119 eval_samplecode(`cat #{[$demo_dir,'cscroll.rb'].join(File::Separator)}`, 'cscroll.rb')
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dbind.rb97 eval_samplecode(`cat #{[$demo_dir,'items.rb'].join(File::Separator)}`, 'items.rb')
101 eval_samplecode(`cat #{[$demo_dir,'plot.rb'].join(File::Separator)}`, 'plot.rb')
105 eval_samplecode(`cat #{[$demo_dir,'ctext.rb'].join(File::Separator)}`, 'ctext.rb')
109 eval_samplecode(`cat #{[$demo_dir,'arrow.rb'].join(File::Separator)}`, 'arrow.rb')
113 eval_samplecode(`cat #{[$demo_dir,'ruler.rb'].join(File::Separator)}`, 'ruler.rb')
117 eval_samplecode(`cat #{[$demo_dir,'cscroll.rb'].join(File::Separator)}`, 'cscroll.rb')
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A DMakefile.in32 cat ${srcdir}/buildutil.tcl ${srcdir}/instcopy.tcl >instcopy
40 cat ${srcdir}/buildutil.tcl ${srcdir}/cpmanpages.tcl >cpmanpages
46 cat ${srcdir}/cphelpdir.sh >>cphelpdir
/macosx-10.10.1/emacs-93/emacs/
H A Dconfigure1236 cat <<_ACEOF
1292 cat <<\_ACEOF
1311 cat <<\_ACEOF
1423 cat <<\_ACEOF
1434 cat >config.log <<_ACEOF
1446 cat <<_ASUNAME
1481 cat >&5 <<_ACEOF
1549 cat <<\_ASBOX
1586 cat <<\_ASBOX
1603 cat <<\_ASBO
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/dlv/ns3/
H A Dsign.sh40 cat $infile $keyname1.key $keyname2.key ../ns6/dsset-grand.$zone >$zonefile
42 $SIGNER -r $RANDFILE -l $dlvzone -o $zone -f $outfile $zonefile > /dev/null 2> signer.err || cat signer.err
55 cat $infile $keyname1.key $keyname2.key ../ns6/dsset-grand.$zone >$zonefile
57 $SIGNER -r $RANDFILE -l $dlvzone -o $zone -f $outfile $zonefile > /dev/null 2> signer.err || cat signer.err
70 cat $infile $keyname1.key $keyname2.key >$zonefile
72 $SIGNER -r $RANDFILE -l $dlvzone -o $zone -f $outfile $zonefile > /dev/null 2> signer.err || cat signer.err
85 cat $infile $keyname1.key $keyname2.key ../ns6/dsset-grand.$zone >$zonefile
87 $SIGNER -r $RANDFILE -l $dlvzone -o $zone -f $outfile $zonefile > /dev/null 2> signer.err || cat signer.err
99 cat $infile $keyname1.key $keyname2.key ../ns6/dsset-grand.$zone >$zonefile
101 $SIGNER -r $RANDFILE -o $zone -f $outfile $zonefile > /dev/null 2> signer.err || cat signe
[all...]
/macosx-10.10.1/file_cmds-242/compress/
H A Dcompress.c68 int eval, force, verbose, cat; variable
80 cat = 0;
90 cat = 1;
104 cat = 1;
123 cat = 1;
135 if (cat == 1 && argc > 1)
142 cat = 1;
145 } else if (cat) {
168 cat = 1;
184 cat
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/query-loc-0.4.0/
H A Dconfigure780 cat <<_ACEOF
803 cat <<_ACEOF
832 cat <<\_ACEOF
838 cat <<\_ACEOF
946 cat <<\_ACEOF
955 cat >&5 <<_ACEOF
966 cat <<_ASUNAME
1000 cat >&5 <<_ACEOF
1071 cat <<\_ASBOX
1094 cat <<\_ASBO
[all...]
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A Dconfigure779 cat <<_ACEOF
802 cat <<_ACEOF
831 cat <<\_ACEOF
843 cat <<\_ACEOF
983 cat <<\_ACEOF
994 cat >&5 <<_ACEOF
1005 cat <<_ASUNAME
1039 cat >&5 <<_ACEOF
1110 cat <<\_ASBOX
1133 cat <<\_ASBO
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.0a2/
H A Dconfigure139 cat << EOF
170 cat << EOF
604 cat > conftest.c <<EOF
658 cat > conftest.$ac_ext <<EOF
688 cat > conftest.$ac_ext <<EOF
737 cat > conftest.$ac_ext <<EOF
784 cat > conftest.$ac_ext <<EOF
822 cat >> confdefs.h <<\EOF
832 cat > conftest.$ac_ext <<EOF
870 cat >> confdef
[all...]
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dconfigure779 cat <<_ACEOF
802 cat <<_ACEOF
831 cat <<\_ACEOF
843 cat <<\_ACEOF
983 cat <<\_ACEOF
994 cat >&5 <<_ACEOF
1005 cat <<_ASUNAME
1039 cat >&5 <<_ACEOF
1110 cat <<\_ASBOX
1133 cat <<\_ASBO
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/scr003/
H A Dchk.define25 cat $t1
90 for i in `cat $t1`; do
91 if egrep -w $i `cat $t2` > /dev/null; then
101 cat $t3
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dmkdep42 SED=cat
114 cat << _EOF_ >> $TMP
143 cat << _EOF_ >> $TMP
215 cat << _EOF_ >> $TMP

Completed in 693 milliseconds

1234567891011>>