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

/haiku/src/system/libroot/posix/musl/search/
H A Dtwalk.c4 static void walk(const struct node *r, void (*action)(const void *, VISIT, int), int d) function
12 walk(r->a[0], action, d+1);
14 walk(r->a[1], action, d+1);
21 walk(root, action, 0);
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py45 for root, dirs, files in os.walk(dir):
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp132 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_LOOKUP, fFSOps->walk);
H A DBeOSKernelVolume.cpp141 if (!fFSOps->walk)
143 return fFSOps->walk(fVolumeCookie, dir, entryName, NULL, vnid);
H A Dfs_interface.h189 beos_op_walk *walk; member in struct:beos_vnode_ops
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h170 op_walk *walk; member in struct:vnode_ops

Completed in 72 milliseconds