Home
last modified time | relevance | path

Searched defs:strncasecmp (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h183 #define strncasecmp(s1, s2, n) lsx_strncasecmp((s1), (s2), (n)) macro
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h579 #define strncasecmp xstrncasecmp macro
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp_sys.h33 #define strncasecmp strnicmp macro
/OK3568_Linux_fs/u-boot/lib/
H A Dstring.c30 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() function
/OK3568_Linux_fs/kernel/lib/
H A Dstring.c43 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() function