Home | History | Annotate | Download | only in src

Lines Matching defs:in

26 FILE	*in, 	 *out;
32 * The function (*input)() reads one such frame from <in>.
38 * depends on the command line arguments and, in their absence, the
39 * filename; the fallback is #defined in toast.h
42 * for a format `foo' live in toast_foo.c.
128 * If the name ends in `cat', we want to write to stdout,
152 * in the target replacing the source!
320 if (!instat.st_nlink) return; /* couldn't stat in */
341 if (!instat.st_nlink) return; /* couldn't stat in */
353 if (!instat.st_nlink) return; /* couldn't stat in */
466 in = stdin;
468 _fsetmode(in, "b");
482 if (!(in = fopen(inname, READ))) {
488 if (!okay_as_input(inname, in, st)) return 0;
585 while ((cc = fread(s, 1, sizeof(s), in)) > 0) {
598 fprintf(stderr, "%s: bad frame in %s\n",
629 in = (FILE *)0;
672 if (in != stdin) {
673 (void)fclose(in), in = (FILE *)0;
700 if (in && in != stdin) (void)fclose(in), in = (FILE *)0;
726 printf(" -u u-law Force 8 kHz/8 bit u-law in/output format\n");
727 printf(" -s sun .au Force Sun .au u-law in/output format\n");
728 printf(" -a A-law Force 8 kHz/8 bit A-law in/output format\n");
729 printf(" -l linear Force 16 bit linear in/output format\n");