HelenOS sources

vfs_write_short  1316 uspace/lib/c/generic/vfs/vfs.c 		rc = vfs_write_short(file, *pos, bp, nbyte - nwr, &cnt);
vfs_write_short   121 uspace/lib/c/include/vfs/vfs.h extern errno_t vfs_write_short(int, aoff64_t, const void *, size_t, ssize_t *);
vfs_write_short   121 uspace/lib/posix/include/libc/vfs/vfs.h extern errno_t vfs_write_short(int, aoff64_t, const void *, size_t, ssize_t *);
HelenOS homepage, sources at GitHub