Searched refs:args2 (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/usr.bin/m4/tests/
H A Dregress.sh12 REGRESSION_TEST(`args2', `test_m4 ${SRCDIR}/args2.m4')
H A DMakefile8 ${PACKAGE}FILES+= args2.m4
26 ${PACKAGE}FILES+= regress.args2.out
/freebsd-12-stable/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_007_pos.ksh83 function create_resv_destroy { # args1 dataset1 args2 dataset2
87 args2=$3
97 log_must $ZFS create $args2 $dataset2
/freebsd-12-stable/usr.bin/rpcgen/
H A Drpc_clntout.c174 bool_t args2 = (proc->arg_num > 1); local
182 if (newstyle && args2) {
199 if (newstyle && !args2 &&
221 } else if (newstyle && args2) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp250 va_list args2; local
251 va_copy(args2, args);
260 va_copy(args, args2);
303 va_end(args2);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_file.c1114 struct linux_umount_args args2; local
1116 args2.path = args->path;
1117 args2.flags = 0;
1118 return (linux_umount(td, &args2));
/freebsd-12-stable/contrib/gcc/
H A Dc-typeck.c1292 tree args1, args2;
1316 args2 = TYPE_ARG_TYPES (f2);
1323 if (!self_promoting_args_p (args2))
1329 && 1 != type_lists_compatible_p (args2, TYPE_ACTUAL_ARG_TYPES (f1)))
1333 if (args2 == 0)
1344 val1 = type_lists_compatible_p (args1, args2);
1353 type_lists_compatible_p (tree args1, tree args2)
1362 if (args1 == 0 && args2 == 0)
1366 if (args1 == 0 || args2 == 0)
1369 mv2 = a2 = TREE_VALUE (args2);
1286 tree args1, args2; local
1347 type_lists_compatible_p(tree args1, tree args2) argument
[all...]
/freebsd-12-stable/contrib/gcc/cp/
H A Dpt.c11099 tree args2 = TYPE_ARG_TYPES (TREE_TYPE (decl2));
11114 args2 = TREE_CHAIN (args2);
11118 args2 = TREE_CHAIN (args2);
11134 args2 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl2)), args2);
11143 tree arg2 = TREE_VALUE (args2);
11230 args2 = TREE_CHAIN (args2);
11097 tree args2 = TYPE_ARG_TYPES (TREE_TYPE (decl2)); local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-lang.c2725 char *args2;
2735 choice = strtol (args, &args2, 10);
2736 if (args == args2 || choice < 0
2739 args = args2;
2720 char *args2; local

Completed in 237 milliseconds