Home
last modified time | relevance | path

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

12

/openbsd-src/regress/usr.bin/diff/torture/
H A Dtorture44 FAILLOG="$PWD/$(basename $0).log"
60 typeset pwd="$PWD"
84 typeset pwd="$PWD"
88 print $0 "$PWD/$arg"
99 typeset pwd="$PWD"
101 print $0 "$PWD"
/openbsd-src/regress/bin/ksh/
H A Dcdhist.t31 if [ "${CDHIST[0]}" != "$PWD" -a "$PWD" != "" ]
33 _cdins # insert $PWD into cd history
98 _cdins # insert $PWD into cd history
113 function _cdins # insert $PWD into cd history
120 if [ "${CDHIST[$i]}" = "$PWD" ]
137 CDHIST[0]=$PWD # insert new directory in list
H A Dheredoc.t150 TMPDIR=$PWD
175 TMPDIR=$PWD
198 TMPDIR=$PWD
229 TMPDIR=$PWD
247 TMPDIR=$PWD
272 TMPDIR=$PWD
290 TMPDIR=$PWD
308 TMPDIR=$PWD
H A Dregress.t34 : ${PWD:-`pwd 2> /dev/null`}
35 : ${PWD:?"PWD not set - can't do test"}
47 PATH=$PWD/Y xxxscript
72 # symbolic links. cd does path simplification wrt $PWD before
79 # do the completion after simplifing the `$PWD/..'.
723 TMPDIR=$PWD/foo $0 <<- 'EOF'
736 TMPDIR=$PWD/foo $0 <<- 'EOF'
H A Dobsd-regress.t502 PWD and OLDPWD must be exported
504 d=$(printenv PWD)
505 : ${d:?"PWD not exported"}
/openbsd-src/gnu/usr.bin/perl/
H A Druntests.SH83 case "$PWD" in
86 *) PWD=${PWD}/t; export PWD ;; # Otherwise, fix it.
H A DREADME.os39083 export PATH=$PWD:$PATH
84 export LIBPATH=$PWD:$PATH
152 export PATH=$PWD:$PATH
153 export LIBPATH=$PWD:$PATH
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/
H A Dso-thresh.sh14 srcdir="$PWD/$srcdir"
19 objdir="$PWD/$objdir"
24 HERE=$PWD
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A Dcwd.t127 delete $ENV{PWD} if $^O eq 'darwin';
161 dir_ends_with( $ENV{PWD}, $Test_Dir, 'Cwd::chdir() updates $ENV{PWD}' );
175 like($ENV{PWD}, $check, "We're in a 't' directory");
180 my $start_pwd = $ENV{PWD};
183 is $ENV{PWD}, $start_pwd, "abs_path() does not trample \$ENV{PWD}";
/openbsd-src/regress/usr.bin/ssh/
H A Dputty-transfer.sh20 env HOME=$PWD ${PLINK} -load compression_$c -batch \
31 env HOME=$PWD ${PLINK} -load compression_$c \
H A Dputty-kex.sh29 env HOME=$PWD ${PLINK} -v -load localhost_proxy -batch -i ${OBJ}/putty.rsa2 true \
H A Dputty-ciphers.sh47 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i ${OBJ}/putty.rsa2 \
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A Dtdtags207 printf >&2 'In "%s",\n' "$PWD"
278 td_find "$PWD"
314 td_find "$PWD"
322 printf '%s/%s\n' "$PWD" "$d"
340 while [ "$PWD" != / ]
/openbsd-src/lib/libexpat/tests/
H A Dxmltest.sh57 OUTPUT="$PWD/tests/out/"
58 TS="$PWD/tests/"
/openbsd-src/etc/
H A Dksh.kshrc46 PPROMPT='$USER:$PWD:!'"$PS1S"
47 #PPROMPT='<$USER@$HOST:$PWD:!>'"$PS1S"
85 alias stripe='label "$USER@$HOST ($tty) - $PWD"'
/openbsd-src/gnu/share/
H A Dconfigure155 if [ -n "$PWD" ]; then PWD=`pwd`; fi
161 PATH=$PATH:${PWD=`pwd`} ; export PATH
780 …*) echo '***' "${progname}: Can't find ${srcname} sources in ${PWD=`pwd`}/. or ${PWD=`pwd`}/.." 1…
1119 echo '***' "${progname}: could not make ${PWD=`pwd`}/${subdir}" 1>&2
1470 echo "Created \"${Makefile}\" in" ${PWD=`pwd`} ${using}
1543 POPDIR=${PWD=`pwd`}
/openbsd-src/gnu/llvm/libcxx/utils/ci/
H A Doss-fuzz.sh13 MONOREPO_ROOT=${PWD}
/openbsd-src/sys/conf/
H A Dnewvers.sh43 v=`cat version` u=`logname` d=${PWD%/obj} h=`hostname` t=`date`
/openbsd-src/gnu/llvm/llvm/tools/xcode-toolchain/
H A DCMakeLists.txt25 # -DCMAKE_INSTALL_PREFIX=$PWD/install
27 # export EXTERNAL_TOOLCHAINS_DIR=$PWD/install/Toolchains
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/
H A DCwd.pm294 # Keeps track of current working directory in PWD environment var
302 if ($ENV{'PWD'} and $^O ne 'os2' and $^O ne 'dos' and $^O ne 'MSWin32') {
304 my($pd,$pi) = stat($ENV{'PWD'});
306 $ENV{'PWD'} = cwd();
312 $ENV{'PWD'} = $wd;
315 if ($^O ne 'MSWin32' and $ENV{'PWD'} =~ m|(/[^/]+(/[^/]+/[^/]+))(.*)|s) {
319 $ENV{'PWD'}="$2$3";
344 return $ENV{'PWD'} = $ENV{'DEFAULT'}
347 $ENV{'PWD'} = $newpwd;
352 $ENV{'PWD'}
[all...]
/openbsd-src/libexec/ftpd/
H A Dftpcmd.y115 STAT HELP NOOP MKD RMD PWD
475 | PWD check_login CRLF
1053 { "PWD", PWD, ARGS, 1, "(return current directory)" },
1054 { "XPWD", PWD, ARGS, 1, "(return current directory)" },
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A DChangeLog31 * Make-lang.in (treelang.check.fix): Replace one leftover PWD
36 * Make-lang.in: Replace PWD with PWD_COMMAND.
/openbsd-src/usr.sbin/ypserv/ypinit/
H A DMakefile.yp301 $(SENDMAIL) -bi -oA$(PWD)/$(DOMAIN)-aliases; \
/openbsd-src/gnu/llvm/clang/docs/
H A DHowToSetupToolingForLLVM.rst48 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
239 $ ln -s $PWD/compile_commands.json path/to/llvm/source/
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp259 SmallString<128> PWD, RealPWD; in RealFileSystem() local
260 if (llvm::sys::fs::current_path(PWD)) in RealFileSystem()
262 if (llvm::sys::fs::real_path(PWD, RealPWD)) in RealFileSystem()
263 WD = {PWD, PWD}; in RealFileSystem()
265 WD = {PWD, RealPWD}; in RealFileSystem()

12