Home | History | Annotate | Download | only in genldml

Lines Matching refs:preChar

3016 	char preChar[256], postChar[256];
3017 preCon.extract(0,preCon.length(),preChar,sizeof(preChar));
3019 printf("parseRules() failed. Pre-context: %s \t post-context: %s \n",preChar, postChar);