Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:errormsg

68 static char errormsg[ERRORMSG_LEN + 1] = {0};
86 vsnprintf(errormsg, ERRORMSG_LEN, fmt, ap);
87 yyerror(errormsg);