HomeSort by relevance Sort by last modified time
    Searched refs:XSTRING (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist/
pcre_version.c 61 #define XSTRING(s) STRING(s)
66 return XSTRING(PCRE_MAJOR)
67 "." XSTRING(PCRE_MINOR)
68 XSTRING(PCRE_PRERELEASE)
69 " " XSTRING(PCRE_DATE);
93 return (XSTRING(Z PCRE_PRERELEASE)[1] == 0)?
94 XSTRING(PCRE_MAJOR.PCRE_MINOR PCRE_DATE) :
95 XSTRING(PCRE_MAJOR.PCRE_MINOR) XSTRING(PCRE_PRERELEASE PCRE_DATE);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
symcat.h 50 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
53 #define XSTRING(s) STRINGX(s)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
symcat.h 50 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
53 #define XSTRING(s) STRINGX(s)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
symcat.h 50 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
53 #define XSTRING(s) STRINGX(s)

Completed in 80 milliseconds