| /openbsd-src/regress/usr.bin/diff/torture/ |
| H A D | torture | 44 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 D | cdhist.t | 31 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 D | heredoc.t | 150 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 D | regress.t | 34 : ${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 D | obsd-regress.t | 502 PWD and OLDPWD must be exported 504 d=$(printenv PWD) 505 : ${d:?"PWD not exported"}
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | runtests.SH | 83 case "$PWD" in 86 *) PWD=${PWD}/t; export PWD ;; # Otherwise, fix it.
|
| H A D | README.os390 | 83 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 D | so-thresh.sh | 14 srcdir="$PWD/$srcdir" 19 objdir="$PWD/$objdir" 24 HERE=$PWD
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
| H A D | cwd.t | 127 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 D | putty-transfer.sh | 20 env HOME=$PWD ${PLINK} -load compression_$c -batch \ 31 env HOME=$PWD ${PLINK} -load compression_$c \
|
| H A D | putty-kex.sh | 29 env HOME=$PWD ${PLINK} -v -load localhost_proxy -batch -i ${OBJ}/putty.rsa2 true \
|
| H A D | putty-ciphers.sh | 47 env HOME=$PWD ${PLINK} -load cipher_$c -batch -i ${OBJ}/putty.rsa2 \
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | tdtags | 207 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 D | xmltest.sh | 57 OUTPUT="$PWD/tests/out/" 58 TS="$PWD/tests/"
|
| /openbsd-src/etc/ |
| H A D | ksh.kshrc | 46 PPROMPT='$USER:$PWD:!'"$PS1S" 47 #PPROMPT='<$USER@$HOST:$PWD:!>'"$PS1S" 85 alias stripe='label "$USER@$HOST ($tty) - $PWD"'
|
| /openbsd-src/gnu/share/ |
| H A D | configure | 155 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 D | oss-fuzz.sh | 13 MONOREPO_ROOT=${PWD}
|
| /openbsd-src/sys/conf/ |
| H A D | newvers.sh | 43 v=`cat version` u=`logname` d=${PWD%/obj} h=`hostname` t=`date`
|
| /openbsd-src/gnu/llvm/llvm/tools/xcode-toolchain/ |
| H A D | CMakeLists.txt | 25 # -DCMAKE_INSTALL_PREFIX=$PWD/install 27 # export EXTERNAL_TOOLCHAINS_DIR=$PWD/install/Toolchains
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/ |
| H A D | Cwd.pm | 294 # 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 D | ftpcmd.y | 115 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 D | ChangeLog | 31 * 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 D | Makefile.yp | 301 $(SENDMAIL) -bi -oA$(PWD)/$(DOMAIN)-aliases; \
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | HowToSetupToolingForLLVM.rst | 48 $ 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 D | VirtualFileSystem.cpp | 259 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()
|