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.c103 static char *Ifile; /* current filename */ variable
390 Ifile = Stdin; in main()
392 Ifile = *argv++; in main()
399 if (strcmp(Ifile, "-") == 0) in main()
400 Ifile = Stdin; in main()
402 if (Ifile == Stdin) { in main()
412 if ((ifd = path_open(Ifile, O_RDONLY, 0, Audio_path)) in main()
415 perror(Ifile); in main()
427 prog, Ifile); in main()
493 perror(Ifile); in main()
[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.c470 Ifile, /* File des. of file being archived */ variable
1481 if (read(Ifile, Buf_p, have) != have) { in cksum()
1492 if (lseek(Ifile, (off_t)0, SEEK_ABS) < 0) in cksum()
2850 if ((amount_read = read(Ifile, Buffr.b_in_p, readsz)) < 0) { in read_file()
2887 amount_read = read(Ifile, Buffr.b_in_p, CPIOBSZ); in read_file()
2914 npos = lseek(Ifile, curpos, SEEK_DATA); in read_compress_holes()
2921 *real_filesz = lseek(Ifile, 0, SEEK_END); in read_compress_holes()
2945 (void) lseek(Ifile, hl->hl_data, SEEK_SET); in read_compress_holes()
3068 if ((Ifile = openfile(O_RDONLY)) < 0) { in data_out()
3096 holes = get_holes_info(Ifile, G_p->g_filesz, B_FALSE); in data_out()
[all …]