OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_strncasecmp
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/utils/
os_none.c
187
int
os_strncasecmp
(const char *s1, const char *s2, size_t n)
function
os.h
419
*
os_strncasecmp
- Compare two strings ignoring case
427
int
os_strncasecmp
(const char *s1, const char *s2, size_t n);
545
#ifndef
os_strncasecmp
547
#define
os_strncasecmp
(s1, s2, n) _strnicmp((s1), (s2), (n))
macro
549
#define
os_strncasecmp
(s1, s2, n) strncasecmp((s1), (s2), (n))
macro
os_internal.c
371
int
os_strncasecmp
(const char *s1, const char *s2, size_t n)
function
Completed in 58 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026