Home | History | Annotate | Download | only in src

Lines Matching refs:scontext

187 			char *scontext, *r, *s;
210 scontext = malloc(p - q);
211 if (!scontext) {
217 r = scontext;
225 r = scontext;
230 ERR(NULL, "invalid level %s (%s:%u)", scontext,
232 free(scontext);
236 free(scontext);
256 scontext = malloc(p - q);
257 if (!scontext) {
263 r = scontext;
271 r = scontext;
276 ERR(NULL, "invalid range %s (%s:%u)", scontext,
278 free(scontext);
281 free(scontext);