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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h418 * os_strrchr - Locate the last occurrence of a character in string
423 char * os_strrchr(const char *s, int c);
541 #ifndef os_strrchr
542 #define os_strrchr(s, c) strrchr((s), (c)) macro
H A Dos_none.c203 char * os_strrchr(const char *s, int c) function
H A Dos_internal.c386 char * os_strrchr(const char *s, int c) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h418 * os_strrchr - Locate the last occurrence of a character in string
423 char * os_strrchr(const char *s, int c);
541 #ifndef os_strrchr
542 #define os_strrchr(s, c) strrchr((s), (c)) macro
H A Dos_none.c203 char * os_strrchr(const char *s, int c) function
H A Dos_internal.c386 char * os_strrchr(const char *s, int c) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h418 * os_strrchr - Locate the last occurrence of a character in string
423 char * os_strrchr(const char *s, int c);
541 #ifndef os_strrchr
542 #define os_strrchr(s, c) strrchr((s), (c)) macro
H A Dos_none.c203 char * os_strrchr(const char *s, int c) function
H A Dos_internal.c386 char * os_strrchr(const char *s, int c) function

Completed in 199 milliseconds