Searched defs:os_strchr (Results 1 – 6 of 6) sorted by relevance
180 char * os_strchr(const char *s, int c) in os_strchr() function
430 #define os_strchr(s, c) strchr((s), (c)) macro
339 char * os_strchr(const char *s, int c) in os_strchr() function