Home
last modified time | relevance | path

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

/openbmc/u-boot/include/configs/
H A Dintel_ast2600.h29 #define STR_HELPER(n) #n macro
30 #define STR(n) STR_HELPER(n)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch21 #define STR_HELPER(s) #s
22 #define STR(s) STR_HELPER(s)