Searched refs:args2 (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-debug.c | 72 va_list args, args2; in __iwl_err() local 82 va_copy(args2, args); in __iwl_err() 83 vaf.va = &args2; in __iwl_err() 91 vasprintf(&str, M_KMALLOC, vaf.fmt, args2); in __iwl_err() 95 va_end(args2); in __iwl_err()
|
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_clntout.c | 164 bool_t args2 = (proc->arg_num > 1); in printbody() local 172 if (newstyle && args2) { in printbody() 189 if (newstyle && !args2 && in printbody() 211 } else if (newstyle && args2) { in printbody()
|
/freebsd/tests/sys/cddl/zfs/tests/reservation/ |
H A D | reservation_007_pos.ksh | 82 args2=$3 92 log_must $ZFS create $args2 $dataset2
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
H A D | reservation_007_pos.ksh | 84 args2=$3 94 log_must zfs create $args2 $dataset2
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_printf.cpp | 252 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()
|
/freebsd/usr.bin/m4/tests/ |
H A D | Makefile | 6 ${PACKAGE}FILES+= args2.m4 24 ${PACKAGE}FILES+= regress.args2.out
|
H A D | args2.m4 | 1 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 | 11 REGRESSION_TEST(`args2', `test_m4 ${SRCDIR}/args2.m4')
|
/freebsd/contrib/unifdef/tests/ |
H A D | args2.sh | 1 unifdef -DFOO=1 -DFOOB=42 -UBAR args2.c
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | main.c | 29 case args2: in nargs_() 60 case args2: in isdouble()
|
H A D | intern.h | 47 args2, /* afloat-based, two arguments */ enumerator
|
H A D | dotest.c | 549 {"atan2", (funcptr)mpfr_atan2, args2, {NULL}, 588 {"pow", (funcptr)mpfr_pow, args2, {NULL}, pow_cases, 0}, 604 {"hypot", (funcptr)mpfr_hypot, args2, {NULL}, atan2_cases, 0}, 741 {"fmax", (funcptr)mpfr_max, args2, {NULL}, minmax_cases, 0, 0x7fefffff}, 743 {"fmin", (funcptr)mpfr_min, args2, {NULL}, minmax_cases, 0, 0x7fefffff}, 1584 case args2: in vet_for_decline() 1617 case args2: in vet_for_decline() 1708 case args2: in docase() 1797 case args2: in docase() 1923 case args2: in docase()
|