OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dict_next
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
dict.h
107
extern dnode_t *
dict_next
(dict_t *, dnode_t *);
dict.c
150
*
dict_next
() successor function, verifying that the key of each node is
163
while (first && (next =
dict_next
(dict, first))) {
169
while (first && (next =
dict_next
(dict, first))) {
681
dnode_t *next =
dict_next
(dict, delete);
893
dnode_t *
dict_next
(dict_t *dict, dnode_t *curr)
function
1038
next =
dict_next
(dict, node);
1192
dnode_t *next =
dict_next
(dest, leftnode);
1203
dnode_t *next =
dict_next
(source, rightnode);
[
all
...]
pass1b.c
453
for (n = dict_first(&ino_dict); n; n =
dict_next
(&ino_dict, n)) {
Completed in 1416 milliseconds