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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dlinux_osl.h737 extern int osl_strncmp(const char *s1, const char *s2, uint n);
785 #define strncmp(s1, s2, n) osl_strncmp((s1), (s2), (n))
792 extern int osl_strncmp(const char *s1, const char *s2, uint n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c1748 osl_strncmp(const char *s1, const char *s2, uint n) function

Completed in 55 milliseconds