Home
last modified time | relevance | path

Searched refs:oldhead (Results 1 – 3 of 3) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dcirlist.c68 struct cnode *oldhead = NULL; in cl_remove_head() local
79 oldhead = cl->head; in cl_remove_head()
83 oldhead = cl->head; in cl_remove_head()
84 newhead = oldhead->next; in cl_remove_head()
92 oldhead = cl->head; in cl_remove_head()
93 newhead = oldhead->next; in cl_remove_head()
94 newhead->prev = oldhead->prev; in cl_remove_head()
99 ret = oldhead->obj; in cl_remove_head()
100 oldhead->obj = (void *)(-1); in cl_remove_head()
101 oldhead->next = (void *)(-1); in cl_remove_head()
[all …]
/external/libmtp/src/
Dlibmtp.c2958 LIBMTP_devicestorage_t *oldhead, *ptr1, *ptr2, *newlist; in sort_storage_by() local
2965 oldhead = ptr1 = ptr2 = device->storage; in sort_storage_by()
2969 while(oldhead != NULL) { in sort_storage_by()
2970 ptr1 = ptr2 = oldhead; in sort_storage_by()
2986 oldhead = ptr2->next; in sort_storage_by()
2987 if(oldhead != NULL) in sort_storage_by()
2988 oldhead->prev = NULL; in sort_storage_by()
/external/elfutils/src/
Dldgeneric.c4807 struct symbol *oldhead = head->symbols->next_in_scn; in ld_generic_create_outfile() local
4810 runp->symbols->next_in_scn = oldhead; in ld_generic_create_outfile()