Searched defs:str2 (Results 1 – 3 of 3) sorted by relevance
17 int strcmp(const char *str1, const char *str2) in strcmp()
24 #define __CAT(str1, str2) str1##str2 argument26 #define __CAT(str1, str2) str1/**/str2 argument28 #define CAT(str1, str2) __CAT(str1, str2) argument
313 u64 str2; in init_default_values() local