Lines Matching refs:posix
30 logfile=${common_objpfx}posix/wordexp-tst.out
31 testout=${common_objpfx}posix/wordexp-test-result
45 ${common_objpfx}posix/wordexp-test '$*' > ${testout}1
58 ${common_objpfx}posix/wordexp-test '${*}' unquoted > ${testout}2
72 ${common_objpfx}posix/wordexp-test '$@' unquoted > ${testout}3
86 ${common_objpfx}posix/wordexp-test '"$* quoted"' param > ${testout}4
99 ${common_objpfx}posix/wordexp-test '"$@ quoted"' param > ${testout}5
114 ${common_objpfx}posix/wordexp-test '$#' 2 3 4 5 > ${testout}6
127 ${common_objpfx}posix/wordexp-test '$2 ${3} $4' 2nd 3rd "4 th" > ${testout}7
143 ${common_objpfx}posix/wordexp-test '${11}' 2 3 4 5 6 7 8 9 10 11 > ${testout}8
156 ${common_objpfx}posix/wordexp-test '"a $@ b"' c d > ${testout}9
170 ${common_objpfx}posix/wordexp-test '${#@} ${#2} *$**' two 3 4 > ${testout}10