Home | History | Annotate | Download | only in src

Lines Matching full:scontext

177 			char *scontext, *r, *s;
200 scontext = malloc(p - q);
201 if (!scontext) {
207 r = scontext;
215 r = scontext;
220 ERR(NULL, "invalid level %s (%s:%u)", scontext,
222 free(scontext);
226 free(scontext);
246 scontext = malloc(p - q);
247 if (!scontext) {
253 r = scontext;
261 r = scontext;
266 ERR(NULL, "invalid range %s (%s:%u)", scontext,
268 free(scontext);
271 free(scontext);