Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/boot/
Dstring.c26 int strcmp(const char *str1, const char *str2) in strcmp()
/linux-4.1.27/arch/mips/include/asm/
Dasm.h25 #define __CAT(str1, str2) str1##str2 argument
27 #define __CAT(str1, str2) str1/**/str2 argument
29 #define CAT(str1, str2) __CAT(str1, str2) argument
/linux-4.1.27/arch/powerpc/platforms/cell/
Dcbe_thermal.c313 u64 str2; in init_default_values() local
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1372 char str1[32], str2[32]; in sptlrpc_import_sec_adapt_inplace() local
1439 char str2[24]; in sptlrpc_import_sec_adapt() local
/linux-4.1.27/scripts/kconfig/
Dexpr.c947 const char *str1, *str2; in expr_calc_value() local
Dqconf.cc1160 QString str2 = print_filter(str); in expr_print_help() local
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_configfs.c223 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local
/linux-4.1.27/tools/lib/traceevent/
Dparse-filter.c2386 char *str1, *str2; in pevent_filter_compare() local
/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c2779 char *se_plugin_str, *str, *str2; in target_core_call_addhbatotarget() local
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dphy.c1458 static bool _rtl8812ae_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8812ae_eq_n_byte()