Home
last modified time | relevance | path

Searched refs:WORKDIR (Results 26 – 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.redir12 $1%2==1 {print >(ENVIRON["WORKDIR"] "/foo.odd")}
3 $1%2==0 {print >(ENVIRON["WORKDIR"] "/foo.even")}
H A Dp.472 $3 > 100 { print > (ENVIRON["WORKDIR"] "/test.temp.big") }
3 $3 <= 100 { print > (ENVIRON["WORKDIR"] "/test.temp.small") }
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.expr3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.clv3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
10 TEMP2=$WORKDIR/test.temp.2
H A DT.flags3 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
8 TEMP1=$WORKDIR/test.temp.1
H A DT.misc5 if [[ -z "$AWK" || -z "$WORKDIR" ]]; then
10 TEMP0=$WORKDIR/test.temp.0
11 TEMP1=$WORKDIR/test.temp.1
12 TEMP2=$WORKDIR/test.temp.2
13 TEMP3=$WORKDIR/test.temp.3
/illumos-gate/usr/src/test/util-tests/tests/awk/bugs-fixed/
H A Dsystem-status.awk15 status = system("cd $WORKDIR && kill -ABRT $$")
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup119 WORKDIR=$SPOOL/.Workspace
286 find $WORKDIR -type f -mtime +1 -exec rm -f {} \;

12