Searched refs:va_end (Results 26 - 50 of 914) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dmystdarg.h11 #define VAEND(ap) va_end(ap)
16 #define VAEND(ap) va_end(ap);}
/freebsd-11-stable/contrib/mdocml/
H A Dcompat_err.c75 va_end(ap);
86 va_end(ap);
98 va_end(ap);
108 va_end(ap);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_scanw.c66 va_end(ap);
80 va_end(ap);
92 va_end(ap);
104 va_end(ap);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_vsprintf.c47 va_end(ap);
/freebsd-11-stable/contrib/gcc/
H A Derrors.c52 va_end (ap);
67 va_end (ap);
84 va_end (ap);
99 va_end (ap);
/freebsd-11-stable/cddl/usr.sbin/zfsd/tests/
H A Dlibmocks.c53 va_end(ap);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-warn.c87 va_end(args);
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdStream.c44 va_end(ap);
/freebsd-11-stable/lib/libc/stdio/
H A Ddprintf.c44 va_end(ap);
H A Dfprintf.c56 va_end(ap);
68 va_end(ap);
H A Dfwprintf.c48 va_end(ap);
60 va_end(ap);
H A Dfwscanf.c48 va_end(ap);
60 va_end(ap);
H A Dswprintf.c48 va_end(ap);
61 va_end(ap);
H A Dswscanf.c48 va_end(ap);
61 va_end(ap);
/freebsd-11-stable/tools/test/testfloat/
H A Dfail.c41 va_end( varArgs );
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-asprintf.c54 va_end(ap2);
65 va_end(ap2);
71 va_end(ap2);
85 va_end(ap);
/freebsd-11-stable/stand/efi/include/
H A Defistdarg.h36 #define va_end(ap) ( ap = (va_list)0 ) macro
/freebsd-11-stable/stand/libsa/
H A Dpanic.c63 va_end(ap);
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_asprintf.c53 va_end(ap);
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dlog.c117 va_end(ap);
128 va_end(ap);
139 va_end(ap);
151 va_end(ap);
161 va_end(ap);
172 va_end(ap);
182 va_end(ap);
192 va_end(ap);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/mdb/tools/common/
H A Ddie.c52 va_end(ap);
77 va_end(ap);
/freebsd-11-stable/sys/arm/include/
H A Dstdarg.h58 #define va_end(ap) \ macro
77 #define va_end(ap) macro
/freebsd-11-stable/sys/amd64/include/
H A Dvarargs.h65 #define va_end(ap) __builtin_va_end(ap) macro
85 #define va_end(ap) macro
/freebsd-11-stable/sys/riscv/include/
H A Dstdarg.h58 #define va_end(ap) \ macro
71 #define va_end(ap) macro
/freebsd-11-stable/sys/i386/include/
H A Dvarargs.h61 #define va_end(ap) __builtin_va_end(ap) macro
85 #define va_end(ap) macro

Completed in 229 milliseconds

1234567891011>>