Home
last modified time | relevance | path

Searched refs:ERRORMSG_LEN (Results 1 – 1 of 1) sorted by relevance

/external/selinux/checkpolicy/
Dpolicy_define.c75 #define ERRORMSG_LEN 255 macro
76 static char errormsg[ERRORMSG_LEN + 1] = {0};
95 vsnprintf(errormsg, ERRORMSG_LEN, fmt, ap); in yyerror2()