Lines Matching refs:buf_p
163 char *line_buf = NULL, *buf_p, *value, *type = NULL, *end;
175 buf_p = line_buf;
176 while (isspace(*buf_p))
177 buf_p++;
178 if (*buf_p == '#' || *buf_p == 0)
181 if (!strncasecmp(buf_p, SELINUXTYPETAG,
183 buf_p += sizeof(SELINUXTYPETAG) - 1;
184 while (isspace(*buf_p))
185 buf_p++;
186 type = strdup(buf_p);
206 } else if (!strncmp(buf_p, REQUIRESEUSERS,
208 value = buf_p + sizeof(REQUIRESEUSERS) - 1;