Searched defs:ascii_strncasecmp (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tcpdump/ |
H A D | ascii_strcasecmp.c | 72 ascii_strncasecmp(const char *s1, const char *s2, size_t n) in ascii_strncasecmp() function
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | StringRef.cpp | 41 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | StringRef.cpp | 27 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | StringRef.cpp | 27 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | StringRef.cpp | 41 static int ascii_strncasecmp(const char *LHS, const char *RHS, size_t Length) { in ascii_strncasecmp() function
|