Searched defs:os_strchr (Results 1 – 6 of 6) sorted by relevance
197 char * os_strchr(const char *s, int c) in os_strchr() function
534 #define os_strchr(s, c) strchr((s), (c)) macro
383 char * os_strchr(const char *s, int c) in os_strchr() function
389 char * os_strchr(const char *s, int c) in os_strchr() function