Home
last modified time | relevance | path

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

/third_party/musl/src/string/
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/third_party/musl/porting/uniproton/kernel/src/string/
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/third_party/musl/porting/liteos_a/kernel/src/string/
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/third_party/musl/porting/liteos_m/kernel/src/string/
Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
/third_party/pcre2/pcre2/src/
Dpcre2_string_utils.c157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in PRIV() argument
Dpcre2_internal.h186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
/third_party/gettext/gettext-runtime/intl/
Drelocatable.c55 # define strncmp strnicmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h658 #define strncmp OS_DO_NOT_USE_strncmp macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h658 #define strncmp OS_DO_NOT_USE_strncmp macro
/third_party/glib/glib/pcre/
Dpcre_internal.h344 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro