Home | History | Annotate | Download | only in src

Lines Matching refs:ctx_str

497 	char *ctx_str = NULL;
502 ctx_str = strdup(sidcon->context_str);
503 if (ctx_str == NULL) {
509 rc = cil_unfill_context(sidcon->context, &ctx_str);
513 fprintf(cil_out, "(%s %s %s)\n", CIL_KEY_SIDCONTEXT, sid, ctx_str);
516 free(ctx_str);
932 char *ctx_str = NULL;
936 ctx_str = strdup(genfscon->context_str);
937 if (ctx_str == NULL) {
943 rc = cil_unfill_context(genfscon->context, &ctx_str);
948 genfscon->path_str, ctx_str);
951 free(ctx_str);
1024 char *ctx_str = NULL;
1045 ctx_str = strdup(fsuse->context_str);
1046 if (ctx_str == NULL) {
1052 rc = cil_unfill_context(fsuse->context, &ctx_str);
1056 fprintf(cil_out, "(%s %s %s %s)\n", CIL_KEY_FSUSE, type, fsname, ctx_str);
1058 free(ctx_str);