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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h410 * os_strchr - Locate the first occurrence of a character in string
415 char * os_strchr(const char *s, int c);
532 #ifndef os_strchr
533 #define os_strchr(s, c) strchr((s), (c)) macro
H A Dos_none.c197 char * os_strchr(const char *s, int c) function
H A Dos_internal.c375 char * os_strchr(const char *s, int c) function
550 pos = os_strchr(pos, ' ');
/external/wpa_supplicant_8/src/utils/
H A Dos.h410 * os_strchr - Locate the first occurrence of a character in string
415 char * os_strchr(const char *s, int c);
532 #ifndef os_strchr
533 #define os_strchr(s, c) strchr((s), (c)) macro
H A Dos_none.c197 char * os_strchr(const char *s, int c) function
H A Dos_internal.c375 char * os_strchr(const char *s, int c) function
550 pos = os_strchr(pos, ' ');
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h410 * os_strchr - Locate the first occurrence of a character in string
415 char * os_strchr(const char *s, int c);
532 #ifndef os_strchr
533 #define os_strchr(s, c) strchr((s), (c)) macro
H A Dos_none.c197 char * os_strchr(const char *s, int c) function
H A Dos_internal.c375 char * os_strchr(const char *s, int c) function
550 pos = os_strchr(pos, ' ');

Completed in 141 milliseconds