Searched refs:xstr (Results 1 – 9 of 9) sorted by relevance
7 #define xstr(s) str(s) macro12 const int result = chdir(xstr(WORK_DIRECTORY)); in main()
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)
209 typedef struct xstr { char * _buf; size_t _len; } xstr_t; argument
209 typedef struct xstr { char * _buf; size_t _len; } xstr_t; struct
1360 #define xstr(s) str(s)1365 xstr (foo)1366 ==> xstr (4)1371 macro-expanded first. But 's' is an ordinary argument to 'xstr', so it1372 is completely macro-expanded before 'xstr' itself is expanded (*note