Searched defs:str2 (Results 1 – 4 of 4) sorted by relevance
28 # define __CAT(str1,str2) str1##str2 argument30 # define __CAT(str1,str2) str1/**/str2 argument32 # define CAT(str1,str2) __CAT(str1,str2) argument
946 const char *str1, *str2; in expr_calc_value() local
1154 QString str2 = print_filter(str); in expr_print_help() local
11689 int AU_CUS_strcmp(const char * str1, const char * str2, size_t n) in AU_CUS_strcmp()