Home
last modified time | relevance | path

Searched refs:vararg (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dtest-function.c57 vararg(const char *foo, ...) in vararg() function
108 vararg_t v = vararg;
/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() argument
305 } else if (match_op(next, ',') && !nesting && !vararg) { in collect_arg()
349 next = collect_arg(start, p->vararg, &what->pos, p->normal); in collect_arguments()
352 if (p->vararg && wanted == 1 && eof_token(start->next)) in collect_arguments()
369 if (!p->vararg) in collect_arguments()
1218 token->count.str = token->count.vararg = 0; in set_arg_count()
1259 next->count.vararg = 1; in parse_arguments()
1286 next->count.vararg = 1; in parse_arguments()
1348 return count->vararg ? 2 : 1; in try_arg()