HelenOS sources
vfs_lookup 153 uspace/app/bdsh/cmds/modules/rm/rm.c if (vfs_lookup(path, WALK_REGULAR, &fd) == EOK) {
vfs_lookup 130 uspace/app/bdsh/cmds/modules/touch/touch.c errno_t rc = vfs_lookup(buff, WALK_REGULAR | WALK_MAY_CREATE, &fd);
vfs_lookup 64 uspace/lib/c/generic/dirent.c errno_t rc = vfs_lookup(dirname, WALK_DIRECTORY, &fd);
vfs_lookup 111 uspace/lib/c/generic/elf/elf_mod.c errno_t rc = vfs_lookup(path, 0, &file);
vfs_lookup 359 uspace/lib/c/generic/io/io.c errno_t rc = vfs_lookup(path, flags, &file);
vfs_lookup 206 uspace/lib/c/generic/loader.c errno_t rc = vfs_lookup(path, 0, &fd);
vfs_lookup 78 uspace/lib/c/generic/tmpfile.c rc = vfs_lookup(templ, WALK_MUST_CREATE |
vfs_lookup 92 uspace/lib/c/generic/tmpfile.c rc = vfs_lookup(templ, 0, &file);
vfs_lookup 148 uspace/lib/c/generic/vfs/vfs.c errno_t rc = vfs_lookup(apath, WALK_DIRECTORY, parent);
vfs_lookup 292 uspace/lib/c/generic/vfs/vfs.c errno_t rc = vfs_lookup(abs_path, WALK_DIRECTORY, &fd);
vfs_lookup 591 uspace/lib/c/generic/vfs/vfs.c errno_t rc = vfs_lookup(path, flags, &file);
vfs_lookup 1089 uspace/lib/c/generic/vfs/vfs.c errno_t rc = vfs_lookup(path, 0, &file);
vfs_lookup 1135 uspace/lib/c/generic/vfs/vfs.c errno_t rc = vfs_lookup(path, 0, &file);
vfs_lookup 1206 uspace/lib/c/generic/vfs/vfs.c errno_t rc = vfs_lookup(path, 0, &expect);
vfs_lookup 1249 uspace/lib/c/generic/vfs/vfs.c errno_t rc = vfs_lookup(mpp, WALK_MOUNT_POINT | WALK_DIRECTORY, &mp);
vfs_lookup 94 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_lookup(const char *, int, int *);
vfs_lookup 94 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_lookup(const char *, int, int *);
vfs_lookup 142 uspace/lib/posix/src/fcntl.c if (failed(vfs_lookup(pathname, flags, &file)))
HelenOS homepage, sources at GitHub