Searched refs:VA_ARG (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c121 * Define VA_ARG macro for grabbing the next datum to format for the printf
122 * family of functions. We use VA_ARG so that we can support two kinds of
145 #define VA_ARG(ap, type) ((ap->val_type == VAT_VARARGS) ? \ macro
781 i = (u_longlong_t)VA_ARG(ap, u_longlong_t);
783 i = (longlong_t)VA_ARG(ap, longlong_t);
788 i = (ulong_t)VA_ARG(ap, ulong_t);
790 i = (long)VA_ARG(ap, long);
795 i = (ushort_t)VA_ARG(ap, uint_t);
797 i = (short)VA_ARG(ap, int);
802 i = (uint_t)VA_ARG(a
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h64 #define va_arg(a, b) VA_ARG(a, b)

Completed in 81 milliseconds