Home
last modified time | relevance | path

Searched defs:__STRING (Results 1 – 2 of 2) sorted by relevance

/NextBSD/tests/sys/opencrypto/
HDcryptodevh.py49 def __STRING(x): return #x function
55 def __STRING(x): return "x" function
/NextBSD/sys/sys/
HDcdefs.h158 #define __STRING(x) #x /* stringify without expanding x */ macro
175 #define __STRING(x) "x" macro