/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/arm64/lib/ |
D | copy_template.S | 79 str1 tmp1w, dst, #4 83 str1 tmp1, dst, #8 124 str1 tmp1, dst, #8 128 str1 tmp1w, dst, #4
|
D | memcpy.S | 59 .macro str1 ptr, regB, val macro
|
D | copy_to_user.S | 55 .macro str1 ptr, regB, val macro
|
D | copy_in_user.S | 57 .macro str1 ptr, regB, val macro
|
D | copy_from_user.S | 56 .macro str1 ptr, regB, val macro
|
/linux-4.4.14/arch/x86/boot/ |
D | string.c | 26 int strcmp(const char *str1, const char *str2) in strcmp() argument 28 const unsigned char *s1 = (const unsigned char *)str1; in strcmp()
|
D | boot.h | 328 int strcmp(const char *str1, const char *str2);
|
/linux-4.4.14/init/ |
D | do_mounts_md.c | 67 char *str1; in md_setup() local 78 str1 = str; in md_setup() 110 str = str1; in md_setup()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 312 union spe_reg str1; in init_default_values() local 334 str1.val = 0x1010101010101010ull; in init_default_values() 367 out_be64(&pmd_regs->tm_str1.val, str1.val); in init_default_values()
|
/linux-4.4.14/arch/arc/lib/ |
D | strcmp-archs.S | 24 ;; Detect NULL char in str1
|
/linux-4.4.14/scripts/kconfig/ |
D | expr.c | 920 const char *str1, *str2; in expr_calc_value() local 957 str1 = sym_get_string_value(e->left.sym); in expr_calc_value() 961 k1 = expr_parse_string(str1, e->left.sym->type, &lval); 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()
|
/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/tools/usb/ |
D | ffs-test.c | 266 const char str1[sizeof STR_INTERFACE_]; member 281 #define STR_INTERFACE strings.lang0.str1
|
/linux-4.4.14/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 124 const char str1[sizeof(STR_INTERFACE)]; member
|
/linux-4.4.14/tools/lib/traceevent/ |
D | parse-filter.c | 2386 char *str1, *str2; in pevent_filter_compare() local 2416 str1 = arg_to_str(filter1, filter_type1->filter); in pevent_filter_compare() 2418 if (str1 && str2) in pevent_filter_compare() 2419 result = strcmp(str1, str2) != 0; in pevent_filter_compare() 2424 free(str1); in pevent_filter_compare()
|
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 126 const char str1[sizeof(STR_INTERFACE)]; member
|
/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 1328 str1, sizeof(str1)), in sptlrpc_import_sec_adapt_inplace()
|
/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()
|