Searched defs:Ofile (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c98 static char *Ofile; /* current filename */ variable
324 Ofile = Stdout;
326 Ofile = *argv++;
330 if (strcmp(Ofile, "-") == 0)
331 Ofile = Stdout;
339 file_name = basename(Ofile);
366 if (Ofile == Stdout) {
370 ofd = open(Ofile,
374 perror(Ofile);
387 prog, Ofile);
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c462 Ofile, /* File des. of file being extracted from archive */ variable
821 if (Ofile > 0) {
822 if (close(Ofile) != 0)
2743 rv = data_copy_with_holes(-1, Ofile,
2751 rv = data_copy(-1, Ofile,
2777 cstatus = close(Ofile);
2778 Ofile = 0;
2801 cstatus = close(Ofile);
2803 Ofile = 0;
3242 * Ofile, whic
[all...]

Completed in 54 milliseconds