HomeSort by: relevance | last modified time | path
    Searched refs:PWD (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varname-pwd.mk 1 # $NetBSD: varname-pwd.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
3 # Tests for the special PWD variable.
export.mk 43 FILTER_CMD?= ${EGREP} -v '^(MAKEFLAGS|MALLOC_.*|PATH|PWD|SHLVL|_|&)='
opt-file.mk 74 # | sed "s,$PWD/,.,"
  /src/tests/usr.bin/printf/
t_command.sh 89 ( ./* | ../* ) PRINTF="${PWD}/${TEST_PRINTF}" ;;
96 ('' | . ) D="${PWD}";;
98 ( * ) D="${PWD}/${P}";;
  /src/lib/libc/db/
db2netbsd 10 version=`basename $PWD | sed -e 's/db\.//'`
11 releasetag=`basename $PWD | sed -e 's/\./-/g'`
  /src/tests/lib/libarchive/
t_libarchive.sh 30 export TMPDIR=$PWD
  /src/tests/usr.bin/mkdep/
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/
scoped_command 46 ./*) TEST_SH="${PWD}${1#.}${2+ }$2";;
47 */*) TEST_SH="${PWD}/$1${2+ }$2";;
  /src/tests/fs/cd9660/
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/lib/
checkoldver 50 printf "${PWD}/${obsol}\n"
  /src/tests/usr.bin/xlint/lint1/
Makefile 32 echo "error: test $$test already exists in $$PWD."; \
  /src/sys/external/bsd/gnu-efi/dist/
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/
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" \
tzselect.ksh 42 : ${TZDIR=$PWD}
  /src/tests/usr.bin/realpath/
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/
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
537 # that pwd return it by default which causes problems in the
538 # presence of symlinks. Unsetting PWD is simpler than changing
539 # every occurrence of pwd to use -P.
542 # And the standard says altering PWD produces unspecified results
543 # So instead just cd -P to $PWD which should make PWD be symlink fre
    [all...]
  /src/libexec/ftpd/
ftpcmd.y 89 #include <pwd.h>
143 MKD PWD LIST NLST SITE SYST
498 | PWD check_login CRLF
501 pwd();
1254 { "PWD", PWD, NOARGS, 1, "(return current directory)", 0, },
1294 { "XPWD", PWD, NOARGS, 1, "(return current directory)", 0, },
  /src/etc/
MAKEDEV.tmpl 2521 dev_mountpoint=${PWD:-/dev}

Completed in 22 milliseconds