Searched refs:PWD (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.1-release/bin/pkill/tests/
H A Dpgrep-j_test.sh29 command=daemon -p ${PWD}/${base}_1_1.pid $sleep 5 &
32 command=daemon -p ${PWD}/${base}_1_2.pid $sleep 5 &
38 pid2=$(printf "%s\n%s" "$(cat ${PWD}/${base}_1_1.pid)" \
39 $(cat ${PWD}/${base}_1_2.pid) | sort)
45 [ -f ${PWD}/${base}_1_1.pid ] && kill $(cat ${PWD}/${base}_1_1.pid)
46 [ -f ${PWD}/${base}_1_2.pid ] && kill $(cat ${PWD}/${base}_1_2.pid)
57 command=daemon -p ${PWD}/${base}_2_1.pid $sleep 5 &
60 command=daemon -p ${PWD}/
[all...]
H A Dpkill-j_test.sh29 command=daemon -p ${PWD}/${base}_1_1.pid $sleep 5 &
32 command=daemon -p ${PWD}/${base}_1_2.pid $sleep 5 &
40 ! -f ${PWD}/${base}_1_1.pid &&
41 ! -f ${PWD}/${base}_1_2.pid ; then
47 [ -f ${PWD}/${base}_1_1.pid ] && kill $(cat ${PWD}/${base}_1_1.pid)
48 [ -f ${PWD}/${base}_1_2.pid ] && kill $(cat ${PWD}/${base}_1_2.pid)
59 command=daemon -p ${PWD}/${base}_2_1.pid $sleep 5 &
62 command=daemon -p ${PWD}/
[all...]
/freebsd-10.1-release/crypto/openssh/regress/
H A Dputty-transfer.sh19 env HOME=$PWD ${PLINK} -load compression_$c -batch \
30 env HOME=$PWD ${PLINK} -load compression_$c \
H A Dputty-ciphers.sh18 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i putty.rsa2 \
H A Dputty-kex.sh17 env HOME=$PWD ${PLINK} -load kex_$k -batch -i putty.rsa2 \
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.corruptenv.ksh50 startdir="$PWD"
/freebsd-10.1-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c64 * Check that $PWD is really ".". Be consistent about pathnames vs filenames.
825 char *PWD = cgetenv("PWD"); local
828 (d = PWD) &&
829 ROOTPATH(PWD) &&
830 stat(PWD, &PWDstat) == 0 &&
839 else if ((d = PWD))
845 if (!d && !(d = PWD))
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Ddexplorer107 print "Output dir will be the current dir ($PWD)."
201 base1=${PWD##*/}
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/
H A Ddexplorer107 print "Output dir will be the current dir ($PWD)."
201 base1=${PWD##*/}
/freebsd-10.1-release/contrib/ntp/
H A Dflock-build59 # HMS: we need $PWD because solaris produces /deacon/backroom when
61 c_d=${PWD:-`pwd`}
H A Dconfigure8083 SENTINEL_DIR="$PWD" && \
[all...]
/freebsd-10.1-release/sbin/mdconfig/tests/
H A Drun.pl238 $ENV{PWD} = getcwd;
247 # export dir=$PWD/dir
/freebsd-10.1-release/gnu/usr.bin/rcs/
H A Drcstest191 PWD=`pwd` && export PWD &&
197 @Header: $PWD$SLASH$RCSfile 2.1 $date w s @
207 @Source: $PWD$SLASH$RCSfile @
/freebsd-10.1-release/tools/regression/acltools/
H A Drun238 $ENV{PWD} = getcwd;
247 # export dir=$PWD/dir
/freebsd-10.1-release/contrib/opie/
H A Dftpcmd.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)" },
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.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)" },
H A Dftpcmd.c119 PWD = 308, enumerator in enum:yytokentype
204 #define PWD 308 macro
691 "sTAT", "HELP", "NOOP", "MKD", "RMD", "PWD", "CDUP", "STOU", "SMNT",
3031 { "PWD", PWD, ARGS, 1, "(return current directory)" },
3032 { "XPWD", PWD, ARGS, 1, "(return current directory)" },
/freebsd-10.1-release/usr.bin/yacc/tests/
H A Dftp.y137 STAT HELP NOOP MKD RMD PWD
373 | PWD check_login CRLF
767 { "PWD", PWD, ARGS, 1, "(return current directory)" },
768 { "XPWD", PWD, ARGS, 1, "(return current directory)" },
/freebsd-10.1-release/usr.sbin/ndiscvt/
H A Dndisgen.sh412 echo ".PATH: ${PWD} ${STUBPATH}" > ${MAKEFILE}
/freebsd-10.1-release/libexec/ftpd/
H A Dftpcmd.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)" },
/freebsd-10.1-release/bin/sh/
H A Dparser.c1971 pwd = lookupvar("PWD");
/freebsd-10.1-release/contrib/binutils/
H A Dconfigure1761 # if PWD already has a value, it is probably wrong.
1762 if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
/freebsd-10.1-release/contrib/bmake/
H A Dconfigure1292 --disable-pwd-override disable \$PWD overriding getcwd()
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dconfigure7118 SENTINEL_DIR="$PWD" && \

Completed in 507 milliseconds