Searched refs:SSTAT (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtailor.h724 # ifndef SSTAT
725 # define SSTAT zstat macro
732 # define LSSTAT(n, s) (linkput ? zlstat((n), (s)) : SSTAT((n), (s)))
734 # define LSTAT SSTAT
735 # define LSSTAT SSTAT
743 # ifndef SSTAT
744 # define SSTAT stat macro
748 # define LSSTAT(n, s) (linkput ? lstat((n), (s)) : SSTAT((n), (s)))
750 # define LSTAT SSTAT
751 # define LSSTAT SSTAT
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Ddoscfg.h176 # ifdef SSTAT
177 # undef SSTAT macro
180 # define SSTAT(path,pbuf) (iswild(path) || stat_bandaid(path,pbuf)) macro
182 # define SSTAT stat_bandaid macro
H A Dmsdos.c919 if (SSTAT(buildpath, &G.statbuf)) /* path doesn't exist */
1095 SSTAT(tmproot, &G.statbuf) || !S_ISDIR(G.statbuf.st_mode))
1097 if (SSTAT(tmproot, &G.statbuf) || !S_ISDIR(G.statbuf.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dosdep.h137 #define SSTAT vms_stat macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h361 #ifdef SSTAT
362 # undef SSTAT macro
365 # define SSTAT(path, pbuf) (iswild(path) || zstat_win32(__W32STAT_G__ path, pbuf)) macro
367 # define SSTAT(path, pbuf) zstat_win32(__W32STAT_G__ path, pbuf) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dosdep.h564 # ifdef SSTAT
565 # undef SSTAT macro
567 # define SSTAT zstat_zipwin32 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Ddw_dmac_regs.h28 DW_REG(SSTAT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dosdep.h167 # define SSTAT stat_bandaid macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A Dosdep.h162 # define SSTAT stat_bandaid macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqfileio.c50 else if (SSTAT(n, &s) )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmv643xx_eth.c1360 #define SSTAT(m) \ macro
1373 SSTAT(rx_packets),
1374 SSTAT(tx_packets),
1375 SSTAT(rx_bytes),
1376 SSTAT(tx_bytes),
1377 SSTAT(rx_errors),
1378 SSTAT(tx_errors),
1379 SSTAT(rx_dropped),
1380 SSTAT(tx_dropped),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dfileio.c294 if (SSTAT(G.filename, &G.statbuf) == 0 ||
297 if (SSTAT(G.filename, &G.statbuf) == 0)
332 if (SSTAT(tname, &tmpstat) == 0)
353 for (i = 0; (i < maxtail) && (SSTAT(tname, &tmpstat) == 0);)
1912 if (SSTAT(filename, &G.statbuf)) {
1915 FnFilter1(filename), SSTAT(filename, &G.statbuf)));
H A Dunzpriv.h1515 #ifndef SSTAT
1517 # define SSTAT(path,pbuf) (iswild(path) || zstat(path,pbuf)) macro
1519 # define SSTAT zstat macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c572 if (SSTAT(buildpath, &G.statbuf)) /* path doesn't exist */
715 } else if (rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damigazip.c347 } else if (SSTAT(name, &s) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c652 if (!SSTAT(G.filename, &G.statbuf)) {
804 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
955 if (G.rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c658 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
806 if (G.rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c691 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
842 if (G.rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c714 if (rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Damiga.c515 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c704 (SSTAT(tmproot, &G.statbuf) ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c247 if (SSTAT(G.filename, &G.statbuf) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacos.c609 if (SSTAT(f, &s) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c1763 SSTAT(tmproot, &G.statbuf) || !S_ISDIR(G.statbuf.st_mode))
1765 if (SSTAT(tmproot, &G.statbuf) || !S_ISDIR(G.statbuf.st_mode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.c788 if ( /*SSTAT(buildpath, &G.statbuf)*/ 1) {
936 if (rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||

Completed in 188 milliseconds

12