Searched refs:args_copy (Results 1 – 1 of 1) sorted by relevance
24 va_list args_copy; in wall_vfprintf() local26 va_copy(args_copy, args); /* Create a copy of 'args' to safely reuse */ in wall_vfprintf()28 shell_vfprintf(sh, color, fmt, args_copy); in wall_vfprintf()29 va_end(args_copy); /* Clean up to prevent resource leaks */ in wall_vfprintf()