Home
last modified time | relevance | path

Searched defs:str2 (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dasm.h28 # 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 Dexpr.c946 const char *str1, *str2; in expr_calc_value() local
H A Dqconf.cc1154 QString str2 = print_filter(str); in expr_print_help() local
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c11689 int AU_CUS_strcmp(const char * str1, const char * str2, size_t n) in AU_CUS_strcmp()