Searched defs:str1 (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
312 union spe_reg str1; in init_default_values() local