OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmp_element
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/xdgmime/
xdgmimeglob.c
117
XdgGlobList *
tmp_element
;
local
126
tmp_element
= glob_list;
127
while (
tmp_element
->next != NULL)
128
tmp_element
=
tmp_element
->next;
130
tmp_element
->next = new_element;
Completed in 38 milliseconds