Searched refs:PWD (Results 1 - 20 of 20) sorted by relevance
| /src/usr.bin/make/unit-tests/ |
| H A D | varname-pwd.mk | 3 # Tests for the special PWD variable.
|
| H A D | export.mk | 43 FILTER_CMD?= ${EGREP} -v '^(MAKEFLAGS|MALLOC_.*|PATH|PWD|SHLVL|_|&)='
|
| H A D | opt-file.mk | 74 # | sed "s,$PWD/,.,"
|
| /src/tests/usr.bin/printf/ |
| H A D | t_command.sh | 89 ( ./* | ../* ) PRINTF="${PWD}/${TEST_PRINTF}" ;; 96 ('' | . ) D="${PWD}";; 98 ( * ) D="${PWD}/${P}";;
|
| /src/tests/lib/libarchive/ |
| H A D | t_libarchive.sh | 30 export TMPDIR=$PWD
|
| /src/lib/libc/db/ |
| H A D | db2netbsd | 10 version=`basename $PWD | sed -e 's/db\.//'` 11 releasetag=`basename $PWD | sed -e 's/\./-/g'`
|
| /src/tests/usr.bin/mkdep/ |
| H A D | t_findcc.sh | 138 "$(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 D | scoped_command | 46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";; 47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
|
| /src/tests/fs/cd9660/ |
| H A D | t_high_ino_big_file.sh | 84 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 D | t_static_destructor.sh | 189 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 D | checkoldver | 50 printf "${PWD}/${obsol}\n"
|
| /src/tests/usr.bin/xlint/lint1/ |
| H A D | Makefile | 32 echo "error: test $$test already exists in $$PWD."; \
|
| /src/sys/external/bsd/gnu-efi/dist/ |
| H A D | Makefile | 114 @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 D | Makefile | 811 ./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 D | tzselect.ksh | 42 : ${TZDIR=$PWD}
|
| /src/tests/usr.bin/realpath/ |
| H A D | t_realpath.sh | 137 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 D | build.sh | 406 # 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 D | ftpcmd.y | 143 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 D | Makefile.yp | 164 ${SENDMAIL} -bi -oA${PWD}/${DOMAIN}-aliases; \
|
| /src/etc/ |
| H A D | MAKEDEV.tmpl | 2521 dev_mountpoint=${PWD:-/dev}
|
Completed in 14 milliseconds