Home | History | Annotate | Download | only in checkpolicy

Lines Matching defs:ap

84 	va_list ap;
85 va_start(ap, fmt);
86 vsnprintf(errormsg, ERRORMSG_LEN, fmt, ap);
88 va_end(ap);