Searched refs:args2 (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/usr.bin/rpcgen/ |
| H A D | 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()
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/reservation/ |
| H A D | reservation_007_pos.ksh | 87 args2=$3 97 log_must $ZFS create $args2 $dataset2
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_printf.cc | 251 va_list args2; in SharedPrintfCodeNoBuffer() local 252 va_copy(args2, args); in SharedPrintfCodeNoBuffer() 261 va_copy(args, args2); in SharedPrintfCodeNoBuffer() 304 va_end(args2); in SharedPrintfCodeNoBuffer()
|
| /freebsd-12.1/usr.bin/m4/tests/ |
| H A D | Makefile | 8 ${PACKAGE}FILES+= args2.m4 26 ${PACKAGE}FILES+= regress.args2.out
|
| H A D | args2.m4 | 2 dnl $OpenBSD: src/regress/usr.bin/m4/args2.m4,v 1.1 2008/08/16 09:57:12 espie Exp $
|
| H A D | regress.sh | 12 REGRESSION_TEST(`args2', `test_m4 ${SRCDIR}/args2.m4')
|
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_file.c | 1158 struct linux_umount_args args2; in linux_oldumount() local 1160 args2.path = args->path; in linux_oldumount() 1161 args2.flags = 0; in linux_oldumount() 1162 return (linux_umount(td, &args2)); in linux_oldumount()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | 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 …]
|
| H A D | ChangeLog-2005 | 33144 (args2) in variables a1 and a2.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | 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()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | 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()
|