Lines Matching defs:line

87  * This routine reads a line, including the processing of continuation
88 * characters. It always leaves (or inserts) \n\0 at the end of the line.
89 * It returns the length of the line read, excluding the \n\0. Who's idea
134 /* Buffer overflow -- eat rest of line and loop again */
284 * Found something non-blank on the line. Skip back
286 * there's non-whitespace earlier in the line,
392 uint_t hash, line, f;
434 line = hp - htab;
435 if ((*check)(args, fhp->fh_line[line].l_start,
436 fhp->fh_line[line].l_len) == 0)
443 fhp->fh_line[line].l_start,
444 &fhp->fh_line[line].l_len,
445 fhp->fh_line[line].l_len + 1,
449 fhp->fh_line[line].l_start,
450 &fhp->fh_line[line].l_len,
451 fhp->fh_line[line].l_len + 1,
460 if ((*args->str2ent)(fhp->fh_line[line].l_start,
461 fhp->fh_line[line].l_len, args->buf.result,
466 args->returnlen = fhp->fh_line[line].l_len;
523 line = 1;
526 line++;
528 for (f = 2; f * f <= line; f++) { /* find next largest prime */
529 if (line % f == 0) {
531 line++;
535 fhp->fh_size = line;
536 fhp->fh_line = malloc(line * sizeof (files_linetab_t));
537 fhp->fh_table = calloc(line * fhp->fh_nhtab, sizeof (files_hashent_t));
541 line = 0;
567 hp = &fhp->fh_table[ht * fhp->fh_size + line];
571 fhp->fh_line[line].l_start = first;
572 fhp->fh_line[line++].l_len = last - first;
585 for (hp = &htab[line - 1]; hp >= htab; hp--) {
673 _nss_files_check_name_colon(nss_XbyY_args_t *argp, const char *line,
679 linep = line;
680 limit = line + linelen;
692 * names in the line, otherwise 0
696 _nss_files_check_name_aliases(nss_XbyY_args_t *argp, const char *line,
701 linep = line;
702 limit = line + linelen;