Lines Matching defs: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;
604 const context_struct_t * scontext,
620 rtr.source_type = scontext->type;
635 return mls_context_cpy_low(newcontext, scontext);
637 return mls_context_cpy_high(newcontext, scontext);
639 return mls_context_cpy(newcontext, scontext);
647 return mls_context_glblub(newcontext, scontext, tcontext);
654 return mls_copy_context(newcontext, scontext);
657 return mls_scopy_context(newcontext, scontext);
660 return mls_context_cpy_low(newcontext, scontext);