Lines Matching refs:name
34 char *name;
58 boollist[boolcnt]->name = strdup(sepol_bool_get_name(boolean));
80 char *name = boollist[i]->name;
82 rc = sepol_bool_key_create(avc->handle, name, &key);
94 "Could not find boolean %s.\n", name);
106 "Could not set boolean data %s.\n", name);
133 name);
155 b[i].name = strdup(boollist[ctr]->name);
172 free(boollist[i]->name);
404 while (b->name) {
410 while(b->name) {
411 PyObject *bool_ = Py_BuildValue("(si)", b->name, b->active);