Home | History | Annotate | Download | only in src

Lines Matching defs:rc

51 	int rc = SEPOL_OK;
60 rc = SEPOL_ERR;
68 return rc;
79 int rc = SEPOL_OK;
88 rc = SEPOL_ERR;
111 rc = cil_symtab_map(&(block->symtab[i]), __cil_fqn_qualify_decls, &child_args);
112 if (rc != SEPOL_OK) {
119 rc = cil_symtab_map(&(block->symtab[CIL_SYM_BLOCKS]), __cil_fqn_qualify_blocks, &child_args);
122 if (rc != SEPOL_OK) {
126 return rc;