OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ascii_strncasecmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
ascii_strcasecmp.c
77
ascii_strncasecmp
(const char *s1, const char *s2, size_t n)
function
/src/external/apache2/llvm/dist/llvm/lib/Support/
StringRef.cpp
27
static int
ascii_strncasecmp
(const char *LHS, const char *RHS, size_t Length) {
function
39
if (int Res =
ascii_strncasecmp
(Data, RHS.Data, std::min(Length, RHS.Length)))
49
ascii_strncasecmp
(Data, Prefix.Data, Prefix.Length) == 0;
55
ascii_strncasecmp
(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
Completed in 17 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026