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