Searched refs:str2 (Results 1 – 4 of 4) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/ |
| H A D | asm.h | 28 # define __CAT(str1,str2) str1##str2 argument 30 # define __CAT(str1,str2) str1/**/str2 argument 32 # define CAT(str1,str2) __CAT(str1,str2) argument
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | expr.c | 946 const char *str1, *str2; in expr_calc_value() local 970 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 971 return !strcmp(str1, str2) ? yes : no; in expr_calc_value() 976 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 977 return !strcmp(str1, str2) ? no : yes; in expr_calc_value()
|
| H A D | qconf.cc | 1154 QString str2 = print_filter(str); in expr_print_help() local 1158 *text += str2; in expr_print_help() 1161 *text += str2; in expr_print_help()
|
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO_v2_customer.c | 11689 int AU_CUS_strcmp(const char * str1, const char * str2, size_t n) in AU_CUS_strcmp() argument 11695 return strncasecmp(str1, str2, n); in AU_CUS_strcmp() 11699 return strnicmp(str1, str2, n); in AU_CUS_strcmp() 11705 return strcmp(str1, str2); in AU_CUS_strcmp()
|