HomeSort by relevance Sort by last modified time
    Searched full:dict_comp_t (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/e2fsck/
dict.h 59 typedef int (*dict_comp_t)(const void *, const void *); typedef
68 dict_comp_t dict_compare;
89 extern dict_t *dict_create(dictcount_t, dict_comp_t);
94 extern dict_t *dict_init(dict_t *, dictcount_t, dict_comp_t);
dict.c 255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
    [all...]

Completed in 162 milliseconds