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

12

/freebsd-11-stable/bin/pkill/tests/
H A Dpgrep-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 &
45 pid2=$(printf "%s\n%s" "$(cat ${PWD}/${base}_1_1.pid)" \
46 $(cat ${PWD}/${base}_1_2.pid) | sort)
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}/
[all...]
H A Dpkill-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}/
[all...]
/freebsd-11-stable/crypto/openssh/regress/
H A Dvalgrind-unit.sh7 test "x$OBJ" = "x" && OBJ=$PWD
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 true
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/dotcmd/
H A Dscoped_command46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";;
47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dar_to_bc.sh12 [[ $AR == /* ]] || AR=$PWD/$AR
13 [[ $LINK == /* ]] || LINK=$PWD/$LINK
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_expat.sh28 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
/freebsd-11-stable/bin/ls/tests/
H A Dls_tests.sh117 WITH_A=$PWD/../with_A.out
118 WITHOUT_A=$PWD/../without_A.out
151 WITH_EXPLICIT=$PWD/../with_explicit_A.out
152 WITH_IMPLIED=$PWD/../with_implied_A.out
202 WITH_C=$PWD/../with_C.out
290 WITH_I=$PWD/../with_I.out
291 WITHOUT_I=$PWD/../without_I.out
345 WITH_R=$PWD/../with_R.out
346 WITH_R_expected_output=$PWD/../with_R_expected.out
376 file_list_dir=$PWD/
[all...]
/freebsd-11-stable/contrib/unbound/contrib/ios/
H A Dinstall_expat.sh33 (IFS="" find "$PWD" -name 'Makefile' -print | while read -r file
/freebsd-11-stable/usr.bin/xinstall/tests/
H A Dinstall_test.sh196 export STRIPBIN="$PWD/stripbin"
316 src_path_prefixed=$PWD/$src_path
317 dest_path=$PWD/copyf
337 src_path_prefixed=$PWD/$src_path
338 dest_path=$PWD/copyf
358 src_path_prefixed=$PWD/$src_path
359 dest_path=$PWD/a/b/c/copyf
391 src_path_prefixed=$PWD/$src_path
392 dest_path=$PWD/libexec/
/freebsd-11-stable/contrib/expat/tests/
H A Dxmltest.sh26 OUTPUT="$PWD/tests/out/"
27 TS="$PWD/tests/"
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.corruptenv.ksh50 startdir="$PWD"
/freebsd-11-stable/usr.bin/stat/tests/
H A Dreadlink_test.sh52 atf_check -o inline:"$(realpath A.file)\n$PWD/nonexistent\n" \
/freebsd-11-stable/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-11-stable/contrib/ntp/
H A Dflock-build59 # HMS: we need $PWD because solaris produces /deacon/backroom when
61 c_d=${PWD:-`pwd`}
/freebsd-11-stable/usr.sbin/ndiscvt/
H A Dndisgen.sh412 echo ".PATH: ${PWD} ${STUBPATH}" > ${MAKEFILE}
/freebsd-11-stable/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-11-stable/tests/sys/acl/
H A Drun238 $ENV{PWD} = getcwd;
247 # export dir=$PWD/dir
/freebsd-11-stable/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-11-stable/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-11-stable/tools/build/options/
H A Dmakeman141 echo "building src.conf.5 man page from files in ${PWD}" >&2
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y108 STAT HELP NOOP MKD RMD PWD
561 | PWD check_login CRLF
1114 { "PWD", PWD, ARGS, 1, "(return current directory)" },
1115 { "XPWD", PWD, ARGS, 1, "(return current directory)" },

Completed in 178 milliseconds

12