Searched defs:os_strchr (Results 1 – 3 of 3) sorted by relevance
191 char * os_strchr(const char *s, int c) in os_strchr() function
533 #define os_strchr(s, c) strchr((s), (c)) macro
375 char * os_strchr(const char *s, int c) in os_strchr() function