Searched refs:xstr (Results 1 – 4 of 4) sorted by relevance
23 #define xstr(s) str(s) macro25 #define MOD_NAME xstr(KBUILD_BASENAME)
22 #define xstr(s) str(s) macro24 #define MOD_NAME xstr(KBUILD_BASENAME)
38 const char * const *xstr = reserved; in snd_info_check_reserved_words() local40 while (*xstr) { in snd_info_check_reserved_words()41 if (!strcmp(*xstr, str)) in snd_info_check_reserved_words()43 xstr++; in snd_info_check_reserved_words()
21 #define xstr(s) #s macro22 #define str(s) xstr(s)