Home
last modified time | relevance | path

Searched refs:strnicmp (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Include/
H A Dpystrcmp.h12 #define PyOS_strnicmp strnicmp
/third_party/rust/crates/libc/src/windows/msvc/
H A Dmod.rs12 pub fn strnicmp(s1: *const ::c_char, s2: *const ::c_char, n: ::size_t) -> ::c_int; in strnicmp() functions
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjutil.h36 #define strncasecmp strnicmp
/third_party/node/deps/cares/src/lib/
H A Dares_strcasecmp.c62 return strnicmp(a, b, n); in ares_strncasecmp()
/third_party/sqlite/include/
H A Dsqlite3ext.h229 int (*strnicmp)(const char*,const char*,int); member
574 #define sqlite3_strnicmp sqlite3_api->strnicmp
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h281 #define strncasecmp strnicmp
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 127 milliseconds