Home | History | Annotate | Download | only in src

Lines Matching refs:scontext

164  * the MLS fields of `context' into the string `*scontext'.
165 * Update `*scontext' to point to the end of the MLS fields.
168 const context_struct_t * context, char **scontext)
178 scontextp = *scontext;
250 *scontext = scontextp;
322 * the string `*scontext'. Update `*scontext' to
330 char oldc, char **scontext, context_struct_t * context)
347 scontextp = p = *scontext;
442 *scontext = ++p;
606 context_struct_t * scontext,
619 if (rtr->source_type == scontext->type &&
631 return mls_copy_context(newcontext, scontext);
634 return mls_scopy_context(newcontext, scontext);
640 return mls_scopy_context(newcontext, scontext);