HomeSort by relevance Sort by last modified time
    Searched defs:newc (Results 1 - 4 of 4) sorted by null

  /external/dnsmasq/src/
rfc1035.c 744 struct crec *newc; local
785 newc = cache_insert(name, NULL, now, attl, F_CNAME | F_FORWARD);
786 if (newc && cpp)
788 cpp->addr.cname.cache = newc;
789 cpp->addr.cname.uid = newc->uid;
792 cpp = newc;
815 newc = cache_insert(name, &addr, now, attl, flags | F_FORWARD);
816 if (newc && cpp)
818 cpp->addr.cname.cache = newc;
819 cpp->addr.cname.uid = newc->uid
    [all...]
  /external/checkpolicy/
policy_define.c 284 ocontext_t *newc = 0, *c, *head; local
297 newc = (ocontext_t *) malloc(sizeof(ocontext_t));
298 if (!newc) {
302 memset(newc, 0, sizeof(ocontext_t));
303 newc->u.name = id;
304 context_init(&newc->context[0]);
308 if (!strcmp(newc->u.name, c->u.name)) {
315 newc->sid[0] = head->sid[0] + 1;
317 newc->sid[0] = 1;
319 newc->next = head
3821 ocontext_t *newc, *c, *head; local
3882 ocontext_t *newc, *c, *l, *head; local
3936 ocontext_t *newc, *c, *l, *head; local
4000 ocontext_t *newc, *c, *l, *head; local
4064 ocontext_t *newc, *c, *l, *head; local
4119 ocontext_t *newc, *c, *l, *head; local
4208 ocontext_t *newc, *c, *head; local
4269 ocontext_t *newc, *c, *l, *head; local
4355 ocontext_t *newc, *c, *l, *head; local
4446 ocontext_t *newc, *c, *head; local
4499 ocontext_t *newc, *c, *head, *p; local
    [all...]
  /external/libsepol/src/
expand.c 2303 ocontext_t *c, *newc, *l; local
    [all...]
policydb.c 2688 ocontext_t *l, *c, *newc = NULL; local
    [all...]

Completed in 136 milliseconds