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_strchr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/utils/
os_none.c
197
char *
os_strchr
(const char *s, int c)
function
os.h
430
*
os_strchr
- Locate the first occurrence of a character in string
435
char *
os_strchr
(const char *s, int c);
552
#ifndef
os_strchr
553
#define
os_strchr
(s, c) strchr((s), (c))
macro
os_internal.c
381
char *
os_strchr
(const char *s, int c)
function
540
pos =
os_strchr
(pos, ' ');
Completed in 24 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026