OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TOPDIR
(Results
1 - 25
of
76
) sorted by relevancy
1
2
3
4
/src/external/apache2/llvm/dist/llvm/utils/
getsrcs.sh
12
# The optional -
topdir
option can be used to specify the top LLVM source
20
if test "$1" = "-
topdir
" ; then
21
TOPDIR
="$2"
24
TOPDIR
=`llvm-config --src-root`
27
if test -d "$
TOPDIR
" ; then
28
cd $
TOPDIR
29
./utils/llvmdo -
topdir
"$
TOPDIR
" \
countloc.sh
14
# The script takes one optional option, -
topdir
, which specifies the top llvm
23
if test "$1" = "-
topdir
" ; then
24
TOPDIR
="$2"
27
TOPDIR
=`llvm-config --src-root`
31
if test -d "$
TOPDIR
" ; then
32
cd $
TOPDIR
33
./utils/llvmdo -
topdir
"$
TOPDIR
" -dirs "include lib tools test utils examples" -code-only wc -l | awk '\
llvmgrep
20
if test "$1" = "-
topdir
" ; then
21
TOPDIR
="$2"
24
TOPDIR
=`llvm-config --src-root`
27
if test -d "$
TOPDIR
" ; then
28
cd $
TOPDIR
34
./utils/llvmdo -
topdir
"$
TOPDIR
" \
llvmdo
19
# llvmdo [-
topdir
DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS...
21
# The -
topdir
option allows you to specify the llvm source root directly. If it
40
echo "Usage: llvmdo [-
topdir
DIR] [-dirs "DIRNAMES..."] [-code-only] PROGRAM ARGS..."
44
if test "$1" = "-
topdir
" ; then
45
TOPDIR
="$2"
48
TOPDIR
=`llvm-config --src-root`
166
if test -d "$
TOPDIR
" ; then
167
cd $
TOPDIR
182
echo "Can't find LLVM top directory in $
TOPDIR
"
/src/sys/rump/librump/
makerumpif.sh
50
unset
TOPDIR
53
TOPDIR
=$2
62
if [ -z "${
TOPDIR
}" ]; then
64
[ `pwd` = '/' ] && boom Could not find rump
topdir
.
67
TOPDIR
="`pwd`"
78
' ${1} | awk -F\| -v
topdir
=${
TOPDIR
} '
105
$1 == "PUBHDR"{pubhdr =
topdir
"/" $2;print pubhdr;next}
106
$1 == "PRIVHDR"{privhdr =
topdir
"/" $2;print privhdr;next}
107
$1 == "WRAPPERS"{gencalls =
topdir
"/" $2;print gencalls;next
[
all
...]
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m32/
Makefile
8
.PATH: ${
TOPDIR
}/lib/interception
12
.PATH: ${
TOPDIR
}/lib/asan
17
.PATH: ${
TOPDIR
}/lib/lsan
21
.PATH: ${
TOPDIR
}/lib/ubsan
25
.PATH: ${
TOPDIR
}/lib/sanitizer_common
41
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-dynamic-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/interception
12
.PATH: ${
TOPDIR
}/lib/asan
17
.PATH: ${
TOPDIR
}/lib/lsan
21
.PATH: ${
TOPDIR
}/lib/ubsan
25
.PATH: ${
TOPDIR
}/lib/sanitizer_common
41
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/share/
Makefile
6
.PATH: ${
TOPDIR
}/lib/asan
9
.PATH: ${
TOPDIR
}/lib/msan
/src/external/bsd/openldap/dist/contrib/slapd-modules/alias/tests/
run
16
TOPSRCDIR="$SRCDIR" OBJDIR="${LDAP_BUILD}" SRCDIR="${SRCDIR}/tests" DEFSDIR="${SRCDIR}/scripts" SCRIPTDIR="${
TOPDIR
}/tests/scripts" "${LDAP_BUILD}/tests/run" $*
/src/external/bsd/openldap/dist/contrib/slapd-modules/ciboolean/tests/
run
16
TOPSRCDIR="$SRCDIR" OBJDIR="${LDAP_BUILD}" SRCDIR="${SRCDIR}/tests" DEFSDIR="${SRCDIR}/scripts" SCRIPTDIR="${
TOPDIR
}/tests/scripts" "${LDAP_BUILD}/tests/run" $*
/src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/
run
16
TOPSRCDIR="$SRCDIR" OBJDIR="${LDAP_BUILD}" SRCDIR="${SRCDIR}/tests" DEFSDIR="${SRCDIR}/scripts" SCRIPTDIR="${
TOPDIR
}/tests/scripts" "${LDAP_BUILD}/tests/run" $*
/src/external/bsd/openldap/dist/contrib/slapd-modules/emptyds/tests/
run
16
TOPSRCDIR="$SRCDIR" OBJDIR="${LDAP_BUILD}" SRCDIR="${SRCDIR}/tests" DEFSDIR="${SRCDIR}/scripts" SCRIPTDIR="${
TOPDIR
}/tests/scripts" "${LDAP_BUILD}/tests/run" $*
/src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/
run
16
TOPSRCDIR="$SRCDIR" OBJDIR="${LDAP_BUILD}" SRCDIR="${SRCDIR}/tests" DEFSDIR="${SRCDIR}/scripts" SCRIPTDIR="${
TOPDIR
}/tests/scripts" "${LDAP_BUILD}/tests/run" $*
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/interception
12
.PATH: ${
TOPDIR
}/lib/asan
17
.PATH: ${
TOPDIR
}/lib/lsan
21
.PATH: ${
TOPDIR
}/lib/ubsan
25
.PATH: ${
TOPDIR
}/lib/sanitizer_common
44
CPPFLAGS+= -I${
TOPDIR
}/lib
52
SYMS_EXTRA= ${
TOPDIR
}/lib/asan/asan.syms.extra
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m32/
Makefile
8
.PATH: ${
TOPDIR
}/lib/asan
12
.PATH: ${
TOPDIR
}/lib/ubsan
28
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/asan_cxx-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/asan
12
.PATH: ${
TOPDIR
}/lib/ubsan
28
CPPFLAGS+= -I${
TOPDIR
}/lib
35
SYMS_EXTRA= ${
TOPDIR
}/lib/asan/asan.syms.extra # Overlooked in upstream compiler-rt (8.0) ?
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dd-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/tsan/dd
12
.PATH: ${
TOPDIR
}/lib/interception
16
.PATH: ${
TOPDIR
}/lib/sanitizer_common
33
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/dyndd-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/tsan/dd
12
.PATH: ${
TOPDIR
}/lib/interception
16
.PATH: ${
TOPDIR
}/lib/sanitizer_common
29
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/msan_cxx-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/ubsan
12
.PATH: ${
TOPDIR
}/lib/msan
28
CPPFLAGS+= -I${
TOPDIR
}/lib
36
SYMS_EXTRA= ${
TOPDIR
}/lib/msan/msan.syms.extra
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m32/
Makefile
8
.PATH: ${
TOPDIR
}/lib/safestack
12
.PATH: ${
TOPDIR
}/lib/interception
16
.PATH: ${
TOPDIR
}/lib/sanitizer_common
36
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/safestack-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/safestack
12
.PATH: ${
TOPDIR
}/lib/interception
16
.PATH: ${
TOPDIR
}/lib/sanitizer_common
36
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m32/
Makefile
8
.PATH: ${
TOPDIR
}/lib/interception
12
.PATH: ${
TOPDIR
}/lib/sanitizer_common
19
.PATH: ${
TOPDIR
}/lib/ubsan
31
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-dynamic-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/interception
12
.PATH: ${
TOPDIR
}/lib/sanitizer_common
19
.PATH: ${
TOPDIR
}/lib/ubsan
31
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/ubsan_standalone-m32/
Makefile
8
.PATH: ${
TOPDIR
}/lib/interception
12
.PATH: ${
TOPDIR
}/lib/sanitizer_common
19
.PATH: ${
TOPDIR
}/lib/ubsan
37
CPPFLAGS+= -I${
TOPDIR
}/lib
/src/external/bsd/compiler_rt/lib/clang/lib/netbsd/xray-m64/
Makefile
8
.PATH: ${
TOPDIR
}/lib/xray
13
.PATH: ${
TOPDIR
}/lib/sanitizer_common
35
CPPFLAGS+= -I${
TOPDIR
}/lib
36
CPPFLAGS+= -I${
TOPDIR
}/include
Completed in 30 milliseconds
1
2
3
4
Indexes created Mon Jun 15 00:25:07 UTC 2026