Searched refs:strncmp (Results 1 - 14 of 14) sorted by relevance
/bionic/libc/arch-x86/string/ |
H A D | strncmp_wrapper.S | 34 # define ssse3_strcmp_latest strncmp 39 # include "strncmp.S"
|
H A D | strncmp.S | 1 /* $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 D | strncmp.c | 1 /* $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 D | strstr.c | 52 } while (strncmp(s, find, len) != 0);
|
/bionic/libc/bionic/ |
H A D | pututline.c | 44 if (!strncmp(utmp->ut_line, u.ut_line, sizeof(u.ut_line) -1))
|
/bionic/libstdc++/include/ |
H A D | cstring | 58 using ::strncmp;
|
/bionic/libc/netbsd/resolv/ |
H A D | res_init.c | 276 (!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 D | fnmatch.c | 122 if (foldcase && strncmp(pattern, "upper:]", 7) == 0) 125 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') {
|
H A D | getopt_long.c | 192 if (strncmp(current_argv, long_options[i].name,
|
/bionic/libc/include/ |
H A D | string.h | 71 extern int strncmp(const char *, const char *, size_t) __purefunc;
|
/bionic/tests/ |
H A D | string_test.cpp | 432 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 D | regcomp.c | 771 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 D | Android.mk | 371 string/strncmp.c \ 410 string/strncmp.c
|
/bionic/libc/tzcode/ |
H A D | localtime.c | 2285 if (strncmp(header.tzdata_version, "tzdata", 6) != 0 || header.tzdata_version[11] != 0) {
|
Completed in 380 milliseconds