Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dinfo.c37 const char * const *xstr = reserved; in snd_info_check_reserved_words() local
39 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()
/linux/usr/
H A Dgen_init_cpio.c24 #define xstr(s) #s macro
25 #define str(s) xstr(s)