Home
last modified time | relevance | path

Searched refs:PWD (Results 1 – 25 of 44) sorted by relevance

12

/trueos/bin/pkill/tests/
HDpgrep-j_test.sh25 command=daemon -p ${PWD}/${base}_1_1.pid $sleep $sleep_amount &
28 command=daemon -p ${PWD}/${base}_1_2.pid $sleep $sleep_amount &
44 pid2=$(printf "%s\n%s" "$(cat ${PWD}/${base}_1_1.pid)" \
45 $(cat ${PWD}/${base}_1_2.pid) | sort)
51 [ -f ${PWD}/${base}_1_1.pid ] && kill $(cat ${PWD}/${base}_1_1.pid)
52 [ -f ${PWD}/${base}_1_2.pid ] && kill $(cat ${PWD}/${base}_1_2.pid)
58 command=daemon -p ${PWD}/${base}_2_1.pid $sleep $sleep_amount &
61 command=daemon -p ${PWD}/${base}_2_2.pid $sleep $sleep_amount &
65 pid2=$(printf "%s\n%s" "$(cat ${PWD}/${base}_2_1.pid)" \
66 $(cat ${PWD}/${base}_2_2.pid) | sort)
[all …]
HDpkill-j_test.sh25 command=daemon -p ${PWD}/${base}_1_1.pid $sleep $sleep_amount &
28 command=daemon -p ${PWD}/${base}_1_2.pid $sleep $sleep_amount &
46 ! -f ${PWD}/${base}_1_1.pid &&
47 ! -f ${PWD}/${base}_1_2.pid ; then
52 [ -f ${PWD}/${base}_1_1.pid ] && kill $(cat ${PWD}/${base}_1_1.pid)
53 [ -f ${PWD}/${base}_1_2.pid ] && kill $(cat ${PWD}/${base}_1_2.pid)
59 command=daemon -p ${PWD}/${base}_2_1.pid $sleep $sleep_amount &
62 command=daemon -p ${PWD}/${base}_2_2.pid $sleep $sleep_amount &
68 [ ! -f ${PWD}/${base}_2_1.pid -a
69 ! -f ${PWD}/${base}_2_2.pid ] && kill $chpid3; then
[all …]
/trueos/bin/sh/tests/builtins/
HDcd7.05 [ "$PWD" = /usr/bin ]
8 [ "$PWD" = /usr/bin ]
10 [ "$PWD" = /usr/bin ]
12 [ "$PWD" = /usr ]
15 [ "$PWD" = /usr ]
HDcd6.05 d=$PWD
8 [ "$d" = "$PWD" ]
10 [ "$d" = "$PWD" ]
HDcd3.09 [ "$PWD" = / ]
13 [ "$PWD" = / ]
HDcd1.012 [ "$PWD" = "$P" ]
15 [ "$PWD" = "$P" ]
/trueos/bin/sh/tests/parameters/
HDpwd1.02 # Check that bogus PWD values are not accepted from the environment.
6 [ "$(PWD=foo ${SH} -c 'pwd')" = / ] || : $((failures += 1))
7 [ "$(PWD=/var/empty ${SH} -c 'pwd')" = / ] || : $((failures += 1))
8 [ "$(PWD=/var/empty/foo ${SH} -c 'pwd')" = / ] || : $((failures += 1))
9 [ "$(PWD=/bin/ls ${SH} -c 'pwd')" = / ] || : $((failures += 1))
HDpwd2.02 # Check that PWD is exported and accepted from the environment.
12 [ "$PWD" = "$TP/link" ]
20 [ "$PWD" = "$TP/test1" ]
/trueos/crypto/openssh/regress/
HDputty-transfer.sh19 env HOME=$PWD ${PLINK} -load compression_$c -batch \
30 env HOME=$PWD ${PLINK} -load compression_$c \
HDputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 \
HDputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
/trueos/contrib/llvm/patches/
HDpatch-r262611-llvm-r196874-fix-invalid-pwd-crash.diff3 Fix a crash that occurs when PWD is invalid.
5 MCJIT needs to be able to run in hostile environments, even when PWD
9 when PWD can't be determined. This way, MCJIT clients,
/trueos/gnu/usr.bin/rcs/lib/
HDrcsfnms.c825 char *PWD = cgetenv("PWD"); in getfullRCSname() local
828 (d = PWD) && in getfullRCSname()
829 ROOTPATH(PWD) && in getfullRCSname()
830 stat(PWD, &PWDstat) == 0 && in getfullRCSname()
839 else if ((d = PWD)) in getfullRCSname()
845 if (!d && !(d = PWD)) in getfullRCSname()
/trueos/gnu/usr.bin/rcs/
HDrcstest191 PWD=`pwd` && export PWD &&
197 @Header: $PWD$SLASH$RCSfile 2.1 $date w s @
207 @Source: $PWD$SLASH$RCSfile @
/trueos/cddl/contrib/dtracetoolkit/
HDdexplorer107 print "Output dir will be the current dir ($PWD)."
201 base1=${PWD##*/}
/trueos/cddl/contrib/dtracetoolkit/Bin/
Ddexplorer107 print "Output dir will be the current dir ($PWD)."
201 base1=${PWD##*/}
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
HDtst.corruptenv.ksh50 startdir="$PWD"
/trueos/usr.sbin/bsdconfig/share/
HDmustberoot.subr231 "; PWD=$PWD" \
393 "; PWD=$PWD" \
/trueos/contrib/opie/
HDftpcmd.y175 STAT HELP NOOP MKD RMD PWD
435 | PWD check_login CRLF
850 { "PWD", PWD, ARGS, 1, "(return current directory)" },
851 { "XPWD", PWD, ARGS, 1, "(return current directory)" },
/trueos/cddl/contrib/dtracetoolkit/Man/
HDReadme8 MANPATH=$MANPATH:$PWD
/trueos/contrib/ntp/
HDflock-build40 c_d=${PWD:-`pwd`}
/trueos/crypto/heimdal/appl/ftp/ftpd/
HDftpcmd.y102 sTAT HELP NOOP MKD RMD PWD
421 | PWD CRLF check_login
975 { "PWD", PWD, ARGS, 1, "(return current directory)" },
976 { "XPWD", PWD, ARGS, 1, "(return current directory)" },
/trueos/usr.sbin/ndiscvt/
HDndisgen.sh412 echo ".PATH: ${PWD} ${STUBPATH}" > ${MAKEFILE}
/trueos/tools/regression/acltools/
HDrun238 $ENV{PWD} = getcwd;
/trueos/libexec/ftpd/
HDftpcmd.y106 STAT HELP NOOP MKD RMD PWD
559 | PWD check_login CRLF
1112 { "PWD", PWD, ARGS, 1, "(return current directory)" },
1113 { "XPWD", PWD, ARGS, 1, "(return current directory)" },

12