Searched refs:ap (Results 226 - 250 of 2679) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/x68k/stand/common/
H A Dxprintf.c97 xvsnprintf(char *buf, size_t len, const char *fmt, va_list ap) argument
133 s = numstr(numbuf, va_arg(ap, long), 10, 1);
140 s = numstr(numbuf, va_arg(ap, long), 10, 0);
152 s = numstr(numbuf, va_arg(ap, long), 16, 0);
156 s = numstr(numbuf, va_arg(ap, long), 8, 0);
160 s = va_arg(ap, char *);
182 *b++ = va_arg(ap, int);
211 va_list ap; local
214 VA_START(ap, fmt);
215 ret = xvsnprintf(buf, len, fmt, ap);
222 xvfdprintf(int fd, const char *fmt, va_list ap) argument
244 va_list ap; local
264 va_list ap; local
285 va_list ap; local
308 va_list ap; local
330 va_list ap; local
351 va_list ap; local
[all...]
/netbsd-current/bin/sh/
H A Derror.c128 exvwarning(int sv_errno, const char *msg, va_list ap) argument
150 doformat(&errout, msg, ap);
166 exverror(int cond, const char *msg, va_list ap) argument
174 CTRACEV(DBG_ERRS, (msg, ap));
181 exvwarning(-1, msg, ap);
192 va_list ap; local
199 va_start(ap, msg);
200 exverror(EXERROR, msg, ap);
202 va_end(ap);
209 va_list ap; local
232 va_list ap; local
241 sh_verr(int status, const char *fmt, va_list ap) argument
250 va_list ap; local
259 sh_verrx(int status, const char *fmt, va_list ap) argument
268 va_list ap; local
276 sh_vwarn(const char *fmt, va_list ap) argument
284 va_list ap; local
292 sh_vwarnx(const char *fmt, va_list ap) argument
[all...]
/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Ddewey.c123 mkcomponent(arr_t *ap, const char *num) argument
130 if (ap->c == ap->size) {
131 if (ap->size == 0) {
132 ap->size = 62;
133 if ((ap->v = malloc(ap->size * sizeof(int))) == NULL)
136 ap->size *= 2;
137 if ((ap->v = realloc(ap
178 mkversion(arr_t *ap, const char *num) argument
192 freeversion(arr_t *ap) argument
[all...]
/netbsd-current/bin/pax/
H A Dtty_subs.c108 va_list ap; local
111 va_start(ap, fmt);
112 (void)vfprintf(ttyoutf, fmt, ap);
113 va_end(ap);
151 va_list ap; local
152 va_start(ap, fmt);
164 (void)vfprintf(stderr, fmt, ap);
165 va_end(ap);
178 va_list ap; local
179 va_start(ap, fm
[all...]
/netbsd-current/common/lib/libc/arch/vax/string/
H A Dmemset.S39 movl 4(%ap),%r3
42 movq 8(%ap),%r1
49 subl2 %r0,12(%ap)
/netbsd-current/lib/libc/stdio/
H A Dvasprintf.c53 vasprintf_l(char **str, locale_t loc, const char *fmt, va_list ap)
70 ret = __vfprintf_unlocked_l(&f, loc, fmt, ap);
89 vasprintf(char **str, const char *fmt, va_list ap) argument
91 return vasprintf_l(str, _current_locale(), fmt, ap);
97 va_list ap; local
100 va_start(ap, fmt);
101 ret = vasprintf_l(str, loc, fmt, ap);
102 va_end(ap);
109 va_list ap; local
112 va_start(ap, fm
[all...]
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dprint.c47 va_list ap; local
51 va_start(ap, lpszFmt);
52 count = wvsprintf(buffer, lpszFmt, ap);
53 va_end(ap);
79 va_list ap; local
82 va_start(ap, lpszFmt);
83 count = wvsprintf(buffer, lpszFmt, ap);
84 va_end(ap);
92 va_list ap; local
95 va_start(ap, lpszFm
[all...]
/netbsd-current/sys/lib/libsa/
H A Dether_sprintf.c59 ether_sprintf(const u_char *ap) argument
66 *cp++ = hexdigits[*ap >> 4];
67 *cp++ = hexdigits[*ap++ & 0xf];
/netbsd-current/sys/sys/
H A Dexec_coff.h126 #define COFF_BLOCK_ALIGN(ap, value) \
127 ((ap)->a_magic == COFF_ZMAGIC ? COFF_ROUND(value, COFF_LDPGSZ) : \
130 #define COFF_TXTOFF(fp, ap) \
131 ((ap)->a_magic == COFF_ZMAGIC ? 0 : \
134 COFF_SEGMENT_ALIGNMENT(fp, ap)))
136 #define COFF_DATOFF(fp, ap) \
137 (COFF_BLOCK_ALIGN(ap, COFF_TXTOFF(fp, ap) + (ap)->a_tsize))
139 #define COFF_SEGMENT_ALIGN(fp, ap, valu
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dcnd_swap.c36 mpn_cnd_swap (mp_limb_t cnd, volatile mp_limb_t *ap, volatile mp_limb_t *bp, argument
44 a = ap[i];
47 ap[i] = a ^ t;
/netbsd-current/external/lgpl3/gmp/dist/scanf/
H A Dvsscanf.c39 gmp_vsscanf (const char *s, const char *fmt, va_list ap) argument
53 ret = __gmp_doscan (&__gmp_sscanf_funs, (void *) &s, fmt, ap);
58 return __gmp_doscan (&__gmp_sscanf_funs, (void *) &s, fmt, ap);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dcallbacks.c43 va_list ap; local
47 va_start(ap, fmt);
48 vfprintf(stderr, fmt, ap);
49 va_end(ap);
55 va_list ap; local
59 va_start(ap, fmt);
62 ISC_LOG_ERROR, fmt, ap);
63 va_end(ap);
68 va_list ap; local
72 va_start(ap, fm
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dtest_main.c128 va_list ap; local
180 va_start(ap, test_driver);
181 while ((key = va_arg(ap, int)) != 0) {
184 get_mail_conf_int_table(va_arg(ap, CONFIG_INT_TABLE *));
187 get_mail_conf_long_table(va_arg(ap, CONFIG_LONG_TABLE *));
190 get_mail_conf_str_table(va_arg(ap, CONFIG_STR_TABLE *));
193 get_mail_conf_bool_table(va_arg(ap, CONFIG_BOOL_TABLE *));
196 get_mail_conf_time_table(va_arg(ap, CONFIG_TIME_TABLE *));
199 get_mail_conf_raw_table(va_arg(ap, CONFIG_RAW_TABLE *));
202 get_mail_conf_nint_table(va_arg(ap, CONFIG_NINT_TABL
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-virtual.cc48 A *ap = &d; local
51 + ap->doit () + ap->doit2 ()); // break here
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-virtual.cc48 A *ap = &d; local
51 + ap->doit () + ap->doit2 ()); // break here
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dcallbacks.c43 va_list ap; local
47 va_start(ap, fmt);
48 vfprintf(stderr, fmt, ap);
49 va_end(ap);
55 va_list ap; local
59 va_start(ap, fmt);
62 ISC_LOG_ERROR, fmt, ap);
63 va_end(ap);
68 va_list ap; local
72 va_start(ap, fm
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_pbg.c40 va_list ap; local
45 va_start(ap, len);
50 UINT32 *val1 = va_arg(ap, UINT32 *);
51 UINT32 *val2 = va_arg(ap, UINT32 *);
52 UINT32 *len1 = va_arg(ap, UINT32 *);
53 BYTE **blob1 = va_arg(ap, BYTE **);
54 TPM_AUTH *auth1 = va_arg(ap, TPM_AUTH *);
55 TPM_AUTH *auth2 = va_arg(ap, TPM_AUTH *);
56 va_end(ap);
93 UINT32 *len1 = va_arg(ap, UINT3
933 va_list ap; local
[all...]
/netbsd-current/lib/libc/arch/vax/gen/
H A Dbyte_swap_2.S40 rotl $8,4(%ap),%r0
41 movb 5(%ap),%r0
H A Dbyte_swap_4.S40 rotl $-8,4(%ap),%r0
42 movb 7(%ap),%r0
/netbsd-current/lib/libc/arch/vax/sys/
H A Dexecl.S43 pushal 8(%ap) # Push pointer to argv vector
44 pushl 4(%ap) # Push path
H A Dexeclp.S43 pushal 8(%ap) # Push pointer to argv vector
44 pushl 4(%ap) # Push path
/netbsd-current/lib/libc/compat/arch/vax/sys/
H A Dcompat_sigsuspend13.S41 movl *4(%ap),4(%ap) # indirect to mask arg
/netbsd-current/lib/libc/gen/
H A Dulimit.c45 va_list ap; local
49 va_start(ap, cmd);
58 new_limit = va_arg(ap, long int);
67 va_end(ap);
/netbsd-current/lib/libc/ssp/
H A Dsnprintf_chk.c48 va_list ap; local
54 va_start(ap, fmt);
55 rv = vsnprintf(buf, len, fmt, ap);
56 va_end(ap);
/netbsd-current/sbin/newfs_lfs/
H A Dmisc.c61 va_list ap; local
63 va_start(ap, fmt);
65 (void)vfprintf(stderr, fmt, ap);
66 va_end(ap);

Completed in 334 milliseconds

1234567891011>>