/titanic_50/usr/src/cmd/genmsg/ |
H A D | genmsg.l | 83 %s CAT 112 BEGIN CAT; variable 119 <CAT>\, { /* punctuation */ 131 <CAT>[+*/();>] { /* punctuation */ 142 <CAT>const { 153 <CAT>nl_catd { 164 <CAT>char { 175 <CAT>int { 186 <CAT>\+\+ { 197 <CAT>\-\- { [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_011_pos.ksh | 77 log_mustnot eval "$RUNAT $TESTDIR/cpio.$$ $CAT passwd > /dev/null 2>&1" 81 log_must eval "$RUNAT $TESTDIR/cpio.$$ $CAT passwd > /dev/null 2>&1" 85 log_mustnot eval "$RUNAT $TESTDIR/cpio.$$ $CAT passwd > /dev/null 2>&1" 89 log_mustnot eval "$RUNAT $TESTDIR/cpio.$$ $CAT passwd > /dev/null 2>&1" 142 log_mustnot eval "$RUNAT $TESTDIR/pax.$$ $CAT passwd > /dev/null 2>&1" 147 log_mustnot eval "$RUNAT $TESTDIR/pax.$$ $CAT passwd > /dev/null 2>&1" 158 log_mustnot eval "$RUNAT $TESTDIR/pax.$$ $CAT passwd > /dev/null 2>&1" 174 log_mustnot eval "$RUNAT $TESTDIR/tar.$$ $CAT passwd > /dev/null 2>&1" 184 log_mustnot eval "$RUNAT $TESTDIR/tar.$$ $CAT passwd > /dev/null 2>&1" 189 log_mustnot eval "$RUNAT $TESTDIR/tar.$$ $CAT passwd > /dev/null 2>&1"
|
H A D | xattr_common.kshlib | 56 $RUNAT $FILE1 $CAT $XATTR_NAME > /tmp/file1.$$ 57 $RUNAT $FILE2 $CAT $XATTR_NAME > /tmp/file2.$$ 69 log_must eval "$RUNAT $FILE $CAT $XATTR_NAME > /tmp/$XATTR_NAME.$$ 2>&1" 89 log_must eval "$RUNAT $FILE $CAT $XATTR_NAME > /tmp/$XATTR_NAME.$$ 2>&1"
|
H A D | cleanup.ksh | 32 ZFS_USER=$($CAT /tmp/zfs-xattr-test-user.txt) 35 USES_NIS=$($CAT /tmp/zfs-xattr-test-nis.txt)
|
H A D | xattr_013_pos.ksh | 68 log_mustnot eval "$RUNAT $TESTDIR/myfile.$$ $CAT passwd > /dev/null 2>&1" 85 log_mustnot eval "$RUNAT $TESTDIR/new.$$ $CAT passwd > /dev/null 2>&1"
|
H A D | xattr_002_neg.ksh | 54 log_mustnot eval "$CAT $TESTDIR/myfile.$$ not-here.txt > /dev/null 2>&1"
|
/titanic_50/usr/src/lib/c_synonyms/ |
H A D | Makefile.com | 47 $(CAT) ../syn_common syn_isa | \ 49 $(CAT) ../syn2_common | \ 58 $(CAT) ../syn_common syn_isa | \ 60 $(CAT) ../syn2_common | \
|
/titanic_50/usr/src/tools/scripts/ |
H A D | xref.mk | 111 $(FIND) $(XRDIRS) `$(CAT) xref.flg` \ 143 $(CAT) - xref.files > cscope.files 169 $(CTAGS) $(CTFLAGS) /dev/null `$(CAT) xref.tfiles` 175 $(CAT) xref.tfiles | $(ETAGS) $(ETFLAGS) - 178 @$(CAT) /dev/null | $(ETAGS) -
|
/titanic_50/usr/src/lib/fm/topo/maps/ |
H A D | Makefile.map | 55 $(CAT) ../common/xmlgen-header.xml > $@ 60 $(CAT) ../common/xmlgen-header-new.xml > $@ 65 $(CAT) $< > $@
|
/titanic_50/usr/src/cmd/egrep/ |
H A D | egrep.y | 47 %token CHAR MCHAR DOT MDOT CCL NCCL MCCL NMCCL OR CAT STAR PLUS QUEST 50 %left CAT 142 { $$ = node(CAT, $1, $2); } 144 { $$ = node(CAT, $2, $3); } 146 { $$ = node(CAT, $2, $3); } 148 { $$ = node(CAT, $1, $2); } 183 | r r %prec CAT 184 { $$ = node(CAT, $1, $2); } 528 else if (name[v] == CAT) { in cstate() 634 case CAT: if (v == left[p]) { in follow() [all …]
|
/titanic_50/usr/src/cmd/vntsd/ |
H A D | svc-vntsd | 43 CAT=/usr/bin/cat 57 $CAT >>${AUTH_ATTR} << EOF 94 $CAT >>${USER_ATTR} << EOF
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/privilege/ |
H A D | cleanup.ksh | 36 ZFS_USER=$($CAT /tmp/zfs-privs-test-user.txt) 37 USES_NIS=$($CAT /tmp/zfs-privs-test-nis.txt)
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_add/ |
H A D | zpool_add.kshlib | 45 $CAT $vfstab | $GREP "^/dev/dsk" >$tmpfile 68 $CAT $mnttab | $GREP "^/dev/dsk" >$tmpfile
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/history/ |
H A D | history_007_pos.ksh | 73 $CAT $orig_cmds_f | $GREP -v "^$" > $orig_cmds_f1 102 linenum=`$CAT $migrated_cmds_f | $WC -l`
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade_001_pos.ksh | 111 $CAT $output 132 $CAT $output
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | awk.g.y | 57 %left CAT 199 | expr term { $$ = op2(CAT, $1, $2); } 275 | r r %prec CAT 276 { $$ = op2(CAT, $1, $2); }
|
/titanic_50/usr/src/cmd/awk/ |
H A D | b.c | 134 p1 = op2(CAT, op2(STAR, op2(ALL, NIL, NIL), NIL), p); in mkdfa() 136 p1 = op2(CAT, p1, op2(FINAL, NIL, NIL)); in mkdfa() 205 case CAT: in penter() 229 case CAT: in freetr() 330 case CAT: in cfoll() 367 case CAT: in first() 402 case CAT: in follow() 655 return (concat(op2(CAT, np, primary()))); in concat()
|
H A D | awk.g.y | 96 %left CAT 226 | ppattern term %prec CAT { $$ = op2(CAT, $1, $2); } 258 | pattern term %prec CAT { $$ = op2(CAT, $1, $2); }
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send_007_pos.ksh | 78 $CAT $streamfile | log_must $ZFS receive $POOL/recvfs 81 $CAT $streamfile | log_must $ZFS receive $POOL/recvfs
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | Makefile | 62 CAT = cat macro 151 $(RM) $@; $(CAT) $(POFILES) > $@ 154 $(RM) $@; $(CAT) $(POBJS:.o=.po) > $@
|
/titanic_50/usr/src/cmd/make/ |
H A D | Makefile.com | 22 $(CAT) $(POFILES) > $@
|
/titanic_50/usr/src/cmd/syseventd/daemons/ |
H A D | Makefile.targ | 43 $(CAT) $(POFILES) >$@
|
/titanic_50/usr/src/cmd/svc/milestone/ |
H A D | net-nwam | 53 CAT=/usr/bin/cat 191 DEFAULT_DOMAIN=`$CAT /etc/defaultdomain` 213 DEFAULT_DOMAIN=`$CAT /etc/defaultdomain` 510 ($CAT <$VOL_NWAM_PATH/nwam_blocked >/dev/null) &
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/write_dirs/ |
H A D | write_dirs_001_pos.ksh | 51 $CAT /dev/null > $file
|
H A D | write_dirs_002_pos.ksh | 51 $CAT /dev/null > $file
|