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

  /external/e2fsprogs/e2fsck/
dict.h 110 extern int dict_isempty(dict_t *);
134 #define dict_isempty(D) ((D)->dict_nodecount == 0) macro
dict.c 299 assert (dict_isempty(dict));
665 assert (!dict_isempty(dict));
856 * (that is, dict_isempty(dict) returns 1) a null pointer is returned.
872 * (that is, dict_isempty(dict) returns 1) a null pointer is returned.
946 #undef dict_isempty macro
957 int dict_isempty(dict_t *dict) function
1053 assert (dict_isempty(dict));
1298 if (!dict_isempty(d))
    [all...]

Completed in 58 milliseconds