Searched defs:os_strchr (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant/
H A Dos.h305 * os_strchr - Locate the first occurrence of a character in string
310 char * os_strchr(const char *s, int c);
429 #ifndef os_strchr
430 #define os_strchr(s, c) strchr((s), (c)) macro
H A Dos_none.c180 char * os_strchr(const char *s, int c) function
H A Dos_internal.c339 char * os_strchr(const char *s, int c) function
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dos.h305 * os_strchr - Locate the first occurrence of a character in string
310 char * os_strchr(const char *s, int c);
429 #ifndef os_strchr
430 #define os_strchr(s, c) strchr((s), (c)) macro
H A Dos_none.c180 char * os_strchr(const char *s, int c) function
H A Dos_internal.c339 char * os_strchr(const char *s, int c) function

Completed in 163 milliseconds