Lines Matching refs:first
260 char *first; local
272 for (first = instr; isspace(*first); first++) {
275 if (*first == '\0') {
288 linelen = last - first + 1;
289 if (first != instr) {
290 instr = first;
391 char *cp, *first, *last; in _nss_files_XY_hash() local
537 first = cp;
540 if (cp > first && *(cp - 1) == '\\') {
541 memmove(first + 2, first, cp - first - 1);
542 cp = first + 2;
548 if ((last = strchr(first, '#')) == 0)
551 while (isspace(*first)) /* nuke leading whitespace */
552 first++;
553 if (*first == '\0') /* skip content-free lines */
561 hp->h_hash = fhp->fh_hash_func[ht](&xargs, 0, first,
562 last - first);
564 fhp->fh_line[line].l_start = first;
565 fhp->fh_line[line++].l_len = last - first;