Searched refs:lev (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dnftw.c27 struct FTW lev; local
62 lev.level = new.level;
63 lev.base = h ? h->base : (name = strrchr(path, '/')) ? name - path : 0;
65 if (!(flags & FTW_DEPTH) && (r = fn(path, &st, type, &lev)))
99 if ((flags & FTW_DEPTH) && (r = fn(path, &st, type, &lev)))

Completed in 64 milliseconds