Home
last modified time | relevance | path

Searched refs:cppflags (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/atf/atf-c/
H A Dh_build.h40 const char *cppflags; member
178 const char *cppflags; member
277 const char *cppflags; member
H A Dbuild_test.c162 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags); in ATF_TC_BODY()
190 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags); in ATF_TC_BODY()
219 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags); in ATF_TC_BODY()
/freebsd-13.1/contrib/atf/atf-c++/
H A Dbuild_test.cpp161 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags); in ATF_TEST_CASE_BODY()
182 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags); in ATF_TEST_CASE_BODY()
204 verbose_set_env("ATF_BUILD_CPPFLAGS", test->cppflags); in ATF_TEST_CASE_BODY()
/freebsd-13.1/contrib/apr/
H A Dapr-config.in63 --cppflags print C preprocessor flags
84 An application should use the results of --cflags, --cppflags, --includes,
145 --cppflags)
/freebsd-13.1/sys/contrib/zstd/
H A D.buckconfig2 cppflags = -DXXH_NAMESPACE=ZSTD_ -DZSTD_LEGACY_SUPPORT=4
/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dntp_googletest.m430 GTEST_CPPFLAGS=`$GTEST_CONFIG --cppflags`
/freebsd-13.1/contrib/googletest/googletest/m4/
H A Dgtest.m459 [GTEST_CPPFLAGS=`${GTEST_CONFIG} --cppflags`
/freebsd-13.1/contrib/googletest/googlemock/
H A Dconfigure.ac127 [GTEST_CPPFLAGS=`${GTEST_CONFIG} --cppflags`
/freebsd-13.1/contrib/apr-util/
H A Dconfigure.in120 APR_ADDTO(CPPFLAGS, `$apr_config --cppflags`)
/freebsd-13.1/contrib/serf/
H A DSConstruct360 env.ParseConfig('$APR --cflags --cppflags --ldflags --includes'
/freebsd-13.1/crypto/openssl/
H A DConfigure625 $config{cppflags} = [ env('__CNF_CPPFLAGS') || () ];
/freebsd-13.1/crypto/openssh/
H A Dconfigure.ac357 AC_ARG_WITH([cppflags], optwith
358 [ --with-cppflags Specify additional flags to pass to preprocessor] ,
/freebsd-13.1/contrib/ncurses/
H A DINSTALL819 --with-build-cppflags=XXX
H A Daclocal.m4684 AC_ARG_WITH(build-cppflags,
685 [ --with-build-cppflags=XXX the build C preprocessor-flags ($BUILD_CPPFLAGS)],
H A DNEWS6699 That simplifies the build-cppflags (report by Frank van Vugt).
8422 + add configure option --with-build-cppflags (report by Maksim A
/freebsd-13.1/contrib/ntp/
H A Dconfigure33284 GTEST_CPPFLAGS=`$GTEST_CONFIG --cppflags`
/freebsd-13.1/contrib/subversion/
H A DCHANGES2222 flag in the apr-config --cppflags output. (r1535610)