Searched refs:SSTAT (Results 1 – 3 of 3) sorted by relevance
/haiku/src/bin/unzip/ |
H A D | fileio.c | 257 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 D | unzpriv.h | 731 #ifndef SSTAT 733 # define SSTAT(path,pbuf) (iswild(path) || stat(path,pbuf)) macro 735 # define SSTAT stat macro
|
H A D | process.c | 549 if (SSTAT(G.zipfn, &G.statbuf) ||
|