Lines Matching refs:args
286 # define nsp32_msg(type, args...) nsp32_message ("", 0, (type), args)
287 # define nsp32_dbg(mask, args...) /* */
290 # define nsp32_msg(type, args...) \
291 nsp32_message (__func__, __LINE__, (type), args)
292 # define nsp32_dbg(mask, args...) \
293 nsp32_dmessage(__func__, __LINE__, (mask), args)
321 va_list args;
324 va_start(args, fmt);
325 vsnprintf(buf, sizeof(buf), fmt, args);
326 va_end(args);
338 va_list args;
341 va_start(args, fmt);
342 vsnprintf(buf, sizeof(buf), fmt, args);
343 va_end(args);