Searched refs:osl_strchr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dlinux_osl.h741 extern char* osl_strchr(const char *s, int c);
789 #define strchr(s, c) osl_strchr((s), (c))
796 extern char* osl_strchr(const char *s, int c);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c1772 osl_strchr(const char *s, int c) function

Completed in 28 milliseconds