Searched refs:ap (Results 1 - 25 of 2678) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dwarn.c43 va_list ap; local
44 va_start(ap, fmt);
45 vwarn(fmt, ap);
46 va_end(ap);
H A Dwarnx.c43 va_list ap; local
44 va_start(ap, fmt);
45 vwarnx(fmt, ap);
46 va_end(ap);
H A Derrx.c43 va_list ap; local
44 va_start(ap, fmt);
45 verrx(eval, fmt, ap);
46 va_end(ap);
H A Derr.c43 va_list ap; local
44 va_start(ap, fmt);
45 verr(eval, fmt, ap);
46 va_end(ap);
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-debug.cc32 va_list ap; local
34 va_start (ap, fmt);
35 debug_vprintf (fmt, ap);
36 va_end (ap);
H A Derrors.cc28 va_list ap; local
30 va_start (ap, fmt);
31 vwarning (fmt, ap);
32 va_end (ap);
40 va_list ap; local
42 va_start (ap, fmt);
43 verror (fmt, ap);
44 va_end (ap);
52 va_list ap; local
54 va_start (ap, fm
64 va_list ap; local
[all...]
/netbsd-current/usr.sbin/sdpd/
H A Dlog.c55 va_list ap; local
57 va_start(ap, message);
58 vsyslog(LOG_EMERG, message, ap);
59 va_end(ap);
65 va_list ap; local
67 va_start(ap, message);
68 vsyslog(LOG_ALERT, message, ap);
69 va_end(ap);
75 va_list ap; local
77 va_start(ap, messag
85 va_list ap; local
95 va_list ap; local
105 va_list ap; local
115 va_list ap; local
125 va_list ap; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Doutput_helpers.c14 va_list ap; local
17 va_start(ap, fmt);
18 ret = test_vprintf_stdout(fmt, ap);
19 va_end(ap);
26 va_list ap; local
29 va_start(ap, fmt);
30 ret = test_vprintf_stderr(fmt, ap);
31 va_end(ap);
/netbsd-current/sys/arch/sun68k/stand/libsa/
H A Dpanic.c10 va_list ap; local
12 va_start(ap, fmt);
13 vprintf(fmt, ap);
15 va_end(ap);
/netbsd-current/external/lgpl3/gmp/dist/printf/
H A Dasprintf.c39 va_list ap; local
42 va_start (ap, fmt);
44 ret = gmp_vasprintf (result, fmt, ap);
45 va_end (ap);
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dinits.c37 va_list ap; local
39 va_start (ap, x);
44 x = va_arg (ap, mpq_ptr);
48 va_end (ap);
/netbsd-current/external/lgpl3/gmp/dist/mpf/
H A Dinits.c37 va_list ap; local
39 va_start (ap, x);
44 x = va_arg (ap, mpf_ptr);
48 va_end (ap);
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dasprintf.c50 va_list ap; local
51 va_start (ap, fmt);
52 status = vasprintf (buf, fmt, ap);
53 va_end (ap);
H A Dxasprintf.c45 va_list ap; local
46 va_start (ap, fmt);
47 buf = xvasprintf (fmt, ap);
48 va_end (ap);
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dasprintf.c50 va_list ap; local
51 va_start (ap, fmt);
52 status = vasprintf (buf, fmt, ap);
53 va_end (ap);
H A Dxasprintf.c45 va_list ap; local
46 va_start (ap, fmt);
47 buf = xvasprintf (fmt, ap);
48 va_end (ap);
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dxasprintf.c45 va_list ap; local
46 va_start (ap, fmt);
47 buf = xvasprintf (fmt, ap);
48 va_end (ap);
H A Dasprintf.c50 va_list ap; local
51 va_start (ap, fmt);
52 status = vasprintf (buf, fmt, ap);
53 va_end (ap);
/netbsd-current/external/gpl3/gcc.old/dist/libobjc/
H A Derror.c36 va_list ap; local
38 va_start (ap, fmt);
39 vfprintf (stderr, fmt, ap);
41 va_end (ap);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dasprintf.c50 va_list ap; local
51 va_start (ap, fmt);
52 status = vasprintf (buf, fmt, ap);
53 va_end (ap);
H A Dxasprintf.c45 va_list ap; local
46 va_start (ap, fmt);
47 buf = xvasprintf (fmt, ap);
48 va_end (ap);
/netbsd-current/crypto/external/bsd/openssl/dist/test/testutil/
H A Doutput.c14 va_list ap; local
17 va_start(ap, fmt);
18 ret = test_vprintf_stdout(fmt, ap);
19 va_end(ap);
26 va_list ap; local
29 va_start(ap, fmt);
30 ret = test_vprintf_stderr(fmt, ap);
31 va_end(ap);
38 va_list ap; local
41 va_start(ap, fm
50 va_list ap; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dasprintf.c50 va_list ap; local
51 va_start (ap, fmt);
52 status = vasprintf (buf, fmt, ap);
53 va_end (ap);
H A Dxasprintf.c45 va_list ap; local
46 va_start (ap, fmt);
47 buf = xvasprintf (fmt, ap);
48 va_end (ap);
/netbsd-current/external/gpl3/gcc/dist/libobjc/
H A Derror.c36 va_list ap; local
38 va_start (ap, fmt);
39 vfprintf (stderr, fmt, ap);
41 va_end (ap);

Completed in 166 milliseconds

1234567891011>>