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)
259 if (SSTAT(G.filename, &G.statbuf) == 0)
294 if (SSTAT(tname, &tmpstat) == 0)
313 for (i = 0; (i <= maxtail) && (SSTAT(tname, &tmpstat) == 0);)
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) ||

Completed in 119 milliseconds