Home
last modified time | relevance | path

Searched refs:SSTAT (Results 1 – 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dfileio.c257 if (SSTAT(G.filename, &G.statbuf) == 0 || lstat(G.filename,&G.statbuf) == 0) in open_outfile()
259 if (SSTAT(G.filename, &G.statbuf) == 0) in open_outfile()
294 if (SSTAT(tname, &tmpstat) == 0) in open_outfile()
313 for (i = 0; (i <= maxtail) && (SSTAT(tname, &tmpstat) == 0);) in open_outfile()
1839 if (SSTAT(filename, &G.statbuf)) {
1842 FnFilter1(filename), SSTAT(filename, &G.statbuf)));
H A Dunzpriv.h731 #ifndef SSTAT
733 # define SSTAT(path,pbuf) (iswild(path) || stat(path,pbuf)) macro
735 # define SSTAT stat macro
H A Dprocess.c549 if (SSTAT(G.zipfn, &G.statbuf) ||