ftruncate         120 src/gauche/mingw-compat.h int ftruncate(int fd, off_t len);
ftruncate         325 src/prof.c         if (ftruncate(vm->prof->samplerFd, 0) < 0) {
ftruncate        2473 src/syslib.c   SCM_SYSCALL(r, ftruncate(fd, Scm_IntegerToOffset(length)));