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

1234567891011>>

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevlink.tab.sh36 cat <<EOM
107 cat <<-EOM
115 cat <<-EOM
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmktables.sh64 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
77 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
90 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
103 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
116 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
126 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
136 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
146 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
156 cat $libtopo_h | sed -n "s/$pattern/$replace/p" || exit 1
166 cat
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dcatopen.c27 * the ast mc* and native cat* routines do all the work
32 * or a Cc_t* where Cc_t.cat is the native nl_catd
54 nl_catd cat; member in struct:__anon2605
110 cc->cat = d;
122 sfprintf(sfstderr, "AHA#%d:%s %s %s native %p\n", __LINE__, __FILE__, s, name, cc->cat);
137 _ast_catgets(_ast_nl_catd cat, int set, int num, const char* msg) argument
139 if (cat == (_ast_nl_catd)(-1))
142 if (!((Cc_t*)cat)->set)
147 msg = (char*)catgets(((Cc_t*)cat)->cat, se
163 _ast_catclose(_ast_nl_catd cat) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm64/
H A DMakefile.inc16 cat ${.ALLSRC} | \
/illumos-gate/usr/src/cmd/mdb/test/typedef/
H A Dtst.cleanupstruct.ksh16 ::typedef -l ! cat > $TMPFILE
19 DATA=$(cat $TMPFILE)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Derrorx.c32 errorx(const char* loc, const char* cmd, const char* cat, const char* msg) argument
41 if (!cat)
42 cat = (const char*)error_info.catalog;
45 if (s = (*error_info.translate)(loc, cmd, cat, msg))
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dprocess_msg_template.sh58 cat $1 | sed s/\%\<CODE\>/$3/g > $tmpfile1
59 cat $tmpfile1 | sed s/\%\<UUID\>/\%\<uuid\>/g > $tmpfile2
60 cat $tmpfile2 | sed s/\%\<CLASS\>/\%\<class\>/g > $tmpfile1
61 cat $tmpfile1 | sed s/\%\<SEVERITY\>/$4/g > $tmpfile2
62 cat $tmpfile2 | sed s/\%\<FMRI\>/svc\:\\/\%\<attr.svc.svc-name\>\:\%\<attr.svc.svc-instance\>/g > $tmpfile1
63 cat $tmpfile1 | sed s/\%\<FROM-STATE\>/\%\<attr.from-state\>/g > $tmpfile2
64 cat $tmpfile2 | sed s/\%\<TO-STATE\>/\%\<attr.to-state\>/g > $tmpfile1
65 cat $tmpfile1 | sed s/\%\<HOSTNAME\>/\%h/g > $tmpfile2
66 cat $tmpfile2 | sed s/\%\<URL\>/\%s/g > $tmpfile1
/illumos-gate/usr/src/lib/libipmi/common/
H A Dmktables.sh64 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
77 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
90 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
103 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
116 cat $libipmi_h | sed -n "s/$pattern/$replace/p" || exit 1
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdep.ksh39 cat > $libdir/liba.$$.d <<EOF
44 cat > $libdir/libb.$$.d <<EOF
47 cat > $libdir/libc.$$.d <<EOF
49 cat > $libdir/libd.$$.d <<EOF
51 cat > $libdir/libe.$$.d <<EOF
54 cat > $libdir/libf.$$.d <<EOF
H A Dtst.libdepsepdir.ksh47 cat > $libdira/liba.$$.d <<EOF
52 cat > $libdirb/libb.$$.d <<EOF
55 cat > $libdirb/libc.$$.d <<EOF
57 cat > $libdirb/libd.$$.d <<EOF
59 cat > $libdirc/libe.$$.d <<EOF
62 cat > $libdirc/libf.$$.d <<EOF
H A Derr.circlibdep.ksh39 cat > $libdir/liba.$$.d <<EOF
42 cat > $libdir/libb.$$.d <<EOF
45 cat > $libdir/libc.$$.d <<EOF
H A Derr.invalidlibdep.ksh39 cat > $libdir/liba.$$.d <<EOF
42 cat > $libdir/libb.$$.d <<EOF
45 cat > $libdir/libc.$$.d <<EOF
H A Dtst.libchain.ksh39 cat > $libdir/liba.$$.d <<EOF
44 cat > $libdir/libb.$$.d <<EOF
H A Dtst.libdepfullyconnected.ksh48 cat > $libdir/liba.$$.d <<EOF
51 cat > $libdir/libb.$$.d <<EOF
53 cat > $libdir/libc.$$.d <<EOF
56 cat > $libdir/libd.$$.d <<EOF
59 cat > $libdir/libe.$$.d <<EOF
/illumos-gate/usr/src/cmd/mail/
H A Dcat.c29 cat - concatenate two strings
32 void cat(char *to, char *from1, char *from2)
35 cat() concatenates "from1" and "from2" to "to"
42 cat(to, from1, from2) function
/illumos-gate/usr/src/cmd/acct/
H A Dprctmp.sh31 (cat <<!; cat $*) | pr -h "SESSIONS, SORTED BY ENDING TIME"
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dheredoc.sh36 cat > $f <<!
42 cat > $g <<\!
46 cat > $g <<- !
50 cat > $g <<- \!
55 cat > $g <<!
59 cat > $g <<!
63 cat > $f <<\!!
69 cat > $g <<!!
80 eval `echo 'cat <<x'` "|| err_exit "eval `echo 'cat <<
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/libses/common/
H A Dmkelemtype.sh48 cat $file | sed -n "s/$pattern/$replace/p" | sed "s/$pattern2/$replace2/"
/illumos-gate/usr/src/cmd/print/scripts/
H A Dgetmakes33 /bin/cat /var/lp/ppd/ppdcache |
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgget.c56 char* cat; local
91 if (cat = strchr(cmd, ':'))
92 *cat++ = 0;
93 if (!mcfind(path, loc, cmd, LC_MESSAGES, 0) && (!cat || !mcfind(path, loc, cat, LC_MESSAGES, 0)))
95 if (cat)
96 *--cat = ':';
106 s = errorx(loc, cmd, cat, msg);
/illumos-gate/usr/src/cmd/gss/etc/
H A Ddummy_mech_token.conf.sh28 cat << EOF > dummy_mech_token.conf.tmp
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.conf34 cat /etc/nonightly
/illumos-gate/usr/src/lib/libast/common/features/
H A Dpreroot.sh30 then cat <<!
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3.sh65 /usr/bin/cat $f1 > $tmpdir/d3c$$
70 /usr/bin/cat $f2 > $tmpdir/d3d$$
75 /usr/bin/cat $f3 > $tmpdir/d3e$$
87 /usr/bin/cat $tmpdir/d3a$$
100 /usr/bin/cat $tmpdir/d3a$$.err
112 /usr/bin/cat $tmpdir/d3b$$
125 /usr/bin/cat $tmpdir/d3b$$.err
/illumos-gate/usr/src/test/libc-tests/tests/catopen/
H A Dcatopen.c37 nl_catd cat; local
39 cat = catopen("TEST", NL_CAT_LOCALE);
41 assert(cat != INVALID_CAT);
42 (void) catclose(cat);
44 assert(cat == INVALID_CAT);

Completed in 110 milliseconds

1234567891011>>