Searched refs:strncasecmp (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/bootloader/include/
H A Dstrings.h10 int strncasecmp(const char* s1, const char* s2, size_t len);
/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrcasestr.c7 if (!strncasecmp(h, n, l))
H A Dstrncasecmp.c5 int strncasecmp(const char* _l, const char* _r, size_t n) { function
/fuchsia/zircon/bootloader/lib/
H A Dstrings.c19 int strncasecmp(const char* s1, const char* s2, size_t len) { function
/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrnicmp.c38 #pragma weak strncasecmp=strnicmp macro
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstrings.h28 int strncasecmp(const char*, const char*, size_t);
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstring.h41 int strncasecmp(char const *, char const *, size_t) __PURE;
/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dstrptime.c104 if (!strncasecmp(s, ex, len)) {
110 if (!strncasecmp(s, ex, len)) {
205 if (strncasecmp(s, ex, len))
/fuchsia/zircon/kernel/arch/arm64/
H A Dsysreg.cpp18 if (!strncasecmp(regname, #sysreg_string, sizeof(#sysreg_string))) { \
/fuchsia/zircon/system/ulib/tftp/
H A Dtftp.c450 if (!strncasecmp(mode, kNetascii, strlen(kNetascii))) {
452 } else if (!strncasecmp(mode, kOctet, strlen(kOctet))) {
454 } else if (!strncasecmp(mode, kMail, strlen(kMail))) {
481 if (!strncasecmp(option, kTsize, kTsizeLen)) { // RFC 2349
493 } else if (!strncasecmp(option, kBlkSize, kBlkSizeLen)) { // RFC 2348
510 } else if (!strncasecmp(option, kTimeout, kTimeoutLen)) { // RFC 2349
526 } else if (!strncasecmp(option, kWindowSize, kWindowSizeLen)) { // RFC 7440
865 if (!strncasecmp(option, kTsize, kTsizeLen)) { // RFC 2349
870 } else if (!strncasecmp(option, kBlkSize, kBlkSizeLen)) { // RFC 2348
885 } else if (!strncasecmp(optio
[all...]

Completed in 91 milliseconds