Lines Matching refs:buf_p
158 char *line_buf = NULL, *buf_p, *value, *type = NULL, *end; in init_selinux_config() local
170 buf_p = line_buf; in init_selinux_config()
171 while (isspace(*buf_p)) in init_selinux_config()
172 buf_p++; in init_selinux_config()
173 if (*buf_p == '#' || *buf_p == 0) in init_selinux_config()
176 if (!strncasecmp(buf_p, SELINUXTYPETAG, in init_selinux_config()
179 strdup(buf_p + sizeof(SELINUXTYPETAG) - 1); in init_selinux_config()
189 } else if (!strncmp(buf_p, SETLOCALDEFS, in init_selinux_config()
191 value = buf_p + sizeof(SETLOCALDEFS) - 1; in init_selinux_config()
193 } else if (!strncmp(buf_p, REQUIRESEUSERS, in init_selinux_config()
195 value = buf_p + sizeof(REQUIRESEUSERS) - 1; in init_selinux_config()