Searched refs:buf_p (Results 1 – 1 of 1) sorted by relevance
950 char **spec_entry, *buf_p; in read_spec_entries() local963 buf_p = line_buf; in read_spec_entries()964 while (isspace(*buf_p)) buf_p++; in read_spec_entries()967 if (*buf_p == '#' || *buf_p == '\0') return 0; in read_spec_entries()976 if (len - 1 == buf_p - line_buf) { in read_spec_entries()981 rc = read_spec_entry(spec_entry, &buf_p, &entry_len); in read_spec_entries()