Home | History | Annotate | Download | only in src

Lines Matching defs:rc

65 	int rc;
71 rc = fseek(fp->fp, 0L, SEEK_END);
72 if (rc < 0)
73 return rc;
77 rc = fseek(fp->fp, prev_offset, SEEK_SET);
78 if (rc < 0)
79 return rc;
119 int rc;
125 rc = module_package_init(*p);
126 if (rc < 0)
129 return rc;
349 int rc;
359 rc = next_entry(&buf[offset], file, read_len);
360 if (rc < 0)
379 int rc;
387 rc = next_entry(buf, file, sizeof(uint32_t) * 3);
388 if (rc < 0) {
420 rc = next_entry(buf, file, sizeof(uint32_t) * nsec);
421 if (rc < 0) {
436 rc = policy_file_length(file, &off[nsec]);
437 if (rc < 0)
469 int rc;
494 rc = next_entry(buf, file, sizeof(uint32_t));
495 if (rc < 0) {
617 rc = policydb_read(&mod->policy->p, file, verbose);
618 if (rc < 0) {
657 int rc;
684 rc = next_entry(buf, file, sizeof(uint32_t) * 2);
685 if (rc < 0) {
756 rc = next_entry(id, file, len);
758 if (rc < 0) {
765 rc = next_entry(buf, file, sizeof(uint32_t) * 5);
766 if (rc < 0) {
788 rc = next_entry(buf, file, sizeof(uint32_t));
789 if (rc < 0) {
801 rc = next_entry(*name, file, len);
802 if (rc < 0) {
809 rc = next_entry(buf, file, sizeof(uint32_t));
810 if (rc < 0) {
822 rc = next_entry(*version, file, len);
823 if (rc < 0) {