Lines Matching defs:rc
153 int rc, changes = 0;
177 rc = policydb_write(&policydb, &pf);
178 if (rc) {
197 int rc, changes = 0;
199 rc = load_booleans(policydb, booleans, &changes);
200 if (!rc && changes)
201 rc = evaluate_conds(policydb);
202 if (rc)
204 return rc;
214 int rc, i, errors = 0;
249 rc = policydb_write(&policydb, &pf);
250 if (rc) {