Searched defs:strncmp (Results 1 – 4 of 4) sorted by relevance
/xen/xen/include/xen/ |
A D | string.h | 35 #define strncmp(s1, s2, n) __builtin_strncmp(s1, s2, n) macro
|
/xen/xen/arch/x86/boot/ |
A D | cmdline.c | 69 static int strncmp(const char *cs, const char *ct, size_t count) in strncmp() function
|
/xen/tools/firmware/rombios/32bit/ |
A D | util.c | 93 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp() function
|
/xen/tools/firmware/hvmloader/ |
A D | util.c | 141 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp() function
|
Completed in 8 milliseconds