Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/audioplay/
H A Daudioplay.c99 static char *Ifile; /* current filename */ variable
386 Ifile = Stdin; in main()
388 Ifile = *argv++; in main()
395 if (strcmp(Ifile, "-") == 0) in main()
396 Ifile = Stdin; in main()
398 if (Ifile == Stdin) { in main()
408 if ((ifd = path_open(Ifile, O_RDONLY, 0, Audio_path)) in main()
411 perror(Ifile); in main()
423 prog, Ifile); in main()
489 perror(Ifile); in main()
[all …]
/titanic_41/usr/src/cmd/refer/
H A Drefer1.c138 in = fopen(Ifile = argv[1], "r"); in main()
142 err(gettext("Can't read %s"), Ifile); in main()
H A Drefer0.c47 char *Ifile = "standard input"; variable
H A Drefer..c51 extern char *Ifile; extern int Iline;
H A Drefer5.c113 Ifile, Iline, sd); in putsig()
/titanic_41/usr/src/cmd/cpio/
H A Dcpio.c461 Ifile, /* File des. of file being archived */ variable
1472 if (read(Ifile, Buf_p, have) != have) { in cksum()
1483 if (lseek(Ifile, (off_t)0, SEEK_ABS) < 0) in cksum()
2842 if ((amount_read = read(Ifile, Buffr.b_in_p, readsz)) < 0) { in read_file()
2879 amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ); in read_file()
2906 npos = lseek(Ifile, curpos, SEEK_DATA); in read_compress_holes()
2913 *real_filesz = lseek(Ifile, 0, SEEK_END); in read_compress_holes()
2937 (void) lseek(Ifile, hl->hl_data, SEEK_SET); in read_compress_holes()
3060 if ((Ifile = openfile(O_RDONLY)) < 0) { in data_out()
3088 holes = get_holes_info(Ifile, G_p->g_filesz, B_FALSE); in data_out()
[all …]