Home
last modified time | relevance | path

Searched refs:foobar (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dfunctions.sh42 function foobar function
82 foobar 4
89 function foobar function
95 foobar
172 foobar() function
177 foobar
215 unset -f foobar
217 function foobar function
224 autoload foobar
228 unset -f foobar
[all …]
H A Dbasic.sh65 rm -f foobar
66 > foobar
69 rm -f foobar
71 > foobar
79 rm -f out foobar
142 foobar
146 foobar=$( < $tmp/foobar)
147 if [[ $foobar != foobar ]]
154 } > $tmp/foobar
173 rm -f $tmp/foobar
[all …]
H A Dpath.sh39 cat > dir1/foobar << '+++'
40 foobar() { print foobar1;}
43 cat > dir2/foobar << '+++'
44 foobar() { print foobar2;}
47 chmod +x dir[12]/foobar
54 [[ $(foobar) == foobar2 ]] || err_exit 'foobar should output foobar2'
337 print 'function foobar { :;}' > foobar
338 autoload foobar;
341 do ( foobar )
370 FPATH=/foobar:
[all …]
H A Dio.sh463 [[ $(<$tmp/outfile) == foobar ]] || err_exit 'outfile does not contain foobar'
465 print hello there world > $tmp/foobar
466 sed -e 's/there //' $tmp/foobar >; $tmp/foobar
467 [[ $(<$tmp/foobar) == 'hello world' ]] || err_exit '>; redirection not working on simple command'
468 print hello there world > $tmp/foobar
469 { sed -e 's/there //' $tmp/foobar;print done;} >; $tmp/foobar
470 [[ $(<$tmp/foobar) == $'hello world\ndone' ]] || err_exit '>; redirection not working for compound …
471 print hello there world > $tmp/foobar
473 [[ $(<$tmp/foobar) == 'hello world' ]] || err_exit '>; redirection not working with -c on a simple …
H A Dheredoc.sh181 foobar()
184 foobar
209 if [[ $($SHELL "$f") != foobar ]]
266 function foobar
273 \$(foobar)
494 [[ $(grep meep $g | grep -v foobar) != '' ]] && err_exit 'here-doc loosing $var expansions on bound…
H A Dvariables.sh80 foobar
82 if [[ $REPLY != foobar ]]
152 set foobar
418 unset foobar
419 if [[ $( (print ${foobar:?}) 2>&1) != *foobar* ]]
530 .sh.foobar=hello
532 function .sh.foobar.get
537 [[ ${.sh.foobar} == world ]] || err_exit 'get discipline for .sh.foobar not working'
H A Dsigchld.sh155 print 'set -o monitor;sleep .5 & sleep 1;jobs' > $tmp/foobar
156 chmod +x $tmp/foobar
H A Dtypes.sh37 typeset name=foobar
187 typeset x=foobar
193 [[ "$var" == *x=foobar* ]] || err_exit '$var does not contain x=foobar'
395 : ${foo.s[a]:=foobar}
396 : ${bar.s[d]:=foobar}
397 [[ ${bar.s[a]} == foobar ]] && err_exit '${var:=val} for types assigns to type instead of type inst…
H A Dsubshell.sh233 [[ $foo == foobar ]] || err_exit 'trap on exit when last commands is subshell is not triggered'
477 (.sh.foo=foobar)
478 [[ ${.sh.foo} == foobar ]] && err_exit '.sh subvariables in subshells remain set'
528 print -u2 foobar
601 [[ $( { trap "echo foobar" EXIT; ( $printf ""); } & wait) == foobar ]] || err_exit 'exit trap not …
H A Dbuiltins.sh38 set -- - foobar
40 set -- -x foobar
43 [[ $foo == x && $OPTARG == foobar ]] || err_exit "getopts :x: failed"
280 unset -f foobar
281 function foobar function
H A Dnameref.sh133 function foobar function
138 foobar 2> /dev/null || err_exit 'nameref not unsetting previous reference'
333 foobar 2> /dev/null && err_exit 'invalid reference should cause foobar to fail'
H A Dsignal.sh370 foobar() function
376 foobar
H A Dgrep.sh96 A line containing foobar should also be counted.
H A Dcomvar.sh204 point.z=foobar
328 function foobar function
H A Dbracket.sh193 print -u4 foobar
/illumos-gate/usr/src/test/nvme-tests/tests/nvmeadm/
H A Dnvmeadm_test.ksh201 nvmeadm_fail foobar
211 nvmeadm_fail list $nt_dev foobar
212 nvmeadm_fail list $nt_dev,foobar
224 nvmeadm_fail list -o foobar
225 nvmeadm_fail list -p -o foobar
226 nvmeadm_fail list -p -o model,foobar
229 nvmeadm_fail list -c $nt_dev foobar
230 nvmeadm_fail list -c $nt_dev,foobar
235 nvmeadm_fail list -c -o foobar
236 nvmeadm_fail list -c -p -o foobar
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh46 inline int foobar = $expexit;
50 inline int foobar = 42;
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Drange1.ok1 foobar
H A Drange1.in1 foobar
H A Dconcat4.ok3 foobar
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A Dtest.o.04 foobar
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_change-key/
H A Dzfs_change-key_location.ksh63 log_mustnot zfs change-key -o keylocation=foobar $TESTPOOL/$TESTFS1
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.h196 #define process_v4(foo,bar,quux,foobar) KRB5KRB_AP_ERR_BADVERSION argument
/illumos-gate/usr/src/test/util-tests/tests/pcieadm/
H A Dpcieadmtest.ksh89 pcieadm_bad_args foobar
/illumos-gate/usr/src/pkg/
H A DREADME.pkg394 to system/foobar in build 140, and then later obsoleted in build 150.
399 # Was renamed to system/foobar, both now obsolete.
404 system-foobar.p5m:
405 set name=pkg.fmri value=pkg:/system/foobar@0.5.11,5.11-0.150

12