HelenOS sources

vfs_fhandle       140 uspace/app/bdsh/exec.c 		vfs_fhandle(files[i], &file_handles[i]);
vfs_fhandle        49 uspace/app/testrunner/main.c 	errno_t rc = vfs_fhandle(f, &h);
vfs_fhandle       121 uspace/lib/c/generic/task.c 		(void) vfs_fhandle(stdin, &fd_stdin);
vfs_fhandle       125 uspace/lib/c/generic/task.c 		(void) vfs_fhandle(stdout, &fd_stdout);
vfs_fhandle       129 uspace/lib/c/generic/task.c 		(void) vfs_fhandle(stderr, &fd_stderr);
vfs_fhandle        81 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_fhandle(FILE *, int *);
vfs_fhandle        81 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_fhandle(FILE *, int *);
HelenOS homepage, sources at GitHub