OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_strncmp
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/utils/
os_none.c
175
return
os_strncmp
(s1, s2, n);
197
int
os_strncmp
(const char *s1, const char *s2, size_t n)
function
os.h
353
*
os_strncmp
- Compare two strings
361
int
os_strncmp
(const char *s1, const char *s2, size_t n);
465
#ifndef
os_strncmp
466
#define
os_strncmp
(s1, s2, n) strncmp((s1), (s2), (n))
macro
os_internal.c
352
return
os_strncmp
(s1, s2, n);
395
int
os_strncmp
(const char *s1, const char *s2, size_t n)
function
459
if (
os_strncmp
(haystack, needle, len) == 0)
Completed in 33 milliseconds