Searched defs:list_for_each (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlist.h174 * list_for_each - iterate over a list
178 #define list_for_each(pos, head) \ macro
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsls.c353 list_for_each(walker, dir_list) { function
419 list_for_each(dir_walker, &dirs.list) {
449 list_for_each(comp_walker, &paths.list) {

Completed in 19 milliseconds