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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A DUdpLib.c296 va_list lpArgv; local
298 va_start(lpArgv, strFormat);
299 vsprintf(szTraceMsg, strFormat, lpArgv);
300 va_end(lpArgv);

Completed in 112 milliseconds