/linux-4.1.27/arch/mips/include/asm/ |
D | asm.h | 25 #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/x86/boot/ |
D | string.c | 26 int strcmp(const char *str1, const char *str2) in strcmp() argument 29 const unsigned char *s2 = (const unsigned char *)str2; in strcmp()
|
D | boot.h | 332 int strcmp(const char *str1, const char *str2);
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 313 u64 str2; in init_default_values() local 338 str2 = 0x10; in init_default_values() 366 out_be64(&pmd_regs->tm_str2, str2); in init_default_values()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 223 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local 245 str2 = strstr(str, "]"); in lio_target_call_addnptotpg() 246 if (!str2) { in lio_target_call_addnptotpg() 252 *str2 = '\0'; /* Terminate the unbracketed IPv6 address */ in lio_target_call_addnptotpg() 253 str2++; /* Skip over the \0 */ in lio_target_call_addnptotpg() 254 port_str = strstr(str2, ":"); in lio_target_call_addnptotpg()
|
/linux-4.1.27/scripts/kconfig/ |
D | expr.c | 947 const char *str1, *str2; in expr_calc_value() local 971 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 972 return !strcmp(str1, str2) ? yes : no; in expr_calc_value() 977 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 978 return !strcmp(str1, str2) ? no : yes; in expr_calc_value()
|
D | qconf.cc | 1160 QString str2 = print_filter(str); in expr_print_help() local 1164 *text += str2; in expr_print_help() 1167 *text += str2; in expr_print_help()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec.c | 1372 char str1[32], str2[32]; in sptlrpc_import_sec_adapt_inplace() local 1379 str2, sizeof(str2))); in sptlrpc_import_sec_adapt_inplace() 1439 char str2[24]; in sptlrpc_import_sec_adapt() local 1448 sptlrpc_flavor2name(&sf, str2, sizeof(str2))); in sptlrpc_import_sec_adapt()
|
/linux-4.1.27/tools/lib/traceevent/ |
D | parse-filter.c | 2386 char *str1, *str2; in pevent_filter_compare() local 2417 str2 = arg_to_str(filter2, filter_type2->filter); in pevent_filter_compare() 2418 if (str1 && str2) in pevent_filter_compare() 2419 result = strcmp(str1, str2) != 0; in pevent_filter_compare() 2425 free(str2); in pevent_filter_compare()
|
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 2779 char *se_plugin_str, *str, *str2; in target_core_call_addhbatotarget() local 2804 str2 = strstr(str+1, "_"); in target_core_call_addhbatotarget() 2805 if (str2) { in target_core_call_addhbatotarget() 2806 *str2 = '\0'; /* Terminate for *se_plugin_str */ in target_core_call_addhbatotarget() 2807 str2++; /* Skip to start of plugin dependent ID */ in target_core_call_addhbatotarget() 2808 str = str2; in target_core_call_addhbatotarget()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | phy.c | 1458 static bool _rtl8812ae_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8812ae_eq_n_byte() argument 1464 if (str1[num] != str2[num]) in _rtl8812ae_eq_n_byte()
|