Home
last modified time | relevance | path

Searched refs:APR_STRINGIFY (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/apr/include/
Dapr_version.h101 #ifndef APR_STRINGIFY
103 #define APR_STRINGIFY(n) APR_STRINGIFY_HELPER(n) macro
110 APR_STRINGIFY(APR_MAJOR_VERSION) "." \
111 APR_STRINGIFY(APR_MINOR_VERSION) "." \
112 APR_STRINGIFY(APR_PATCH_VERSION) \
Dapr_general.h148 #ifndef APR_STRINGIFY
150 #define APR_STRINGIFY(n) APR_STRINGIFY_HELPER(n) macro
Dapr_pools.h143 #define APR_POOL__FILE_LINE__ __FILE__ ":" APR_STRINGIFY(__LINE__)
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_version.h126 #define SVN_VER_NUM APR_STRINGIFY(SVN_VER_MAJOR) \
127 "." APR_STRINGIFY(SVN_VER_MINOR) \
128 "." APR_STRINGIFY(SVN_VER_PATCH)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dcompress_lz4.c133 static const char lz4_version_str[] = APR_STRINGIFY(LZ4_VERSION_MAJOR) "." \ in svn_lz4__compiled_version()
134 APR_STRINGIFY(LZ4_VERSION_MINOR) "." \ in svn_lz4__compiled_version()
135 APR_STRINGIFY(LZ4_VERSION_RELEASE); in svn_lz4__compiled_version()
Dutf8proc.c49 APR_STRINGIFY(UTF8PROC_VERSION_MAJOR) "." in svn_utf__utf8proc_compiled_version()
50 APR_STRINGIFY(UTF8PROC_VERSION_MINOR) "." in svn_utf__utf8proc_compiled_version()
51 APR_STRINGIFY(UTF8PROC_VERSION_PATCH); in svn_utf__utf8proc_compiled_version()
Dxml.c60 static const char xml_version_str[] = APR_STRINGIFY(XML_MAJOR_VERSION) in svn_xml__compiled_version()
61 "." APR_STRINGIFY(XML_MINOR_VERSION) in svn_xml__compiled_version()
62 "." APR_STRINGIFY(XML_MICRO_VERSION); in svn_xml__compiled_version()
/freebsd-12-stable/contrib/serf/
Dserf.h1073 #define SERF_VERSION_STRING APR_STRINGIFY(SERF_MAJOR_VERSION) "." \
1074 APR_STRINGIFY(SERF_MINOR_VERSION) "." \
1075 APR_STRINGIFY(SERF_PATCH_VERSION)
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dwc-metadata.h143 APR_STRINGIFY(SVN_WC__VERSION) \
Dwc-queries.h2409 APR_STRINGIFY(SVN_WC__VERSION) \
/freebsd-12-stable/contrib/apr/
Dlibapr.rc17 #define APR_DLL_BASENAME "libapr-" APR_STRINGIFY(APR_MAJOR_VERSION)
/freebsd-12-stable/contrib/subversion/subversion/svnserve/
Dsvnserve.c363 "Default is " APR_STRINGIFY(THREADPOOL_MAX_SIZE) "."
378 APR_STRINGIFY(MAX_REQUEST_SIZE) ".")},
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Ddiff_local.c332 APR_STRINGIFY(SVN_INVALID_REVNUM), in translate_if_necessary()
Dimport.c151 APR_STRINGIFY(SVN_INVALID_REVNUM), in send_file_contents()
/freebsd-12-stable/contrib/apr-util/test/
Dtestcrypto.c1420 ABTS_ASSERT(tc, "test_crypto_equals(" APR_STRINGIFY(x) ")" \ in test_crypto_equals()
1421 " != " APR_STRINGIFY(r), \ in test_crypto_equals()