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

  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 18 void hello(mycontext *newc)
22 newc = &oldc;
23 setcontext(newc);
  /external/checkpolicy/
policy_define.c 282 ocontext_t *newc = 0, *c, *head; local
295 newc = (ocontext_t *) malloc(sizeof(ocontext_t));
296 if (!newc) {
300 memset(newc, 0, sizeof(ocontext_t));
301 newc->u.name = id;
302 context_init(&newc->context[0]);
306 if (!strcmp(newc->u.name, c->u.name)) {
313 newc->sid[0] = head->sid[0] + 1;
315 newc->sid[0] = 1;
317 newc->next = head
3775 ocontext_t *newc, *c, *head; local
3836 ocontext_t *newc, *c, *l, *head; local
3890 ocontext_t *newc, *c, *l, *head; local
3954 ocontext_t *newc, *c, *l, *head; local
4018 ocontext_t *newc, *c, *l, *head; local
4073 ocontext_t *newc, *c, *l, *head; local
4162 ocontext_t *newc, *c, *head; local
4223 ocontext_t *newc, *c, *l, *head; local
4309 ocontext_t *newc, *c, *l, *head; local
4400 ocontext_t *newc, *c, *head; local
4453 ocontext_t *newc, *c, *head, *p; local
    [all...]
  /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/libsepol/src/
policydb.c 2630 ocontext_t *l, *c, *newc = NULL; local
    [all...]
expand.c 2183 ocontext_t *c, *newc, *l; local
    [all...]

Completed in 346 milliseconds