HelenOS sources
vfs_file_kind_t 502 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_link(int parent, const char *child, vfs_file_kind_t kind, int *linkedfd)
vfs_file_kind_t 532 uspace/lib/c/generic/vfs/vfs.c errno_t vfs_link_path(const char *path, vfs_file_kind_t kind, int *linkedfd)
vfs_file_kind_t 92 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_link(int, const char *, vfs_file_kind_t, int *);
vfs_file_kind_t 93 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_link_path(const char *, vfs_file_kind_t, int *);
vfs_file_kind_t 92 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_link(int, const char *, vfs_file_kind_t, int *);
vfs_file_kind_t 93 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_link_path(const char *, vfs_file_kind_t, int *);
HelenOS homepage, sources at GitHub