HomeSort by relevance Sort by last modified time
    Searched refs:dict_free (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/support/
dict.h 93 extern void dict_free(dict_t *);
dict.c 141 * node and free everything under it. Used by dict_free().
328 void dict_free(dict_t *dict) function
331 dict_assert ("call to obsolescent function dict_free()" && 0);
    [all...]
  /external/f2fs-tools/fsck/
dict.h 93 extern void dict_free(dict_t *);
dict.c 134 * node and free everything under it. Used by dict_free().
312 void dict_free(dict_t *dict) function
315 dict_assert("call to obsolescent function dict_free()" && 0);
    [all...]

Completed in 81 milliseconds