Searched refs:zread (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dzipup.h13 #define zread(f,b,n) fread((b),1,(n),(FILE*)(f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atari/
H A Dzipup.h16 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dzipup.h16 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dzipup.h13 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/
H A Dzipup.h20 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dzipup.h13 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A Dzipup.h13 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dzipup.h13 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dzipup.h16 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtanzip.h19 unsigned zread (int, char *, unsigned);
H A Dtanzip.c131 /* Following holds details of file currently used by zopen & zread */
138 /* Following items used by zread to avoid overwriting window */
163 err = stat(fname, &znsk_stat); /* Setup global struct, used by zread */
196 unsigned zread (fnum, buf, len) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dzipup.h16 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tops20/
H A Dzipup.h15 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dzipup.h19 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Dzipup.h19 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dzipup.h15 #define zread(f,b,n) fread((b),1,(n),(FILE*)(f)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dzipup.h21 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dzipup.h18 #define zread(f,b,n) (vms_native?vms_read(f,b,n):fread((b),1,(n),(FILE*)(f))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dzipup.h45 #define zread(f,b,n) read(f,b,n) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c399 extent k = 0; /* result of zread */
663 remain = (ulg)zread(ifile, (char*)window, q+1);
1177 len = zread(ifile, buf, size);
1193 size = len = zread(ifile, b, size);
1232 size = len = zread(ifile, buf, size-1);
1264 zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */

Completed in 100 milliseconds