Searched refs:buf_p (Results 1 – 1 of 1) sorted by relevance
152 char **spec_entry, *buf_p; in read_spec_entries() local165 buf_p = line_buf; in read_spec_entries()166 while (isspace(*buf_p)) buf_p++; in read_spec_entries()169 if (*buf_p == '#' || *buf_p == '\0') return 0; in read_spec_entries()178 if (len - 1 == buf_p - line_buf) { in read_spec_entries()183 rc = read_spec_entry(spec_entry, &buf_p, &entry_len); in read_spec_entries()