Searched refs:args2 (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/usr.bin/rpcgen/ |
| HD | rpc_clntout.c | 174 bool_t args2 = (proc->arg_num > 1); in printbody() local 182 if (newstyle && args2) { in printbody() 199 if (newstyle && !args2 && in printbody() 221 } else if (newstyle && args2) { in printbody()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_printf.cc | 233 va_list args2; in SharedPrintfCode() local 234 va_copy(args2, args); in SharedPrintfCode() 249 va_copy(args, args2); in SharedPrintfCode() 287 va_end(args2); in SharedPrintfCode()
|
| /NextBSD/usr.bin/m4/tests/ |
| HD | Makefile | 7 FILES+= args2.m4 25 FILES+= regress.args2.out
|
| HD | args2.m4 | 2 dnl $OpenBSD: src/regress/usr.bin/m4/args2.m4,v 1.1 2008/08/16 09:57:12 espie Exp $
|
| HD | regress.sh | 12 REGRESSION_TEST(`args2', `test_m4 ${SRCDIR}/args2.m4')
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_file.c | 1137 struct linux_umount_args args2; in linux_oldumount() local 1139 args2.path = args->path; in linux_oldumount() 1140 args2.flags = 0; in linux_oldumount() 1141 return (linux_umount(td, &args2)); in linux_oldumount()
|
| /NextBSD/contrib/gcc/ |
| HD | c-typeck.c | 1286 tree args1, args2; in function_types_compatible_p() local 1310 args2 = TYPE_ARG_TYPES (f2); in function_types_compatible_p() 1317 if (!self_promoting_args_p (args2)) in function_types_compatible_p() 1323 && 1 != type_lists_compatible_p (args2, TYPE_ACTUAL_ARG_TYPES (f1))) in function_types_compatible_p() 1327 if (args2 == 0) in function_types_compatible_p() 1338 val1 = type_lists_compatible_p (args1, args2); in function_types_compatible_p() 1347 type_lists_compatible_p (tree args1, tree args2) in type_lists_compatible_p() argument 1356 if (args1 == 0 && args2 == 0) in type_lists_compatible_p() 1360 if (args1 == 0 || args2 == 0) in type_lists_compatible_p() 1363 mv2 = a2 = TREE_VALUE (args2); in type_lists_compatible_p() [all …]
|
| HD | ChangeLog-2005 | 33144 (args2) in variables a1 and a2.
|
| /NextBSD/contrib/gcc/cp/ |
| HD | pt.c | 11097 tree args2 = TYPE_ARG_TYPES (TREE_TYPE (decl2)); in more_specialized_fn() local 11112 args2 = TREE_CHAIN (args2); in more_specialized_fn() 11116 args2 = TREE_CHAIN (args2); in more_specialized_fn() 11132 args2 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl2)), args2); in more_specialized_fn() 11141 tree arg2 = TREE_VALUE (args2); in more_specialized_fn() 11228 args2 = TREE_CHAIN (args2); in more_specialized_fn()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | ada-lang.c | 2720 char *args2; in get_selections() local 2730 choice = strtol (args, &args2, 10); in get_selections() 2731 if (args == args2 || choice < 0 in get_selections() 2734 args = args2; in get_selections()
|