OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dict_init
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/e2fsck/
dict.h
94
extern dict_t *
dict_init
(dict_t *, dictcount_t, dict_comp_t);
pass1b.c
227
dict_init
(&ino_dict, DICTCOUNT_T_MAX, dict_int_cmp);
228
dict_init
(&blk_dict, DICTCOUNT_T_MAX, dict_int_cmp);