Home
last modified time | relevance | path

Searched defs:strncmp (Results 1 – 4 of 4) sorted by relevance

/xen/xen/include/xen/
A Dstring.h35 #define strncmp(s1, s2, n) __builtin_strncmp(s1, s2, n) macro
/xen/xen/arch/x86/boot/
A Dcmdline.c69 static int strncmp(const char *cs, const char *ct, size_t count) in strncmp() function
/xen/tools/firmware/rombios/32bit/
A Dutil.c93 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp() function
/xen/tools/firmware/hvmloader/
A Dutil.c141 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp() function

Completed in 8 milliseconds