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)
37 const char * const *xstr = reserved; in snd_info_check_reserved_words() local39 while (*xstr) { in snd_info_check_reserved_words()40 if (!strcmp(*xstr, str)) in snd_info_check_reserved_words()42 xstr++; in snd_info_check_reserved_words()
23 #define xstr(s) #s macro24 #define str(s) xstr(s)