Home
last modified time | relevance | path

Searched defs:vararg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-function.c57 vararg(const char *foo, ...) in vararg() function
/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h179 unsigned vararg:1; member
H A Dpre-process.c267 static struct token *collect_arg(struct token *prev, int vararg, struct position *pos, int count) in collect_arg()