Searched refs:open_outfile (Results 1 - 3 of 3) sorted by last modified time

/haiku/src/bin/unzip/
H A Dfileio.c18 open_outfile() (not: VMS, AOS/VS, CMSMVS, MACOS, TANDEM)
230 /* Function open_outfile() */
233 int open_outfile(__G) /* return 1 if fail */ function
262 Trace((stderr, "open_outfile: stat(%s) returns 0: file exists\n",
323 Trace((stderr, "open_outfile: %s now renamed into %s\n",
332 "open_outfile: existing file %s is read-only\n",
335 Trace((stderr, "open_outfile: %s now writable\n",
348 Trace((stderr, "open_outfile: %s now deleted\n",
389 "open_outfile: doing fopen(%s) for reading\n", FnFilter1(G.filename)));
392 "open_outfile
[all...]
H A Dextract.c1416 if (open_outfile(__G)) /* VMS: required even for stdout! */
1419 } else if (open_outfile(__G))
H A Dunzpriv.h1772 int open_outfile OF((__GPRO)); /* also vms.c */
1979 /* int open_outfile OF((__GPRO)); * (see fileio.c) vms.c */

Completed in 103 milliseconds