Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/lib/
H A Dppcstring.S48 strcmp: label
/openbmc/qemu/pc-bios/vof/
H A Dlibc.c15 int strcmp(const char *s1, const char *s2) in strcmp() function
/openbmc/u-boot/arch/sh/include/asm/
H A Dstring.h59 static inline int strcmp(const char *__cs, const char *__ct) in strcmp() function
/openbmc/u-boot/lib/
H A Dstring.c185 int strcmp(const char * cs,const char * ct) in strcmp() function