Lines Matching refs:rc
51 int rc;
53 rc = odb_open(&hash, TEST_FILENAME, ODB_RDWR, sizeof(struct opd_header));
54 if (rc) {
55 fprintf(stderr, "%s", strerror(rc));
60 rc = odb_update_node(&hash, i);
61 if (rc != EXIT_SUCCESS) {
62 fprintf(stderr, "%s", strerror(rc));
93 int rc;
95 rc = odb_open(&hash, TEST_FILENAME, ODB_RDWR, sizeof(struct opd_header));
96 if (rc) {
97 fprintf(stderr, "%s", strerror(rc));
104 rc = odb_update_node(&hash, key);
105 if (rc != EXIT_SUCCESS) {
106 fprintf(stderr, "%s", strerror(rc));
142 int rc;
144 rc = odb_open(&hash, filename, ODB_RDONLY, sizeof(struct opd_header));
145 if (rc) {
146 fprintf(stderr, "%s", strerror(rc));