Lines Matching defs:ap
56 _type a = va_arg(ap, _type), value = *((_type *) result); \59 a = va_arg(ap, _type); \78 va_list ap;87 va_start(ap, fmt);