Searched refs:str1 (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/mips/include/asm/ |
D | asm.h | 24 #define __CAT(str1, str2) str1##str2 argument 26 #define __CAT(str1, str2) str1/**/str2 argument 28 #define CAT(str1, str2) __CAT(str1, str2) argument
|
/linux-3.4.99/arch/x86/boot/ |
D | string.c | 17 int strcmp(const char *str1, const char *str2) in strcmp() argument 19 const unsigned char *s1 = (const unsigned char *)str1; in strcmp()
|
D | boot.h | 343 int strcmp(const char *str1, const char *str2);
|
/linux-3.4.99/init/ |
D | do_mounts_md.c | 57 char *str1; in md_setup() local 68 str1 = str; in md_setup() 100 str = str1; in md_setup()
|
/linux-3.4.99/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-3.4.99/tools/usb/ |
D | ffs-test.c | 178 const char str1[sizeof STR_INTERFACE_]; member 193 #define STR_INTERFACE strings.lang0.str1
|
/linux-3.4.99/scripts/kconfig/ |
D | expr.c | 941 const char *str1, *str2; in expr_calc_value() local 964 str1 = sym_get_string_value(e->left.sym); in expr_calc_value() 966 return !strcmp(str1, str2) ? yes : no; in expr_calc_value() 970 str1 = sym_get_string_value(e->left.sym); in expr_calc_value() 972 return !strcmp(str1, str2) ? no : yes; in expr_calc_value()
|
/linux-3.4.99/drivers/staging/vt6656/ |
D | main_usb.c | 1337 static unsigned char *kstrstr(const unsigned char *str1, in kstrstr() argument 1339 int str1_len = strlen(str1); in kstrstr() 1344 if(memcmp(str1,str2,str2_len)==0) in kstrstr() 1345 return (unsigned char *) str1; in kstrstr() 1346 str1++; in kstrstr()
|