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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dlinux_osl.h733 extern int osl_snprintf(char *buf, size_t n, const char *format, ...);
767 #define snprintf(buf, n, fmt, args...) osl_snprintf((buf), (n), (fmt) , ## args)
772 extern int osl_snprintf(char *buf, size_t n, const char *format, ...);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c1718 osl_snprintf(char *buf, size_t n, const char *format, ...) function

Completed in 60 milliseconds