Searched defs:args_tmp (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dasprintf.c19 va_list args_tmp; local
22 va_copy ( args_tmp, args );
23 len = ( vsnprintf ( NULL, 0, fmt, args_tmp ) + 1 );
24 va_end ( args_tmp );
H A Dxfer.c301 va_list args_tmp; local
307 va_copy ( args_tmp, args );
313 va_end ( args_tmp );

Completed in 91 milliseconds