Home
last modified time | relevance | path

Searched refs:va (Results 1 – 4 of 4) sorted by relevance

/scripts/dtc/
Dsrcpos.c374 const char *fmt, va_list va) in srcpos_verror() argument
381 vfprintf(stderr, fmt, va); in srcpos_verror()
390 va_list va; in srcpos_error() local
392 va_start(va, fmt); in srcpos_error()
393 srcpos_verror(pos, prefix, fmt, va); in srcpos_error()
394 va_end(va); in srcpos_error()
Dsrcpos.h97 const char *fmt, va_list va);
/scripts/coccinelle/api/
Dkfree_mismatch.cocci214 va << alloc.vok;
218 …kmalloc (line %s) && vmalloc (line %s) are used to allocate this memory" % (ka[0].line, va[0].line)
223 va << alloc.vok;
227 …kmalloc (line %s) && vmalloc (line %s) are used to allocate this memory" % (ka[0].line, va[0].line)
/scripts/
Dasn1_compiler.c1266 va_list va; in render_opcode() local
1270 va_start(va, fmt); in render_opcode()
1271 vfprintf(out, fmt, va); in render_opcode()
1272 va_end(va); in render_opcode()
1280 va_list va; in render_more() local
1283 va_start(va, fmt); in render_more()
1284 vfprintf(out, fmt, va); in render_more()
1285 va_end(va); in render_more()