Lines Matching refs:bufp
508 char *cp, *bufp, *buf, fmt[BUFSIZ], line[BUFSIZ]; local
524 bufp = strsep(&cp, "=:");
546 cp = bufp + strlen(bufp) - 1;
547 while (cp >= bufp && isspace((int)*cp)) {
555 len = name2oid(bufp, mib);
563 warnx("unknown oid '%s'%s", bufp, line);
565 warn("unknown oid '%s'%s", bufp, line);
573 warn("couldn't find format of oid '%s'%s", bufp, line);
613 warnx("oid '%s' isn't a leaf node%s", bufp, line);
620 warnx("oid '%s' is a read only tunable%s", bufp, line);
623 warnx("oid '%s' is read only%s", bufp, line);
651 bufp, kind & CTLTYPE, line);