Home
last modified time | relevance | path

Searched refs:newhead (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsort.c124 struct ptr_list *newhead = b1; in merge_block_seqs() local
134 return newhead; in merge_block_seqs()
147 return newhead; in merge_block_seqs()
179 return newhead; in merge_block_seqs()
202 if (b1 == newhead) { in merge_block_seqs()
204 newhead = l; in merge_block_seqs()
215 return newhead; in merge_block_seqs()
248 struct ptr_list *next, *newhead; in sort_list() local
275 newhead = merge_block_seqs (block1, blocks, in sort_list()
279 verify_seq_sorted (newhead, blocks + i, cmp); in sort_list()
[all …]
/third_party/python/Python/
Dpystate.c1739 struct _xidregitem *newhead = PyMem_RawMalloc(sizeof(struct _xidregitem)); in _register_xidata() local
1740 if (newhead == NULL) in _register_xidata()
1742 newhead->cls = cls; in _register_xidata()
1743 newhead->getdata = getdata; in _register_xidata()
1744 newhead->next = xidregistry->head; in _register_xidata()
1745 xidregistry->head = newhead; in _register_xidata()
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c4715 const SECURITY_DESCRIPTOR_RELATIVE *newhead; in mergesecurityattr() local
4735 newhead = (const SECURITY_DESCRIPTOR_RELATIVE*)newattr; in mergesecurityattr()
4748 newhead->dacl : oldhead->dacl) { in mergesecurityattr()
4750 offdacl = le32_to_cpu(newhead->dacl); in mergesecurityattr()
4763 control |= newhead->control in mergesecurityattr()
4767 if (newhead->control & SE_DACL_AUTO_INHERIT_REQ) in mergesecurityattr()
4780 newhead->sacl : oldhead->sacl) { in mergesecurityattr()
4782 offsacl = le32_to_cpu(newhead->sacl); in mergesecurityattr()
4795 control |= newhead->control in mergesecurityattr()
4799 if (newhead->control & SE_SACL_AUTO_INHERIT_REQ) in mergesecurityattr()
[all …]
/third_party/selinux/checkpolicy/
Dpolicy_define.c1963 struct av_ioctl_range_list *rnew, *r, *newhead, *r2; in avrule_omit_ioctls() local
1969 newhead = rnew; in avrule_omit_ioctls()
1972 r2 = newhead; in avrule_omit_ioctls()
2001 *rangehead = newhead; in avrule_omit_ioctls()