Searched refs:ap (Results 51 - 75 of 2679) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-abort.c49 va_list ap; local
50 va_start (ap, fmt);
51 sim_io_evprintf (sd, fmt, ap);
52 va_end (ap);
57 va_list ap; local
58 va_start (ap, fmt);
59 vfprintf (stderr, fmt, ap);
60 va_end (ap);
/netbsd-current/external/gpl3/gdb/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);
45 va_list ap; local
47 va_start (ap, format);
48 debug_prefixed_vprintf (module, func, format, ap);
49 va_end (ap);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Doperational.c47 Attribute **ap; local
51 for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
52 if ( (*ap)->a_desc == slap_schema.si_ad_hasSubordinates ) {
57 if ( *ap == NULL &&
70 *ap = slap_operational_hasSubordinate( hs );
71 assert( *ap != NULL );
72 ap
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dprintf-args.c31 argument *ap; local
33 for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++)
34 switch (ap->type)
37 ap->a.a_schar = va_arg (args, /*signed char*/ int);
40 ap->a.a_uchar = va_arg (args, /*unsigned char*/ int);
43 ap->a.a_short = va_arg (args, /*short*/ int);
46 ap->a.a_ushort = va_arg (args, /*unsigned short*/ int);
49 ap->a.a_int = va_arg (args, int);
52 ap
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dprintf-args.c31 argument *ap; local
33 for (i = 0, ap = &a->arg[0]; i < a->count; i++, ap++)
34 switch (ap->type)
37 ap->a.a_schar = va_arg (args, /*signed char*/ int);
40 ap->a.a_uchar = va_arg (args, /*unsigned char*/ int);
43 ap->a.a_short = va_arg (args, /*short*/ int);
46 ap->a.a_ushort = va_arg (args, /*unsigned short*/ int);
49 ap->a.a_int = va_arg (args, int);
52 ap
[all...]
/netbsd-current/sys/net/
H A Dif_arp.h77 ar_data(struct arphdr *ap) argument
79 return (uint8_t *)(void *)(ap + 1);
83 ar_sha(struct arphdr *ap) argument
85 return ar_data(ap) + 0;
89 ar_spa(struct arphdr *ap) argument
91 return ar_data(ap) + ap->ar_hln;
95 ar_tha(struct arphdr *ap) argument
97 if (ntohs(ap->ar_hrd) == ARPHRD_IEEE1394) {
100 return ar_data(ap)
105 ar_tpa(struct arphdr *ap) argument
[all...]
/netbsd-current/external/bsd/ipf/dist/lib/
H A Dntomask.c13 int ntomask(family, nbits, ap)
15 u_32_t *ap;
33 *ap = htonl(mask);
40 fill6bits(nbits, ap);
/netbsd-current/external/bsd/nvi/dist/clib/
H A Dvsnprintf.c19 vsnprintf(str, n, fmt, ap)
23 va_list ap;
26 (void)vsprintf(str, fmt, ap);
29 return (vsprintf(str, fmt, ap));
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Derror.c45 va_list ap; local
50 va_start(ap, s);
52 vfprintf(diagfile, s, ap);
54 va_end(ap);
61 va_list ap; local
63 va_start(ap, s);
65 vfprintf(diagfile, s, ap);
67 va_end(ap);
96 va_list ap; local
98 va_start(ap,
110 va_list ap; local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_command_server.c62 va_list ap; local
65 va_start(ap, stream);
66 count = attr_vscan(stream, ATTR_FLAG_MISSING, ap);
67 va_end(ap);
/netbsd-current/lib/libc/arch/vax/gen/
H A Dmodf.S46 emodd 4(%ap),$0,$0f1.0,%r2,%r0
48 cvtld %r2,*12(%ap)
51 subd3 %r0,4(%ap),*12(%ap)
56 emodf 4(%ap),$0,$0f1.0,%r2,%r0
58 cvtlf %r2,*8(%ap)
61 subf3 %r0,4(%ap),*8(%ap)
/netbsd-current/lib/libc/gen/
H A Derr.c57 va_list ap; local
59 va_start(ap, fmt);
60 verr(eval, fmt, ap);
61 va_end(ap);
H A Derrx.c57 va_list ap; local
59 va_start(ap, fmt);
60 verrx(eval, fmt, ap);
61 va_end(ap);
H A Dwarn.c57 va_list ap; local
59 va_start(ap, fmt);
60 vwarn(fmt, ap);
61 va_end(ap);
H A Dwarnc.c57 va_list ap; local
59 va_start(ap, fmt);
60 vwarnc(code, fmt, ap);
61 va_end(ap);
H A Dwarnx.c57 va_list ap; local
59 va_start(ap, fmt);
60 vwarnx(fmt, ap);
61 va_end(ap);
/netbsd-current/libexec/ld.elf_so/
H A Ddebug.c56 va_list ap; local
58 va_start(ap, format);
59 xvprintf(format, ap);
60 va_end(ap);
/netbsd-current/sys/arch/hpc/stand/libsa/
H A Dwinprintf.c44 va_list ap; local
47 va_start(ap, lpszFmt);
48 count = wvsprintf(buffer, lpszFmt, ap);
49 va_end(ap);
/netbsd-current/sys/arch/hpcmips/stand/libsa/
H A Dwinprintf.c45 va_list ap; local
48 va_start(ap, lpszFmt);
49 count = wvsprintf(buffer, lpszFmt, ap);
50 va_end(ap);
/netbsd-current/sys/arch/ia64/stand/common/
H A Dpanic.c44 va_list ap; local
47 va_start(ap, fmt);
48 vprintf(fmt, ap);
49 va_end(ap);
/netbsd-current/sys/lib/libsa/
H A Dpanic.c37 va_list ap; local
47 va_start(ap, fmt);
48 vprintf(fmt, ap);
50 va_end(ap);
H A Dprintf.c43 va_list ap; local
45 va_start(ap, fmt);
46 vprintf(fmt, ap);
47 va_end(ap);
H A Dsnprintf.c43 va_list ap; local
46 va_start(ap, fmt);
47 len = vsnprintf(buf, size, fmt, ap);
48 va_end(ap);
/netbsd-current/tests/lib/libc/ssp/
H A Dh_vsprintf.c43 va_list ap; local
44 va_start(ap, fmt);
45 (void)vsprintf(b, fmt, ap);
47 va_end(ap);
/netbsd-current/external/bsd/tmux/dist/compat/
H A Derr.c30 va_list ap; local
35 va_start(ap, fmt);
37 vfprintf(stderr, fmt, ap);
40 va_end(ap);
49 va_list ap; local
53 va_start(ap, fmt);
55 vfprintf(stderr, fmt, ap);
56 va_end(ap);
65 va_list ap; local
70 va_start(ap, fm
83 va_list ap; local
[all...]

Completed in 214 milliseconds

1234567891011>>