Searched refs:PWD (Results 1 – 25 of 44) sorted by relevance
12
| /trueos/bin/pkill/tests/ |
| HD | pgrep-j_test.sh | 25 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 …]
|
| HD | pkill-j_test.sh | 25 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/ |
| HD | cd7.0 | 5 [ "$PWD" = /usr/bin ] 8 [ "$PWD" = /usr/bin ] 10 [ "$PWD" = /usr/bin ] 12 [ "$PWD" = /usr ] 15 [ "$PWD" = /usr ]
|
| HD | cd6.0 | 5 d=$PWD 8 [ "$d" = "$PWD" ] 10 [ "$d" = "$PWD" ]
|
| HD | cd3.0 | 9 [ "$PWD" = / ] 13 [ "$PWD" = / ]
|
| HD | cd1.0 | 12 [ "$PWD" = "$P" ] 15 [ "$PWD" = "$P" ]
|
| /trueos/bin/sh/tests/parameters/ |
| HD | pwd1.0 | 2 # 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))
|
| HD | pwd2.0 | 2 # Check that PWD is exported and accepted from the environment. 12 [ "$PWD" = "$TP/link" ] 20 [ "$PWD" = "$TP/test1" ]
|
| /trueos/crypto/openssh/regress/ |
| HD | putty-transfer.sh | 19 env HOME=$PWD ${PLINK} -load compression_$c -batch \ 30 env HOME=$PWD ${PLINK} -load compression_$c \
|
| HD | putty-kex.sh | 17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 \
|
| HD | putty-ciphers.sh | 18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r262611-llvm-r196874-fix-invalid-pwd-crash.diff | 3 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/ |
| HD | rcsfnms.c | 825 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/ |
| HD | rcstest | 191 PWD=`pwd` && export PWD && 197 @Header: $PWD$SLASH$RCSfile 2.1 $date w s @ 207 @Source: $PWD$SLASH$RCSfile @
|
| /trueos/cddl/contrib/dtracetoolkit/ |
| HD | dexplorer | 107 print "Output dir will be the current dir ($PWD)." 201 base1=${PWD##*/}
|
| /trueos/cddl/contrib/dtracetoolkit/Bin/ |
| D | dexplorer | 107 print "Output dir will be the current dir ($PWD)." 201 base1=${PWD##*/}
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/ |
| HD | tst.corruptenv.ksh | 50 startdir="$PWD"
|
| /trueos/usr.sbin/bsdconfig/share/ |
| HD | mustberoot.subr | 231 "; PWD=$PWD" \ 393 "; PWD=$PWD" \
|
| /trueos/contrib/opie/ |
| HD | ftpcmd.y | 175 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/ |
| HD | Readme | 8 MANPATH=$MANPATH:$PWD
|
| /trueos/contrib/ntp/ |
| HD | flock-build | 40 c_d=${PWD:-`pwd`}
|
| /trueos/crypto/heimdal/appl/ftp/ftpd/ |
| HD | ftpcmd.y | 102 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/ |
| HD | ndisgen.sh | 412 echo ".PATH: ${PWD} ${STUBPATH}" > ${MAKEFILE}
|
| /trueos/tools/regression/acltools/ |
| HD | run | 238 $ENV{PWD} = getcwd;
|
| /trueos/libexec/ftpd/ |
| HD | ftpcmd.y | 106 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