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

/src/usr.bin/make/unit-tests/
H A Dvarname-pwd.mk3 # Tests for the special PWD variable.
H A Dexport.mk43 FILTER_CMD?= ${EGREP} -v '^(MAKEFLAGS|MALLOC_.*|PATH|PWD|SHLVL|_|&)='
H A Dopt-file.mk74 # | sed "s,$PWD/,.,"
/src/tests/usr.bin/printf/
H A Dt_command.sh89 ( ./* | ../* ) PRINTF="${PWD}/${TEST_PRINTF}" ;;
96 ('' | . ) D="${PWD}";;
98 ( * ) D="${PWD}/${P}";;
/src/tests/lib/libarchive/
H A Dt_libarchive.sh30 export TMPDIR=$PWD
/src/lib/libc/db/
H A Ddb2netbsd10 version=`basename $PWD | sed -e 's/db\.//'`
11 releasetag=`basename $PWD | sed -e 's/\./-/g'`
/src/tests/usr.bin/mkdep/
H A Dt_findcc.sh138 "$(atf_get_srcdir)"/h_findcc "$PWD/nonexistent/echo"
147 atf_check -o "inline:$PWD/bin/echo$n" \
149 "$(atf_get_srcdir)"/h_findcc "$PWD/bin/echo"
162 atf_check -o "inline:$PWD/bin/echo$n" \
164 "$(atf_get_srcdir)"/h_findcc "$PWD/bin/echo arg"
/src/tests/bin/sh/dotcmd/
H A Dscoped_command46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";;
47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
/src/tests/fs/cd9660/
H A Dt_high_ino_big_file.sh84 mntpnt=$PWD/mnt
87 rump_cd9660 -o norrip "$PWD"/pr_48787.image ${mntpnt}
96 rump_cd9660 "$PWD/pr_48787.image" ${mntpnt}
/src/tests/usr.bin/c++/
H A Dt_static_destructor.sh189 ccmain -L${PWD} -Wl,-R${PWD} -lpic
197 ccmain -m32 -L${PWD} -Wl,-R${PWD} -lpic
206 ccmain -pg -L${PWD} -Wl,-R${PWD} -lpic
216 ccmain -m32 -pg -L${PWD} -Wl,-R${PWD} -lpic
/src/lib/
H A Dcheckoldver50 printf "${PWD}/${obsol}\n"
/src/tests/usr.bin/xlint/lint1/
H A DMakefile32 echo "error: test $$test already exists in $$PWD."; \
/src/sys/external/bsd/gnu-efi/dist/
H A DMakefile114 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
126 @dir=$$PWD; cd /tmp; tar -c --bzip2 -f $$dir/gnu-efi-$(VERSION).tar.bz2 gnu-efi-$(VERSION)
/src/lib/libc/time/
H A DMakefile811 ./zdump -i $(TZS_CUTOFF_FLAG) "$$PWD/$(@:.zd=)" >$@
957 $$(find "$$PWD/$@d"/????*/ -type f) \
960 $$(find "$$PWD/$@d" -name Etc -prune \
1173 wd=$$PWD && \
1351 TOPDIR="$$PWD" \
H A Dtzselect.ksh42 : ${TZDIR=$PWD}
/src/tests/usr.bin/realpath/
H A Dt_realpath.sh137 DIR=${PWD}/$(mktemp -d Dir.XXXXX) ||
161 ln -s ${PWD}/S1 S4/PWDS1 || atf_fail "setup PWDS1"
162 ln -s ${PWD}/S9 S4/PWDS9 || atf_fail "setup PWDS9"
163 ln -s ${PWD}/S9/File S4/PWDS9F || atf_fail "setup PWDS9F"
/src/
H A Dbuild.sh406 # Assumes that uname_s, uname_m, and PWD have been set.
446 # PWD or search the PATH.
451 */*) HOST_SH="${PWD}/${HOST_SH}"
536 # If $PWD is a valid name of the current directory, POSIX mandates
538 # presence of symlinks. Unsetting PWD is simpler than changing
542 # And the standard says altering PWD produces unspecified results
543 # So instead just cd -P to $PWD which should make PWD be symlink free
545 cd -P "${PWD}" || bomb "Cannot cd to \$PWD (
[all...]
/src/libexec/ftpd/
H A Dftpcmd.y143 MKD PWD LIST NLST SITE SYST
498 | PWD check_login CRLF
1254 { "PWD", PWD, NOARGS, 1, "(return current directory)", 0, },
1294 { "XPWD", PWD, NOARGS, 1, "(return current directory)", 0, },
/src/usr.sbin/ypserv/ypinit/
H A DMakefile.yp164 ${SENDMAIL} -bi -oA${PWD}/${DOMAIN}-aliases; \
/src/etc/
H A DMAKEDEV.tmpl2521 dev_mountpoint=${PWD:-/dev}

Completed in 14 milliseconds