Home
last modified time | relevance | path

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

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