Searched refs:nfirst (Results 1 – 2 of 2) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 1281 struct cil_list_item *nfirst = new->head; in __cil_ordered_lists_merge() local 1285 if (nfirst == NULL) { in __cil_ordered_lists_merge() 1291 rc = __cil_ordered_list_insert(old, NULL, nfirst, NULL); in __cil_ordered_lists_merge() 1296 for (nmatch = nfirst; nmatch; nmatch = nmatch->next) { in __cil_ordered_lists_merge() 1308 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge() 1313 if (nmatch != nfirst) { in __cil_ordered_lists_merge() 1315 rc = __cil_ordered_list_insert(old, NULL, nfirst, nmatch); in __cil_ordered_lists_merge()
|
/external/scapy/test/ |
D | regression.uts | 7043 …x00\x00\xe9nonce=db4186a2e2073198b93c6419, addr.0=192.168.122.100:123,\r\nfirst.0=0xdb418673.323e1… 7052 assert(p.data.load == b'nonce=db4186a2e2073198b93c6419, addr.0=192.168.122.100:123,\r\nfirst.0=0xdb…
|