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

  /external/pcre/
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);
85 return (XSTRING(Z PCRE_PRERELEASE)[1] == 0)?
86 XSTRING(PCRE_MAJOR.PCRE_MINOR PCRE_DATE) :
87 XSTRING(PCRE_MAJOR.PCRE_MINOR) XSTRING(PCRE_PRERELEASE PCRE_DATE);
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
symcat.h 44 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
47 #define XSTRING(s) STRINGX(s)
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
symcat.h 44 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
47 #define XSTRING(s) STRINGX(s)
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
symcat.h 44 bar", "XSTRING(foo)", to yield "bar". Be aware that this only
47 #define XSTRING(s) STRINGX(s)

Completed in 459 milliseconds