Home
last modified time | relevance | path

Searched refs:Ifile (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c391 Ifile = Stdin; in main()
393 Ifile = *argv++; in main()
401 Ifile = Stdin; in main()
403 if (Ifile == Stdin) { in main()
416 perror(Ifile); in main()
428 prog, Ifile); in main()
494 perror(Ifile); in main()
694 perror(Ifile); in main()
815 Ifile, prog); in main()
890 prog, Ifile, msg); in reconfig()
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Drefer1.c136 in = fopen(Ifile = argv[1], "r"); in main()
140 err(gettext("Can't read %s"), Ifile); in main()
H A Drefer0.c45 char *Ifile = "standard input"; variable
H A Drefer..c49 extern char *Ifile; extern int Iline;
H A Drefer5.c111 Ifile, Iline, sd); in putsig()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1481 if (read(Ifile, Buf_p, have) != have) { in cksum()
1492 if (lseek(Ifile, (off_t)0, SEEK_ABS) < 0) in cksum()
2914 npos = lseek(Ifile, curpos, SEEK_DATA); in read_compress_holes()
2921 *real_filesz = lseek(Ifile, 0, SEEK_END); in read_compress_holes()
3068 if ((Ifile = openfile(O_RDONLY)) < 0) { in data_out()
3113 (void) close(Ifile); in data_out()
3141 (void) close(Ifile); in data_out()
3242 (void) close(Ifile); in data_out()
3296 rv = data_copy_with_holes(Ifile, Ofile, in data_pass()
3302 rv = data_copy(Ifile, Ofile, in data_pass()
[all …]