Searched defs:Ifile (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/refer/
H A Drefer0.c47 char *Ifile = "standard input"; variable
/illumos-gate/usr/src/cmd/audio/audioplay/
H A Daudioplay.c99 static char *Ifile; /* current filename */ variable
386 Ifile = Stdin;
388 Ifile = *argv++;
395 if (strcmp(Ifile, "-") == 0)
396 Ifile = Stdin;
398 if (Ifile == Stdin) {
408 if ((ifd = path_open(Ifile, O_RDONLY, 0, Audio_path))
411 perror(Ifile);
423 prog, Ifile);
489 perror(Ifile);
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c461 Ifile, /* File des. of file being archived */ variable
1472 if (read(Ifile, Buf_p, have) != have) {
1483 if (lseek(Ifile, (off_t)0, SEEK_ABS) < 0)
2842 if ((amount_read = read(Ifile, Buffr.b_in_p, readsz)) < 0) {
2879 amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ);
2906 npos = lseek(Ifile, curpos, SEEK_DATA);
2913 *real_filesz = lseek(Ifile, 0, SEEK_END);
2937 (void) lseek(Ifile, hl->hl_data, SEEK_SET);
3060 if ((Ifile = openfile(O_RDONLY)) < 0) {
3088 holes = get_holes_info(Ifile, G_
[all...]

Completed in 53 milliseconds