Lines Matching defs:args
37 va_list args;46 va_start(args, buflen);47 while ((str = va_arg(args, char *))) {54 va_end(args);