Lines Matching defs:file
3 This file is part of the SANE package.
28 the executable file might be covered by the GNU General Public
39 This file implements a SANE backend for Umax PP flatbed scanners. */
454 int i, file;
465 file = open (devices[i], O_RDWR);
466 if (file < 0)
494 rc = ioctl (file, PPCLAIM);
519 rc = ioctl (file, PPRELEASE);
522 close (file);
8839 /* resolution . If a valid file descriptor is given, we write data */
9429 to a color pnm file */
10296 /* write data to file operation */
10335 /* open output file */
10413 /* write partial buffer to file */