Lines Matching refs:blist
94 SELboolean *blist = NULL; in bool_commit_list() local
101 blist = malloc(sizeof(SELboolean) * count); in bool_commit_list()
102 if (blist == NULL) in bool_commit_list()
114 blist[bcount].name = strdup(name); in bool_commit_list()
115 if (blist[bcount].name == NULL) in bool_commit_list()
117 blist[bcount].value = newvalue; in bool_commit_list()
122 if (security_set_boolean_list(bcount, blist, 0) < 0) { in bool_commit_list()
128 free(blist[i].name); in bool_commit_list()
129 free(blist); in bool_commit_list()
138 free(blist[i].name); in bool_commit_list()
139 free(blist); in bool_commit_list()