OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dict_free_nodes
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/e2fsck/
dict.h
92
extern void
dict_free_nodes
(dict_t *);
pass1b.c
248
dict_free_nodes
(&ino_dict);
249
dict_free_nodes
(&blk_dict);
dict.c
309
void
dict_free_nodes
(dict_t *dict)
function
320
* Obsolescent function, equivalent to
dict_free_nodes
327
dict_free_nodes
(dict);
[
all
...]
pass2.c
1138
dict_free_nodes
(&de_dict);
1142
dict_free_nodes
(&de_dict);
[
all
...]
Completed in 39 milliseconds