Searched refs:strncmp (Results 1 - 14 of 14) sorted by relevance

/bionic/libc/arch-x86/string/
H A Dstrncmp_wrapper.S34 # define ssse3_strcmp_latest strncmp
39 # include "strncmp.S"
H A Dstrncmp.S1 /* $OpenBSD: strncmp.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
15 ENTRY(strncmp) function
114 END(strncmp)
/bionic/libc/string/
H A Dstrncmp.c1 /* $OpenBSD: strncmp.c,v 1.7 2005/08/08 08:05:37 espie Exp $ */
39 strncmp(const char *s1, const char *s2, size_t n) function
H A Dstrstr.c52 } while (strncmp(s, find, len) != 0);
/bionic/libc/bionic/
H A Dpututline.c44 if (!strncmp(utmp->ut_line, u.ut_line, sizeof(u.ut_line) -1))
/bionic/libstdc++/include/
H A Dcstring58 using ::strncmp;
/bionic/libc/netbsd/resolv/
H A Dres_init.c276 (!strncmp(line, name, sizeof(name) - 1) && \
497 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
507 } else if (!strncmp(cp, "timeout:", sizeof("timeout:") - 1)) {
517 } else if (!strncmp(cp, "attempts:", sizeof("attempts:") - 1)){
527 } else if (!strncmp(cp, "debug", sizeof("debug") - 1)) {
536 } else if (!strncmp(cp, "no_tld_query",
538 !strncmp(cp, "no-tld-query",
541 } else if (!strncmp(cp, "inet6", sizeof("inet6") - 1)) {
543 } else if (!strncmp(cp, "rotate", sizeof("rotate") - 1)) {
545 } else if (!strncmp(c
[all...]
/bionic/libc/unistd/
H A Dfnmatch.c122 if (foldcase && strncmp(pattern, "upper:]", 7) == 0)
125 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') {
H A Dgetopt_long.c192 if (strncmp(current_argv, long_options[i].name,
/bionic/libc/include/
H A Dstring.h71 extern int strncmp(const char *, const char *, size_t) __purefunc;
/bionic/tests/
H A Dstring_test.cpp432 TEST(string, strncmp) {
449 actual = strncmp(state.ptr1, state.ptr2, state.len[i]);
461 actual = strncmp(state.ptr1, state.ptr2, state.len[i]);
/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c771 if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]",
777 if (p->next + 5 < p->end && strncmp(p->next, "[:>:]]",
929 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
1011 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
/bionic/libc/
H A DAndroid.mk371 string/strncmp.c \
410 string/strncmp.c
/bionic/libc/tzcode/
H A Dlocaltime.c2285 if (strncmp(header.tzdata_version, "tzdata", 6) != 0 || header.tzdata_version[11] != 0) {

Completed in 380 milliseconds