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

/linux-master/fs/
H A Dcoredump.c91 va_list arg_copy; local
96 va_copy(arg_copy, arg);
97 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy);
98 va_end(arg_copy);

Completed in 97 milliseconds