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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h403 * os_strchr - Locate the first occurrence of a character in string
408 char * os_strchr(const char *s, int c);
525 #ifndef os_strchr
526 #define os_strchr(s, c) strchr((s), (c)) macro
H A Dos_none.c185 char * os_strchr(const char *s, int c) function
H A Dos_internal.c367 char * os_strchr(const char *s, int c) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h403 * os_strchr - Locate the first occurrence of a character in string
408 char * os_strchr(const char *s, int c);
525 #ifndef os_strchr
526 #define os_strchr(s, c) strchr((s), (c)) macro
H A Dos_none.c185 char * os_strchr(const char *s, int c) function
H A Dos_internal.c367 char * os_strchr(const char *s, int c) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h403 * os_strchr - Locate the first occurrence of a character in string
408 char * os_strchr(const char *s, int c);
525 #ifndef os_strchr
526 #define os_strchr(s, c) strchr((s), (c)) macro
H A Dos_none.c185 char * os_strchr(const char *s, int c) function
H A Dos_internal.c367 char * os_strchr(const char *s, int c) function

Completed in 114 milliseconds