Searched defs:zread (Results 1 - 18 of 18) 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/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/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/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/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/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/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/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/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/tandem/
H A Dtanzip.c196 unsigned zread (fnum, buf, len) function

Completed in 146 milliseconds