Searched defs:str1 (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/arch/x86/boot/ |
D | string.c | 26 int strcmp(const char *str1, const char *str2) in strcmp()
|
/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/init/ |
D | do_mounts_md.c | 67 char *str1; in md_setup() local
|
/linux-4.1.27/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 124 const char str1[sizeof(STR_INTERFACE)]; member
|
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 126 const char str1[sizeof(STR_INTERFACE)]; member
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | cbe_thermal.c | 312 union spe_reg str1; in init_default_values() local
|
/linux-4.1.27/scripts/kconfig/ |
D | expr.c | 947 const char *str1, *str2; in expr_calc_value() local
|
/linux-4.1.27/tools/usb/ |
D | ffs-test.c | 266 const char str1[sizeof STR_INTERFACE_]; member
|
/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
|
/linux-4.1.27/tools/lib/traceevent/ |
D | parse-filter.c | 2386 char *str1, *str2; in pevent_filter_compare() local
|
/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()
|