Lines Matching defs:head
162 ocontext_t *c, *head;
165 head = policydb->ocontexts[OCON_PORT];
166 for (c = head; c != NULL; c = c->next)
181 ocontext_t *c, *head;
191 head = policydb->ocontexts[OCON_PORT];
192 for (c = head; c; c = c->next) {
219 ocontext_t *c, *head;
229 head = policydb->ocontexts[OCON_PORT];
230 for (c = head; c; c = c->next) {
296 ocontext_t *c, *head;
299 head = policydb->ocontexts[OCON_PORT];
300 for (c = head; c; c = c->next) {