Lines Matching refs:read

1200  *	-1	incorrect section, or read error from cfg DB
1308 * -1 incorrect section, or read error from cfg DB
1502 * read header and all sections of configuration file
1522 (void) fprintf(stderr, "initial cfg header read\n");
1534 rc = (*cfp->cf_pp->read)(cfp, (char *)cfp->cf_head, 4);
1537 (void) fprintf(stderr, "cfg: read magic number failed\n");
1549 rc = (*cfp->cf_pp->read)(cfp, (char *)cfp->cf_head, sizeof (*hd));
1552 (void) fprintf(stderr, "cfg: read header failed\n");
1572 rc = (*cfp->cf_pp->read)
1576 (void) fprintf(stderr, "cfg: read parse config failed\n");
1586 rc = (*cfp->cf_pp->read)
1591 (void) fprintf(stderr, "cfg: read ccopy1 section failed\n");
1608 rc = (*cfp->cf_pp->read)
1613 (void) fprintf(stderr, "cfg: read ccopy2 section failed\n");
1618 /* read the sizes of the lists from disk */
1630 rc = (*cfp->cf_pp->read)
1634 (void) fprintf(stderr, "cfg: read h_sizes1 failed\n");
1639 rc = (*cfp->cf_pp->read)
1643 (void) fprintf(stderr, "cfg: read h_sizes2 failed\n");
1742 "cfg header match, skipping re-read\n");
1896 * Test for a read lock, set errno if failed.
2335 rc = read(fd, config_file, sizeof (config_file));
2338 "cfg_location: read from well known failed");
2507 "read parser: q: word %s value %d\n",
2968 rc = (*cfp->cf_pp->read)(cfp, &magic, sizeof (magic));
2971 "cfg_open: unable to read configuration header");
3253 rc = (cfp->cf_pp->read)(cfp, &magic, sizeof (magic));
3255 cfg_perror_str = dgettext("cfg", "Fail to read configuration");
3562 rc = (*cfp->cf_pp->read)(cfp, (char *)dskhdr, sizeof (*dskhdr));
3564 cfg_perror_str = dgettext("cfg", "cfg_hdrcmp: read failed");