OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:os_strlen
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/utils/
os_none.c
153
size_t
os_strlen
(const char *s)
function
os.h
301
*
os_strlen
- Calculate the length of a string
305
size_t
os_strlen
(const char *s);
442
#ifndef
os_strlen
443
#define
os_strlen
(s) strlen(s)
macro
os_internal.c
319
len =
os_strlen
(s);
327
size_t
os_strlen
(const char *s)
function
457
size_t len =
os_strlen
(needle);
Completed in 899 milliseconds