Home
last modified time | relevance | path

Searched refs:args2 (Results 1 – 12 of 12) sorted by relevance

/openbsd/gnu/usr.bin/perl/regen/
H A Dop_private188 my (%maxarg, %args0, %args1, %args2, %args3, %args4);
226 $args2{$_} = 1 for (
233 && !$args1{$_} && !$args2{$_},
241 && !$args2{$_} && !$args3{$_},
265 for (sort keys %args2) {
/openbsd/usr.bin/rpcgen/
H A Drpc_clntout.c159 bool_t args2 = (proc->arg_num > 1); local
165 if (newstyle && args2) {
179 if (newstyle && !args2 && (streq(proc->args.decls->decl.type, "void"))) {
186 } else if (newstyle && args2) {
/openbsd/regress/usr.bin/openssl/options/
H A Doptionstest.c72 char *args2[] = { "opts", "-arg", "arg", "-flag" }; variable
113 .argv = args2,
122 .argv = args2,
225 .argv = args2,
/openbsd/regress/usr.bin/m4/
H A DMakefile12 test-weird test-args test-args2 test-args3 \
80 test-args2:
81 ${M4} ${.CURDIR}/args2.m4 | diff - ${.CURDIR}/args2.out
H A Dargs2.m41 dnl $OpenBSD: args2.m4,v 1.1 2008/08/16 09:57:12 espie Exp $
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp252 va_list args2; in SharedPrintfCodeNoBuffer() local
253 va_copy(args2, args); in SharedPrintfCodeNoBuffer()
262 va_copy(args, args2); in SharedPrintfCodeNoBuffer()
299 va_end(args2); in SharedPrintfCodeNoBuffer()
/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_type.py209 args2 = list(args)
210 self.assertEqual(len(args2), 2)
211 self.assertEqual(t0, args2[0])
212 self.assertEqual(t1, args2[1])
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c620 tree args1, args2; local
630 args2 = TYPE_ARG_TYPES (f2);
637 if (!self_promoting_args_p (args2))
647 if (args2 == 0)
667 type_lists_compatible_p (args1, args2) in type_lists_compatible_p() argument
668 tree args1, args2; in type_lists_compatible_p()
676 if (args1 == 0 && args2 == 0)
680 if (args1 == 0 || args2 == 0)
688 if (c_type_promotes_to (TREE_VALUE (args2)) != TREE_VALUE (args2))
691 else if (TREE_VALUE (args2) == 0)
[all …]
/openbsd/usr.sbin/snmpd/
H A Dparse.y1183 char *pos, **args, **args2; variable
1209 args2 = calloc(nargs, sizeof(char *));
1210 if (args2 == NULL) {
1216 args = args2;
/openbsd/gnu/gcc/gcc/
H A Dc-typeck.c1257 tree args1, args2; in function_types_compatible_p() local
1281 args2 = TYPE_ARG_TYPES (f2); in function_types_compatible_p()
1288 if (!self_promoting_args_p (args2)) in function_types_compatible_p()
1294 && 1 != type_lists_compatible_p (args2, TYPE_ACTUAL_ARG_TYPES (f1))) in function_types_compatible_p()
1298 if (args2 == 0) in function_types_compatible_p()
1309 val1 = type_lists_compatible_p (args1, args2); in function_types_compatible_p()
1318 type_lists_compatible_p (tree args1, tree args2) in type_lists_compatible_p() argument
1327 if (args1 == 0 && args2 == 0) in type_lists_compatible_p()
1331 if (args1 == 0 || args2 == 0) in type_lists_compatible_p()
1334 mv2 = a2 = TREE_VALUE (args2); in type_lists_compatible_p()
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A Dpt.c11059 tree args2 = TYPE_ARG_TYPES (TREE_TYPE (decl2)); in more_specialized_fn() local
11074 args2 = TREE_CHAIN (args2); in more_specialized_fn()
11078 args2 = TREE_CHAIN (args2); in more_specialized_fn()
11094 args2 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl2)), args2); in more_specialized_fn()
11103 tree arg2 = TREE_VALUE (args2); in more_specialized_fn()
11190 args2 = TREE_CHAIN (args2); in more_specialized_fn()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c3158 char *args2; in get_selections() local
3168 choice = strtol (args, &args2, 10); in get_selections()
3169 if (args == args2 || choice < 0 in get_selections()
3172 args = args2; in get_selections()