Searched defs:strncmp (Results 1 – 10 of 10) sorted by relevance
/third_party/musl/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
|
/third_party/musl/porting/liteos_a/kernel/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
|
/third_party/musl/porting/liteos_m/kernel/src/string/ |
D | strncmp.c | 3 int strncmp(const char *_l, const char *_r, size_t n) in strncmp() function
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_string_utils.c | 157 PRIV(strncmp)(PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len) in PRIV() argument
|
D | pcre2_internal.h | 186 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
|
/third_party/gettext/gettext-runtime/intl/ |
D | relocatable.c | 55 # define strncmp strnicmp macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os.h | 658 #define strncmp OS_DO_NOT_USE_strncmp macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os.h | 658 #define strncmp OS_DO_NOT_USE_strncmp macro
|
/third_party/glib/glib/pcre/ |
D | pcre_internal.h | 344 #define strncmp(s1,s2,m) _strncmp(s1,s2,m) macro
|