Searched defs:strncmp (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/arch/powerpc/boot/ |
H A D | string.S | 76 strncmp: label
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | string.h | 104 strncmp(__const__ char *__cs, __const__ char *__ct, size_t __count) strncmp() function
|
/linux-4.1.27/arch/x86/lib/ |
H A D | string_32.c | 117 int strncmp(const char *cs, const char *ct, size_t count) strncmp() function 138 EXPORT_SYMBOL(strncmp); variable
|
/linux-4.1.27/arch/xtensa/include/asm/ |
H A D | string.h | 85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) strncmp() function
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | string_32.h | 83 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) strncmp() function
|
/linux-4.1.27/arch/powerpc/lib/ |
H A D | ppc_ksyms.c | 17 EXPORT_SYMBOL(strncmp); variable
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | arm64ksyms.c | 48 EXPORT_SYMBOL(strncmp); variable
|
/linux-4.1.27/arch/x86/boot/ |
H A D | string.c | 42 int strncmp(const char *cs, const char *ct, size_t count) strncmp() function
|
/linux-4.1.27/arch/sparc/lib/ |
H A D | ksyms.c | 18 EXPORT_SYMBOL(strncmp); variable
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | bfin_ksyms.c | 46 EXPORT_SYMBOL(strncmp); variable
|
/linux-4.1.27/lib/ |
H A D | string.c | 256 int strncmp(const char *cs, const char *ct, size_t count) strncmp() function 271 EXPORT_SYMBOL(strncmp); variable
|
Completed in 318 milliseconds