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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h411 * os_strrchr - Locate the last occurrence of a character in string
416 char * os_strrchr(const char *s, int c);
534 #ifndef os_strrchr
535 #define os_strrchr(s, c) strrchr((s), (c)) macro
H A Dos_none.c191 char * os_strrchr(const char *s, int c) function
H A Dos_internal.c378 char * os_strrchr(const char *s, int c) function
/external/wpa_supplicant_8/src/utils/
H A Dos.h411 * os_strrchr - Locate the last occurrence of a character in string
416 char * os_strrchr(const char *s, int c);
534 #ifndef os_strrchr
535 #define os_strrchr(s, c) strrchr((s), (c)) macro
H A Dos_none.c191 char * os_strrchr(const char *s, int c) function
H A Dos_internal.c378 char * os_strrchr(const char *s, int c) function
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos.h411 * os_strrchr - Locate the last occurrence of a character in string
416 char * os_strrchr(const char *s, int c);
534 #ifndef os_strrchr
535 #define os_strrchr(s, c) strrchr((s), (c)) macro
H A Dos_none.c191 char * os_strrchr(const char *s, int c) function
H A Dos_internal.c378 char * os_strrchr(const char *s, int c) function

Completed in 899 milliseconds