Home
last modified time | relevance | path

Searched refs:cmd (Results 76 – 100 of 3717) sorted by path

12345678910>>...149

/illumos-gate/usr/src/cmd/ast/ksh/amd64/
H A DMakefile32 include ../../../Makefile.cmd
33 include ../../../Makefile.cmd.64
/illumos-gate/usr/src/cmd/ast/ksh/builtins/
H A DMakefile88 include ../../../Makefile.cmd
89 $(SPARC_BLD)include ../../../Makefile.cmd.64
113 ASTSRC= $(C_AST)/src/cmd/ksh93
/illumos-gate/usr/src/cmd/ast/ksh/i386/
H A DMakefile32 include ../../../Makefile.cmd
/illumos-gate/usr/src/cmd/ast/libcmd/
H A DMakefile.defs22 HDRGUARD= cmd
25 HEADERSRC= cmd.h
/illumos-gate/usr/src/cmd/ast/libshell/
H A DMakefile63 ASTSRC= $(CONTRIB)/ast/src/cmd/ksh93
H A DMakefile.defs21 ASTSRC= $(C_AST)/src/cmd/ksh93
/illumos-gate/usr/src/cmd/ast/libshell/amd64/FEATURE/
H A Dcmds1 /* : : generated from contrib/ast/src/cmd/ksh93/features/cmds by iffe version 2012-07-17 : : */
H A Ddynamic1 /* : : generated from contrib/ast/src/cmd/ksh93/features/dynamic by iffe version 2012-07-17 : : */
H A Dexterns3 /* : : generated from contrib/ast/src/cmd/ksh93/features/externs by iffe version 2012-07-17 : : */
H A Dlocale1 /* : : generated from contrib/ast/src/cmd/ksh93/features/locale by iffe version 2012-07-17 : : */
H A Dmath3 /* : : generated from contrib/ast/src/cmd/ksh93/features/math.sh by iffe version 2012-07-17 : : */
67 /* : : generated by cmd/ast/tools/iffe from contrib/ast/src/cmd/ksh93/data/math.tab : : */
H A Doptions1 /* : : generated from contrib/ast/src/cmd/ksh93/features/options by iffe version 2012-07-17 : : */
H A Dpoll3 /* : : generated from contrib/ast/src/cmd/ksh93/features/poll by iffe version 2012-07-17 : : */
H A Drlimits1 /* : : generated from contrib/ast/src/cmd/ksh93/features/rlimits by iffe version 2012-07-17 : : */
H A Dsetjmp1 /* : : generated from contrib/ast/src/cmd/ksh93/features/setjmp by iffe version 2012-07-17 : : */
H A Dsigfeatures1 /* : : generated from contrib/ast/src/cmd/ksh93/features/sigfeatures by iffe version 2012-07-17 : :…
H A Dtime1 /* : : generated from contrib/ast/src/cmd/ksh93/features/time by iffe version 2012-07-17 : : */
H A Dttys1 /* : : generated from contrib/ast/src/cmd/ksh93/features/ttys by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_command_substitution.sh66 ( name="test1a" cmd="builtin cat ; print -- \"\$(cat \"${tmpfile}\" | cat)\" ; true" )
68 ( name="test1b" cmd="builtin cat ; print -- \"\${ cat \"${tmpfile}\" | cat ; }\" ; true" )
70 ( name="test1c" cmd="builtin cat ; print -- \"\$(cat \"${tmpfile}\" ; true)\" ; true" )
72 ( name="test1d" cmd="builtin cat ; print -- \"\${ cat \"${tmpfile}\" ; true ; }\" ; true" )
75 ( name="test1e" cmd="builtin -d cat /bin/cat ; print -- \"\$(cat \"${tmpfile}\" | cat)\" ; true" )
79 …( name="test1g" cmd="builtin -d cat /bin/cat ; print -- \"\$(cat \"${tmpfile}\" ; true)\" ; true" )
248 ( name="test5_a" cmd='exec 5>/dev/null; print $(eval ls -d . 2>&1 1>&5)done' )
250 ( name="test5_b" cmd='exec 5>/dev/null; print $(eval "/bin/printf hello\n" 2>&1 1>&5)done' )
256 ( name="test5_c" cmd='exec 5>/dev/null; print "${ eval ls -d . 2>&1 1>&5 ;}done"' )
258 ( name="test5_d" cmd='exec 5>/dev/null; print "${ eval "/bin/printf hello\n" 2>&1 1>&5 ;}done"' )
[all …]
H A Dsun_solaris_cr_6800929_large_command_substitution_hang.sh110 ( name="test1a" cmd="builtin cat ; print -- \"\$(cat \"${tmpfile}\" | cat)\" ; true" )
112 ( name="test1b" cmd="builtin cat ; print -- \"\${ cat \"${tmpfile}\" | cat ; }\" ; true" )
114 ( name="test1c" cmd="builtin cat ; print -- \"\$(cat \"${tmpfile}\" ; true)\" ; true" )
116 ( name="test1d" cmd="builtin cat ; print -- \"\${ cat \"${tmpfile}\" ; true ; }\" ; true" )
119 ( name="test1e" cmd="builtin -d cat /bin/cat ; print -- \"\$(cat \"${tmpfile}\" | cat)\" ; true" )
121 …( name="test1f" cmd="builtin -d cat /bin/cat ; print -- \"\${ cat \"${tmpfile}\" | cat ; }\" ; tru…
123 ( name="test1g" cmd="builtin -d cat /bin/cat ; print -- \"\$(cat \"${tmpfile}\" ; true)\" ; true" )
125 …( name="test1h" cmd="builtin -d cat /bin/cat ; print -- \"\${ cat \"${tmpfile}\" ; true ; }\" ; tr…
H A Dsun_solaris_cr_6835835_builtin_cat_n_broken.sh105 …( name="test1a" cmd='integer i ; builtin cat ; for ((i=1 ; i <= 12 ; i++ )) ; do print ; done | ca…
107 …( name="test1b" cmd='integer i ; for ((i=1 ; i <= 12 ; i++ )) ; do print ; done | /u…
110 …( name="test1c" cmd='integer i ; builtin cat ; for ((i=1 ; i <= 12 ; i++ )) ; do print ; done | ca…
112 …( name="test1d" cmd='integer i ; for ((i=1 ; i <= 12 ; i++ )) ; do print ; done | /u…
118 out="$( ${SHELL} -o errexit -c "${tc.cmd}" )" || err_exit "${tc.name}: Shell failed"
121 out="$( ${SHELL} +o errexit -c "${tc.cmd}" )" || err_exit "${tc.name}: Shell failed"
H A Dsun_solaris_cr_6904557_wc_no_longer_counts_number_of_bytes_correctly.sh166 test1 "${cmd}"
H A Dsun_solaris_cr_6904575_cut_-d_with_multibyte_character_no_longer_works.sh183 test1 "${cmd}"
184 test2 "${cmd}"
H A Dsun_solaris_cr_6904878_join_-t_no_longer_works_with_multibyte_char_separator.sh180 test1 "${cmd}"
181 test2 "${cmd}"
H A Dsun_solaris_staticvariables.sh36 typeset cmd="$2"
40 output="$($SHELL -c "${cmd}" 2>&1 )"

12345678910>>...149