Lines Matching defs:args
1874 va_list args;1885 va_start(args, fmt);1886 shf_vfprintf(shl_dbg, fmt, args);1887 va_end(args);