Searched refs:xstr (Results 1 – 4 of 4) sorted by relevance
22 #define xstr(s) str(s) macro24 #define MOD_NAME xstr(KBUILD_BASENAME)
21 #define xstr(s) str(s) macro23 #define MOD_NAME xstr(KBUILD_BASENAME)
53 char **xstr = reserved; in snd_info_check_reserved_words() local55 while (*xstr) { in snd_info_check_reserved_words()56 if (!strcmp(*xstr, str)) in snd_info_check_reserved_words()58 xstr++; in snd_info_check_reserved_words()
20 #define xstr(s) #s macro21 #define str(s) xstr(s)