Home
last modified time | relevance | path

Searched refs:XSTR (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dbrand.c39 #define XSTR(x) #x macro
40 #define STR(x) XSTR(x)
/freebsd/contrib/llvm-project/libunwind/src/
H A Dconfig.h79 #define XSTR(a) STR(a)
80 #define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name
73 #define XSTR( global() macro
/freebsd/crypto/openssl/apps/
H A Dpkcs8.c20 #define STR(a) XSTR(a)
21 #define XSTR(a) #a macro
H A Denc.c34 #define STR(a) XSTR(a)
35 #define XSTR(a) #a macro
/freebsd/crypto/krb5/src/windows/
H A Dversion.rc10 #define XSTR(x) #x
11 #define STR(x) XSTR(x)