Searched refs:ZCONST (Results 26 - 50 of 113) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Dathcfg.h59 ZCONST char *wildname;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeocfg.h50 ZCONST char *wildname;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmaccfg.h169 extern ZCONST uch WinCP1252_to_MacRoman[128];
170 extern ZCONST uch MacRoman_to_WinCP1252[128];
254 ulg makePPClong(ZCONST uch *sig);
255 ush makePPCword(ZCONST uch *b);
H A Dmacos.c122 static void DecodeMac3ExtraField(ZCONST uch *buff, MACINFO *mi);
123 static void DecodeJLEEextraField(ZCONST uch *buff, MACINFO *mi);
124 static void DecodeZPITextraField(ZCONST uch *buff, MACINFO *mi);
132 static ZCONST char Far CannotCreateFile[] = "error: cannot create %s\n";
134 static ZCONST char Far OutOfMemEF[] = "Can't allocate memory to uncompress"\
137 static ZCONST char Far ErrUncmpEF[] = "Error uncompressing file attributes.\n";
139 static ZCONST char Far No64Time[] = "Don't support 64 bit Timevalues; get "\
142 static ZCONST char Far NoUniCode[] = "Don't support Unicoded Filenames; get"\
145 static ZCONST char Far ZitIt_EF[] = "warning: found ZipIt extra field "\
149 static ZCONST cha
[all...]
H A Dcharmap.h42 ZCONST unsigned char MacRoman_to_WinCP1252[128] = {
176 ZCONST unsigned char WinCP1252_to_MacRoman[128] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dcharconv.h11 ZCONST uch Far ths2iso[] = {
32 ZCONST uch Far ths2oem[] = {
53 ZCONST uch Far iso2ths[] = {
74 ZCONST uch Far oem2ths[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/theos/
H A Dcharconv.h11 ZCONST uch Far ths2iso[] = {
32 ZCONST uch Far ths2oem[] = {
53 ZCONST uch Far iso2ths[] = {
74 ZCONST uch Far oem2ths[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipcloak.c49 ZCONST ulg near *crc_32_tab;
51 ZCONST uLongf *crc_32_tab;
103 ZCONST char *a; /* message string to output */
121 ZCONST char *a, *b; /* message strings juxtaposed in output */
139 ZCONST char *msg; /* message about how it happened */
156 ZCONST char *msg1, *msg2; /* message strings juxtaposed in output */
178 static ZCONST char *public[] = {
206 static ZCONST char *help_info[] = {
250 static ZCONST char *comp_opts[] = {
748 ZCONST cha
[all...]
H A Dtailor.h185 /* If the compiler can't handle const define ZCONST in osdep.h */
187 #ifndef ZCONST
189 # define ZCONST macro
192 # define ZCONST const macro
345 unsigned char *zmbschr OF((ZCONST unsigned char *, unsigned int));
346 unsigned char *zmbsrchr OF((ZCONST unsigned char *, unsigned int));
347 # define CLEN(ptr) mblen((ZCONST char *)ptr, MB_CUR_MAX)
350 int lastchar OF((ZCONST char *ptr));
351 # define MBSCHR(str,c) (char *)zmbschr((ZCONST unsigned char *)(str), c)
352 # define MBSRCHR(str,c) (char *)zmbsrchr((ZCONST unsigne
[all...]
H A Dzipnote.c64 void zipnoteerr(int c, ZCONST char *h);
65 void zipnotewarn(ZCONST char *a, ZCONST char *b);
121 ZCONST char *a; /* message string to output */
140 ZCONST char *a, *b; /* message strings juxtaposed in output */
155 ZCONST char *h; /* message about how it happened */
187 ZCONST char *a, *b; /* message strings juxtaposed in output */
210 static ZCONST char *text[] = {
282 static ZCONST char *comp_opts[] = {
H A Dzipsplit.c60 void zipsplitwarn(ZCONST char *a, ZCONST char *b);
61 void zipspliterr(int c, ZCONST char *h);
73 local int descmp OF((ZCONST zvoid *, ZCONST zvoid *));
151 ZCONST char *a; /* message string to output */
170 ZCONST char *a, *b; /* message strings juxtaposed in output */
226 ZCONST char *h; /* message about how it happened */
262 ZCONST char *a, *b; /* message strings juxtaposed in output */
285 static ZCONST cha
[all...]
H A Dcrypt.c94 local int testp OF((__GPRO__ ZCONST uch *h));
95 local int testkey OF((__GPRO__ ZCONST uch *h, ZCONST char *key));
161 ZCONST char *passwd; /* password string with which to modify keys */
208 ZCONST char *passwd; /* password string */
248 ZCONST char *passwd; /* password string */
335 ZCONST char *passwd; /* password string */
490 ZCONST char *passwrd;
566 ZCONST uch *h;
621 ZCONST uc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c49 static ZCONST char Far CantAllocateWildcard[] =
52 static ZCONST char Far WarnDirTraversSkip[] =
54 static ZCONST char Far Creating[] = " creating: %s\n";
55 static ZCONST char Far ConversionFailed[] =
57 static ZCONST char Far PathTooLong[] = "checkdir error: path too long: %s\n";
58 static ZCONST char Far CantCreateDir[] = "checkdir error: cannot create %s\n\
60 static ZCONST char Far DirIsntDirectory[] =
63 static ZCONST char Far PathTooLongTrunc[] =
67 static ZCONST char Far CantCreateExtractDir[] =
81 ZCONST cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dglobals.h227 ZCONST ulg near *crc_32_tab;
229 ZCONST ulg Far *crc_32_tab;
340 ZCONST ush *cplens; /* inflate static */
341 ZCONST uch *cplext; /* inflate static */
342 ZCONST uch *cpdext; /* inflate static */
H A Denvargs.c44 static int count_args OF((ZCONST char *));
52 ZCONST char *envstr, *envstr2;
180 ZCONST char *s;
H A Dcrypt.c94 local int testp OF((__GPRO__ ZCONST uch *h));
95 local int testkey OF((__GPRO__ ZCONST uch *h, ZCONST char *key));
185 ZCONST char *passwd; /* password string with which to modify keys */
232 ZCONST char *passwd; /* password string */
274 ZCONST char *passwd; /* password string */
329 ZCONST char *passwd; /* password string */
455 ZCONST char *passwrd;
531 ZCONST uch *h;
586 ZCONST uc
[all...]
H A Dinflate.c425 ZCONST char *zlib_RtVersion = zlibVersion();
581 ZCONST char *zlib_RtVersion = zlibVersion();
749 static ZCONST unsigned border[] = {
754 static ZCONST ush cplens64[] = {
761 static ZCONST ush cplens32[] = {
767 static ZCONST uch cplext64[] = {
773 static ZCONST uch cplext32[] = {
778 static ZCONST ush cpdist[] = {
789 static ZCONST uch cpdext64[] = {
796 static ZCONST uc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/
H A DZipLib.h37 #ifndef ZCONST
38 # define ZCONST const macro
H A DZipSx.h36 #ifndef ZCONST
37 # define ZCONST const macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c47 static void setRISCOSexfield(ZCONST char *path, ZCONST void *ef_spark);
49 static void printRISCOSexfield(int isdir, ZCONST void *extra_field);
63 ZCONST char *wildspec; /* only used first time on a given dir */
66 static ZCONST char *wildname;
79 if ((wildname = (ZCONST char *)strrchr(wildspec, '.')) ==
80 (ZCONST char *)NULL)
792 static void setRISCOSexfield(ZCONST char *path, ZCONST void *ef_spark)
801 static void printRISCOSexfield(int isdir, ZCONST voi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2data.h111 ZCONST char *wildname;
H A Dos2.c72 extern ZCONST char Far TruncEAs[];
77 static int SetFileTime(ZCONST char *name, ulg stamp);
117 static ZCONST char Far CantAllocateWildcard[] =
120 static ZCONST char Far WarnDirTraversSkip[] =
122 static ZCONST char Far Creating[] = " creating: %-22s ";
123 static ZCONST char Far ConversionFailed[] =
125 static ZCONST char Far Labelling[] = "labelling %c: %-22s\n";
126 static ZCONST char Far ErrSetVolLabel[] =
128 static ZCONST char Far PathTooLong[] = "checkdir error: path too long: %s\n";
129 static ZCONST cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dfiledate.c410 register struct state * ZCONST sp;
411 void (*fill_tzstate_from_rules)(struct state * ZCONST sp_res,
412 ZCONST struct rule * ZCONST start,
413 ZCONST struct rule * ZCONST end);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c67 static int z_dos_chmod OF((__GPRO__ ZCONST char *fname, int attributes));
68 static int volumelabel OF((ZCONST char *newlabel));
85 static ZCONST char Far CantAllocateWildcard[] =
88 static ZCONST char Far WarnDirTraversSkip[] =
90 static ZCONST char Far Creating[] = " creating: %s\n";
91 static ZCONST char Far ConversionFailed[] =
93 static ZCONST char Far Labelling[] = "labelling %c: %-22s\n";
94 static ZCONST char Far ErrSetVolLabel[] =
96 static ZCONST char Far PathTooLong[] = "checkdir error: path too long: %s\n";
97 static ZCONST cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dfiledate.c410 register struct state * ZCONST sp;
411 void (*fill_tzstate_from_rules)(struct state * ZCONST sp_res,
412 ZCONST struct rule * ZCONST start,
413 ZCONST struct rule * ZCONST end);

Completed in 140 milliseconds

12345