binsize           671 user/testbin/psort/psort.c 	off_t binsize;
binsize           675 user/testbin/psort/psort.c 		binsize = getsize(name);
binsize           676 user/testbin/psort/psort.c 		if (binsize % sizeof(int) != 0) {
binsize           678 user/testbin/psort/psort.c 				  (long) binsize);
binsize           681 user/testbin/psort/psort.c 		if (binsize > (off_t) sizeof(workspace)) {
binsize           687 user/testbin/psort/psort.c 		doexactread(name, fd, workspace, binsize);
binsize           689 user/testbin/psort/psort.c 		sortints(workspace, binsize/sizeof(int));
binsize           692 user/testbin/psort/psort.c 		dowrite(name, fd, workspace, binsize);