OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPP
(Results
1 - 25
of
280
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/autoconf/dist/man/
ifnames.x
2
ifnames \- Extract
CPP
conditionals from a set of files
/src/external/lgpl3/gmp/dist/mpn/
cpp-ccas
34
# Usage:
cpp
-cc --
cpp
=
CPP
CC ... file.S ...
36
# Process file.S with the given
CPP
command plus any -D options in the
40
# The
CPP
command must be in a single --
cpp
= argument, and will be
44
# which is the
CPP
output.
46
# Any lines starting with "#" are removed from the
CPP
output, usually
47
# these will be #line and #file markers from
CPP
, but they might also
54
CPP
[
all
...]
/src/lib/libposix/sys/
Makefile.inc
36
CPP
=${
CPP
:Q} ${HOST_SH} ${NETBSDSRCDIR}/lib/libc/sys/makelintstub \
/src/external/mit/libuv/
pkgconfig.mk
11
CPPFLAGS=${CPPFLAGS:Q}
CPP
=${
CPP
:Q} ${HOST_SH} ${.ALLSRC} ${LIBUVDIR}/include > ${.TARGET}
mkpc
8
eval "$
CPP
$CPPFLAGS" -I$1 | grep -v '#' | tr -d ' '
/src/sys/arch/atari/stand/tostools/
Makefile.inc
8
CPP
=
cpp
9
#
CPP
= gcpp
64
${
CPP
} ${CPPFLAGS} $< | ${TOOL_SED} -e 's/%//g' \
/src/usr.bin/ktruss/
makeerrnos.sh
16
: ${
CPP
:=
cpp
}
24
cat ${ERRNOH} | ${
CPP
} ${CPPFLAGS} -dM |
48
cat ${SIGNALH} | ${
CPP
} ${CPPFLAGS} -dM |
Makefile
26
AWK=${TOOL_AWK:Q}
CPP
=${
CPP
:Q} CPPFLAGS=${CPPFLAGS:Q} \
/src/external/bsd/am-utils/man/
Makefile
23
echo VERSION) | ${
CPP
} -P ${CPPFLAGS} | tr -d \") >> ${.TARGET}
25
echo VERSION) | ${
CPP
} -P ${CPPFLAGS} | tr -d \") >> ${.TARGET}
/src/bin/ksh/
siglist.sh
19
CPP
="${1-cc -E}"
30
$
CPP
$in | grep -v '^#' | tr -d '\n' | ${SED} 's/},/},\
/src/crypto/external/apache2/openssl/
pkgconfig.mk
11
CPPFLAGS=${CPPFLAGS:N-DOPENSSLDIR=*:N-DENGINESDIR=*:Q}
CPP
=${
CPP
:Q} ${HOST_SH} ${.ALLSRC} ${OPENSSLSRC}/crypto ${.TARGET} > ${.TARGET}
mkpc
6
eval "$
CPP
$CPPFLAGS" -I$1 | grep OpenSSL | cut -d ' ' -f 2
/src/crypto/external/bsd/openssl/
pkgconfig.mk
11
CPPFLAGS=${CPPFLAGS:N-DOPENSSLDIR=*:N-DENGINESDIR=*:Q}
CPP
=${
CPP
:Q} ${HOST_SH} ${.ALLSRC} ${OPENSSLSRC}/crypto ${.TARGET} > ${.TARGET}
mkpc
6
eval "$
CPP
$CPPFLAGS" -I$1 | grep OpenSSL | cut -d ' ' -f 2
/src/crypto/external/bsd/openssl.old/
pkgconfig.mk
11
CPPFLAGS=${CPPFLAGS:N-DOPENSSLDIR=*:N-DENGINESDIR=*:Q}
CPP
=${
CPP
:Q} ${HOST_SH} ${.ALLSRC} ${OPENSSLSRC}/crypto ${.TARGET} > ${.TARGET}
mkpc
6
eval "$
CPP
$CPPFLAGS" -I$1 | grep OpenSSL | cut -d ' ' -f 2
/src/sys/arch/playstation2/conf/
build.playstation2.sh
13
CPP
=${root}/bin/${target}-
cpp
; export
CPP
/src/sys/conf/
dts.mk
33
(${
CPP
} -P -xassembler-with-
cpp
${DTSPATH:@v@-I ${v}@} \
39
${
CPP
} -P -xassembler-with-
cpp
${DTSPATH:@v@-I ${v}@} \
45
(${
CPP
} -P -xassembler-with-
cpp
${DTSPATH:@v@-I ${v}@} \
51
${
CPP
} -P -xassembler-with-
cpp
${DTSPATH:@v@-I ${v}@} \
57
${
CPP
} -P -xassembler-with-
cpp
${DTSPATH:@v@-I ${v}@}
[
all
...]
ldscript.mk
16
${
CPP
} -I. ${KERNLDSCRIPT} | grep -v '^#' | grep -v '^$$' >$@
/src/sys/arch/hppa/spmath/
Makefile.inc
22
CPP
=${
CPP
:q} STRIP=${STRIP:q} AR=${AR:q} \
/src/crypto/external/bsd/openssl/dist/Configurations/
50-cppbuilder.conf
8
CPP
=> "cpp32 -oCON -Sc -Sr",
/src/external/gpl2/xcvs/dist/diff/
libdiff.mak
70
CPP
=cl.exe
74
$(
CPP
) @<<
78
.
cpp
{$(INTDIR)}.obj::
79
$(
CPP
) @<<
84
$(
CPP
) @<<
89
$(
CPP
) @<<
93
.
cpp
{$(INTDIR)}.sbr::
94
$(
CPP
) @<<
99
$(
CPP
) @<<
173
CPP
=cl.ex
[
all
...]
/src/lib/libc/sys/
makelintstub
47
The
CPP
environment variable must be set
203
if [ -z "${
CPP
}" ]; then
234
echo "#include \"$syscallhdr\"" | ${
CPP
} -D_LIBC -C > $syscalldump
/src/crypto/external/apache2/openssl/dist/Configurations/
50-cppbuilder.conf
8
CPP
=> "cpp32 -oCON -Sc -Sr",
68
CPP
=> "cpp64 -oCON -Sc -Sr",
/src/external/bsd/unbound/dist/contrib/android/
setenv_android.sh
180
export
CPP
CC CXX LD AS AR RANLIB STRIP
190
echo "
CPP
: $(command -v "$
CPP
")"
Completed in 68 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Fri Feb 27 05:31:41 UTC 2026