Lines Matching defs:linelen
57 check_match(nss_XbyY_args_t *argp, const char *line, int linelen)
73 limit = line + linelen;
190 int linelen = 0;
193 linelen = _readbufline(f_buf, f_size, instr, be->minbuf,
195 if (linelen < 0) {
232 last = instr + linelen;
250 linelen = last - first + 1;
257 if (check_match(argp, instr, linelen) == 0)
261 parse_stat = (*argp->str2ent)(instr, linelen, argp->buf.result,
266 argp->returnlen = linelen;