Home | History | Annotate | Download | only in checkpolicy

Lines Matching defs:bool_value

1507 	char *id, *bool_value;
1561 bool_value = (char *)queue_remove(id_queue);
1562 if (!bool_value) {
1568 datum->state = (int)(bool_value[0] == 'T') ? 1 : 0;