Home
last modified time | relevance | path

Searched refs:args2 (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/contrib/dev/iwlwifi/
H A Diwl-debug.c72 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, fmt, args2); in __iwl_err()
95 va_end(args2); in __iwl_err()
/freebsd-13.1/usr.bin/rpcgen/
H A Drpc_clntout.c174 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-13.1/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_007_pos.ksh87 args2=$3
97 log_must $ZFS create $args2 $dataset2
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_007_pos.ksh84 args2=$3
94 log_must zfs create $args2 $dataset2
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp259 va_list args2; in SharedPrintfCodeNoBuffer() local
260 va_copy(args2, args); in SharedPrintfCodeNoBuffer()
269 va_copy(args, args2); in SharedPrintfCodeNoBuffer()
306 va_end(args2); in SharedPrintfCodeNoBuffer()
/freebsd-13.1/usr.bin/m4/tests/
H A DMakefile8 ${PACKAGE}FILES+= args2.m4
26 ${PACKAGE}FILES+= regress.args2.out
H A Dargs2.m42 dnl $OpenBSD: src/regress/usr.bin/m4/args2.m4,v 1.1 2008/08/16 09:57:12 espie Exp $
H A Dregress.sh12 REGRESSION_TEST(`args2', `test_m4 ${SRCDIR}/args2.m4')