Searched refs:dne (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dglobals.h273 int dne; /* true if stat() says file doesn't exist */ member in struct:Globals
H A Dextract.c856 G.dne = FALSE; /* assume file exists until stat() says otherwise */
1179 G.dne = TRUE; /* stat() says file DOES NOT EXIST */
H A Dfileio.c402 if (G.dne && ((G.outfile = fopen(G.filename, FOPR)) != (FILE *)NULL)) {

Completed in 48 milliseconds