/linux-4.4.14/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.4.14/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 | 328 int strcmp(const char *str1, const char *str2);
|
/linux-4.4.14/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.4.14/scripts/kconfig/ |
D | expr.c | 920 const char *str1, *str2; in expr_calc_value() local 958 str2 = sym_get_string_value(e->right.sym); in expr_calc_value() 962 k2 = expr_parse_string(str2, e->right.sym->type, &rval); in expr_calc_value() 966 res = strcmp(str1, str2); in expr_calc_value() 969 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value() 972 res = strcmp(str1, str2); in expr_calc_value()
|
D | qconf.cc | 1216 QString str2 = print_filter(str); in expr_print_help() local 1220 *text += str2; in expr_print_help() 1223 *text += str2; in expr_print_help()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 207 char *str, *str2, *ip_str, *port_str; in lio_target_call_addnptotpg() local 229 str2 = strstr(str, "]"); in lio_target_call_addnptotpg() 230 if (!str2) { in lio_target_call_addnptotpg() 236 *str2 = '\0'; /* Terminate the unbracketed IPv6 address */ in lio_target_call_addnptotpg() 237 str2++; /* Skip over the \0 */ in lio_target_call_addnptotpg() 238 port_str = strstr(str2, ":"); in lio_target_call_addnptotpg()
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | userfaultfd.c | 100 static int my_bcmp(char *str1, char *str2, size_t n) in my_bcmp() argument 104 if (str1[i] != str2[i]) in my_bcmp()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec.c | 1323 char str1[32], str2[32]; in sptlrpc_import_sec_adapt_inplace() local 1330 str2, sizeof(str2))); in sptlrpc_import_sec_adapt_inplace() 1390 char str2[24]; in sptlrpc_import_sec_adapt() local 1399 sptlrpc_flavor2name(&sf, str2, sizeof(str2))); in sptlrpc_import_sec_adapt()
|
/linux-4.4.14/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.4.14/drivers/target/ |
D | target_core_configfs.c | 3014 char *se_plugin_str, *str, *str2; in target_core_call_addhbatotarget() local 3039 str2 = strstr(str+1, "_"); in target_core_call_addhbatotarget() 3040 if (str2) { in target_core_call_addhbatotarget() 3041 *str2 = '\0'; /* Terminate for *se_plugin_str */ in target_core_call_addhbatotarget() 3042 str2++; /* Skip to start of plugin dependent ID */ in target_core_call_addhbatotarget() 3043 str = str2; in target_core_call_addhbatotarget()
|
/linux-4.4.14/drivers/net/wireless/realtek/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()
|