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

/freebsd-current/contrib/unifdef/tests/
H A Dargs2.sh1 unifdef -DFOO=1 -DFOOB=42 -UBAR args2.c
/freebsd-current/usr.bin/m4/tests/
H A Dregress.sh11 REGRESSION_TEST(`args2', `test_m4 ${SRCDIR}/args2.m4')
H A DMakefile7 ${PACKAGE}FILES+= args2.m4
25 ${PACKAGE}FILES+= regress.args2.out
/freebsd-current/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_007_pos.ksh78 function create_resv_destroy { # args1 dataset1 args2 dataset2
82 args2=$3
92 log_must $ZFS create $args2 $dataset2
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-debug.c72 va_list args, args2; variable
82 va_copy(args2, args);
83 vaf.va = &args2;
91 vasprintf(&str, M_KMALLOC, vaf.fmt, args2);
95 va_end(args2); variable
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_007_pos.ksh80 function create_resv_destroy { # args1 dataset1 args2 dataset2
84 args2=$3
94 log_must zfs create $args2 $dataset2
/freebsd-current/contrib/arm-optimized-routines/math/test/rtest/
H A Dintern.h47 args2, /* afloat-based, two arguments */ enumerator in enum:__anon38
48 args2f, /* same as args2 but in single prec */
H A Dmain.c29 case args2:
60 case args2:
H A Ddotest.c507 {"atan2", (funcptr)mpfr_atan2, args2, {NULL},
546 {"pow", (funcptr)mpfr_pow, args2, {NULL}, pow_cases, 0},
562 {"hypot", (funcptr)mpfr_hypot, args2, {NULL}, atan2_cases, 0},
699 {"fmax", (funcptr)mpfr_max, args2, {NULL}, minmax_cases, 0, 0x7fefffff},
701 {"fmin", (funcptr)mpfr_min, args2, {NULL}, minmax_cases, 0, 0x7fefffff},
1541 case args2:
1574 case args2:
1665 case args2:
1754 case args2:
1880 case args2
[all...]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_clntout.c164 bool_t args2 = (proc->arg_num > 1); local
172 if (newstyle && args2) {
189 if (newstyle && !args2 &&
211 } else if (newstyle && args2) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp252 va_list args2; local
253 va_copy(args2, args);
262 va_copy(args, args2);
299 va_end(args2);

Completed in 114 milliseconds