OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PWD
(Results
1 - 25
of
65
) sorted by relevancy
1
2
3
/src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_gost_engine_data/
gost_engine.sh
15
PWD
="$(
pwd
)"
17
SRCTOP="$(cd $SRCTOP;
pwd
)"
18
BLDTOP="$(cd $BLDTOP;
pwd
)"
41
echo " CWD: $
PWD
"
52
export OPENSSL_ENGINES="$
PWD
/bin"
/src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_gost_engine_data/
gost_engine.sh
15
PWD
="$(
pwd
)"
17
SRCTOP="$(cd $SRCTOP;
pwd
)"
18
BLDTOP="$(cd $BLDTOP;
pwd
)"
41
echo " CWD: $
PWD
"
52
export OPENSSL_ENGINES="$
PWD
/bin"
/src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_tlsfuzzer_data/
tlsfuzzer.sh
16
PWD
="$(
pwd
)"
18
SRCTOP="$(cd $SRCTOP;
pwd
)"
19
BLDTOP="$(cd $BLDTOP;
pwd
)"
42
TMPFILE="${
PWD
}/tls-fuzzer.$$.tmp"
43
PSKFILE="${
PWD
}/tls-fuzzer.psk.$$.tmp"
50
echo " CWD: $
PWD
"
74
cd $
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/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_oqsprovider_data/
oqsprovider.sh
15
PWD
="$(
pwd
)"
17
SRCTOP="$(cd $SRCTOP;
pwd
)"
18
BLDTOP="$(cd $BLDTOP;
pwd
)"
41
echo " CWD: $
PWD
"
65
echo " CWD: $
PWD
"
70
export OPENSSL_MODULES=$
PWD
/_build/lib
/src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_pkcs11_provider_data/
pkcs11-provider.sh
14
PWD
="$(
pwd
)"
16
SRCTOP="$(cd $SRCTOP;
pwd
)"
17
BLDTOP="$(cd $BLDTOP;
pwd
)"
40
echo " CWD: $
PWD
"
/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/external/mpl/bind/dist/bin/tests/system/tsiggss/krb/
setup.sh
14
PWD
=$(
pwd
)
16
KRB5_CONFIG="${
PWD
}/krb5.conf"
19
KRB5_KDC_PROFILE=${
PWD
}/krb5kdc
46
kdc = FILE:${
PWD
}/kdc.log
47
admin_server = FILE:${
PWD
}/kadmin.log
/src/external/gpl3/gcc/dist/maintainer-scripts/
generate_libstdcxx_web_docs
35
start=$
PWD
36
WORKDIR=`mktemp -d $
PWD
/build.XXXXXX`
37
DESTDIR=`mktemp -d $
PWD
/dest.XXXXXX`
/src/external/gpl3/gcc.old/dist/maintainer-scripts/
generate_libstdcxx_web_docs
35
start=$
PWD
36
WORKDIR=`mktemp -d $
PWD
/build.XXXXXX`
37
DESTDIR=`mktemp -d $
PWD
/dest.XXXXXX`
/src/tests/usr.bin/c++/
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/external/mpl/bind/dist/bin/tests/system/nsupdate/krb/
setup.sh
16
PWD
=$(
pwd
)
18
KRB5_CONFIG="${
PWD
}/krb5.conf"
21
KRB5_KDC_PROFILE=${
PWD
}/krb5kdc
48
kdc = FILE:${
PWD
}/kdc.log
49
admin_server = FILE:${
PWD
}/kadmin.log
/src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_pyca_data/
cryptography.sh
17
O_EXE=`
pwd
`/$BLDTOP/apps
18
O_BINC=`
pwd
`/$BLDTOP/include
19
O_SINC=`
pwd
`/$SRCTOP/include
20
O_LIB=`
pwd
`/$BLDTOP
30
echo " CWD: $
PWD
"
/src/crypto/external/bsd/openssl/dist/test/recipes/95-test_external_pyca_data/
cryptography.sh
17
O_EXE=`
pwd
`/$BLDTOP/apps
18
O_BINC=`
pwd
`/$BLDTOP/include
19
O_SINC=`
pwd
`/$SRCTOP/include
20
O_LIB=`
pwd
`/$BLDTOP
30
echo " CWD: $
PWD
"
/src/crypto/external/bsd/openssl.old/dist/test/recipes/95-test_external_pyca_data/
cryptography.sh
17
O_EXE=`
pwd
`/$BLDTOP/apps
18
O_BINC=`
pwd
`/$BLDTOP/include
19
O_SINC=`
pwd
`/$SRCTOP/include
20
O_LIB=`
pwd
`/$BLDTOP
30
echo " CWD: $
PWD
"
/src/external/bsd/unbound/dist/contrib/android/
install_expat.sh
31
(IFS="" find "$
PWD
" -name 'Makefile' -print | while read -r file
/src/external/bsd/unbound/dist/contrib/ios/
install_expat.sh
37
(IFS="" find "$
PWD
" -name 'Makefile' -print | while read -r file
/src/external/bsd/unbound/dist/dnscrypt/testdata/
gencert.sh
7
if [[ "$
PWD
" != *tdir ]]
/src/external/mit/expat/dist/tests/
xmltest.sh
58
OUTPUT="$
PWD
/tests/out/"
59
TS="$
PWD
/tests/"
63
MYDIR="`
pwd
`"
/src/external/mpl/bind/dist/bin/tests/system/
custom-test-driver
143
"$@" --junit-xml $
PWD
/$junit_file 2>&1 | tee $log_file
145
"$@" --junit-xml $
PWD
/$junit_file >$log_file 2>&1
/src/lib/
checkoldver
50
printf "${
PWD
}/${obsol}\n"
Completed in 40 milliseconds
1
2
3
Indexes created Sat Feb 28 05:31:39 UTC 2026