context_struct_to_string
rc = context_struct_to_string(p, &entry->context, scontext,
if (context_struct_to_string(policydb, newcontext, &n, &nlen))
if (!context_struct_to_string(policydb, context, &s, &len)) {
rc = context_struct_to_string(args->oldp, oldc, &s, &len);
if (!context_struct_to_string(policydb, &newcon, &s,
if (context_struct_to_string(policydb, scontext,
if (context_struct_to_string(policydb, tcontext,
static int context_struct_to_string(struct policydb *policydb,