Searched defs:__STRING (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dcdefs.h50 # define __STRING(x) #x macro
54 # define __STRING(x) "x" macro
/freebsd-12-stable/sys/sys/
H A Dcdefs.h160 #define __STRING(x) #x /* stringify without expanding x */ macro
177 #define __STRING(x) "x" macro
/freebsd-12-stable/tests/sys/opencrypto/
H A Dcryptodevh.py49 def __STRING(x): return #x function
55 def __STRING(x): return "x" function

Completed in 268 milliseconds