Home
last modified time | relevance | path

Searched refs:__STR (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/EXTERNAL_HEADERS/architecture/i386/
H A Dreg_help.h71 #define __STR(x) #x /* just a helper macro */ macro
72 #define STRINGIFY(x) __STR(x)
/xnu-8020.101.4/tests/
H A Dsioc-if-addr-bounds.c60 #define __STR(x) #x /* just a helper macro */ macro
61 #define STRINGIFY(x) __STR(x)