Searched refs:ZCONST (Results 1 - 25 of 113) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dconsts.h20 ZCONST unsigned near mask_bits[17] = {
26 ZCONST char Far VersionDate[] = UZ_VERSION_DATE; /* now defined in unzvers.h */
29 ZCONST char Far EndSigMsg[] =
33 ZCONST char Far CentSigMsg[] =
35 ZCONST char Far SeekMsg[] =
37 ZCONST char Far FilenameNotMatched[] = "caution: filename not matched: %s\n";
38 ZCONST char Far ExclFilenameNotMatched[] =
42 ZCONST char Far ReportMsg[] = "\
46 ZCONST char Far ReportMsg[] = "\
52 ZCONST cha
[all...]
H A Dtimezone.h69 int GetPlatformLocalTimezone OF((register struct state * ZCONST sp,
70 void (*fill_tzstate_from_rules)(struct state * ZCONST sp_res,
71 ZCONST struct rule * ZCONST start,
72 ZCONST struct rule * ZCONST end)));
H A Dmatch.c109 #define match(s,p,ic,sc) (recmatch((ZCONST uch *)p,(ZCONST uch *)s,ic,sc) == 1)
111 #define match(s,p,ic) (recmatch((ZCONST uch *)p,(ZCONST uch *)s,ic) == 1)
113 int recmatch OF((ZCONST uch *pattern, ZCONST uch *string,
117 static int recmatch OF((ZCONST uch *pattern, ZCONST uch *string,
119 static char *isshexp OF((ZCONST char *p));
120 static int namecmp OF((ZCONST cha
[all...]
H A Dcrc32.h24 #ifndef ZCONST
25 # define ZCONST const macro
32 ZCONST ulg near *get_crc_table OF((void));
39 ulg crc32 OF((ulg crc, ZCONST uch *buf, extent len));
H A Dtimezone.c92 static ZCONST char gmt[] = "GMT";
93 static ZCONST int mon_lengths[2][MONSPERYEAR] = {
98 static ZCONST int yr_days[2][MONSPERYEAR+1] = {
103 static ZCONST int year_lengths[2] = {
112 static time_t transtime OF((ZCONST time_t janfirst, ZCONST int year,
113 ZCONST struct rule * ZCONST rulep,
114 ZCONST long offset));
115 static void generate_transitions OF((register struct state * ZCONST s
[all...]
H A Dunzip.c112 static ZCONST char Far EnvUnZip[] = ENV_UNZIP;
113 static ZCONST char Far EnvUnZip2[] = ENV_UNZIP2;
114 static ZCONST char Far EnvZipInfo[] = ENV_ZIPINFO;
115 static ZCONST char Far EnvZipInfo2[] = ENV_ZIPINFO2;
117 static ZCONST char Far EnvUnZipExts[] = ENV_UNZIPEXTS;
119 static ZCONST char Far NoMemEnvArguments[] =
122 static ZCONST char Far CmdLineParamTooLong[] =
127 static ZCONST char Far CantSaveSigHandler[] =
132 static ZCONST char Far NotExtracting[] =
134 static ZCONST cha
[all...]
H A Dzipinfo.c127 static char *zi_time OF((__GPRO__ ZCONST ulg *datetimez,
128 ZCONST time_t *modtimez, char *d_t_str));
135 static ZCONST char nullStr[] = "";
136 static ZCONST char PlurSufx[] = "s";
138 static ZCONST char Far ZipInfHeader2[] =
140 static ZCONST char Far EndCentDirRec[] = "\nEnd-of-central-directory record:\n";
141 static ZCONST char Far LineSeparators[] = "-------------------------------\n\n";
142 static ZCONST char Far ZipFSizeVerbose[] = "\
144 static ZCONST char Far ActOffsetCentDir[] = "\
148 static ZCONST cha
[all...]
H A Dcrypt.h134 void init_keys OF((__GPRO__ ZCONST char *passwd));
137 void crypthead OF((ZCONST char *, ulg, FILE *));
139 int zipcloak OF((struct zlist far *, FILE *, FILE *, ZCONST char *));
140 int zipbare OF((struct zlist far *, FILE *, FILE *, ZCONST char *));
148 int decrypt OF((__GPRO__ ZCONST char *passwrd));
H A Dglobals.c37 ZCONST char *fnames[2] = {"*", NULL}; /* default filenames vector */
59 static ZCONST char Far TooManyThreads[] =
62 static ZCONST char Far EntryNotFound[] =
65 static ZCONST char Far GlobalPointerMismatch[] =
83 ZCONST char *tooMany = LoadFarString(TooManyThreads);
114 ZCONST char *noEntry;
146 ZCONST char *noEntry = LoadFarString(EntryNotFound);
H A Dunzpriv.h1234 # define CLEN(ptr) (int)uzmbclen((ZCONST unsigned char *)(ptr))
1240 char *plastchar OF((ZCONST char *ptr, extent len));
1244 # define MBSCHR(str,c) (char *)uzmbschr((ZCONST unsigned char *)(str), c)
1248 # define MBSRCHR(str,c) (char *)uzmbsrchr((ZCONST unsigned char *)(str), c)
2257 int getZip64Data OF((__GPRO__ ZCONST uch *ef_buf,
2260 int getUnicodeData OF((__GPRO__ ZCONST uch *ef_buf,
2263 unsigned ef_scan_for_izux OF((ZCONST uch *ef_buf, unsigned ef_len,
2267 zvoid *getRISCOSexfield OF((ZCONST uch *ef_buf, unsigned ef_len));
2284 /* static char *zi_time OF((__GPRO__ ZCONST ulg *datetimez,
2285 ZCONST time_
[all...]
H A Dunzip.h284 # if (!defined(ZCONST) && (defined(USE_CONST) || !defined(NO_CONST)))
285 # define ZCONST const macro
289 #ifndef ZCONST
290 # define ZCONST macro
411 typedef void (UZ_EXP PauseFn) (zvoid *pG, ZCONST char *prompt, int flag);
413 int size, ZCONST char *zfn,
414 ZCONST char *efn);
415 typedef int (UZ_EXP StatCBFn) (zvoid *pG, int fnflag, ZCONST char *zfn,
416 ZCONST char *efn, ZCONST zvoi
[all...]
H A Dextract.c108 ZCONST uch *bitptr));
114 static int Cdecl dircomp OF((ZCONST zvoid *a, ZCONST zvoid *b));
123 static ZCONST char Far VersionMsg[] =
125 static ZCONST char Far ComprMsgNum[] =
128 static ZCONST char Far ComprMsgName[] =
130 static ZCONST char Far CmprNone[] = "store";
131 static ZCONST char Far CmprShrink[] = "shrink";
132 static ZCONST char Far CmprReduce[] = "reduce";
133 static ZCONST cha
[all...]
H A Dlist.c39 static ZCONST char Far CompFactorStr[] = "%c%d%%";
40 static ZCONST char Far CompFactor100[] = "100%%";
43 static ZCONST char Far HeadersS[] =
45 static ZCONST char Far HeadersS1[] =
48 static ZCONST char Far HeadersS[] =
50 static ZCONST char Far HeadersS1[] =
54 static ZCONST char Far HeadersL[] =
56 static ZCONST char Far HeadersL1[] =
58 static ZCONST char Far *Headers[][2] =
61 static ZCONST cha
[all...]
H A Dprocess.c60 static int read_ux3_value OF((ZCONST uch *dbuf, unsigned uidgid_sz,
65 static ZCONST char Far CannotAllocateBuffers[] =
69 static ZCONST char Far CannotFindMyself[] =
72 static ZCONST char Far AutorunPrompt[] =
74 static ZCONST char Far NotAutoRunning[] =
81 static ZCONST char Far WarnInvalidTZ[] =
85 static ZCONST char Far CannotFindWildcardMatch[] =
88 static ZCONST char Far FilesProcessOK[] =
90 static ZCONST char Far ArchiveWarning[] =
92 static ZCONST cha
[all...]
H A Dttyio.h33 #ifndef ZCONST /* UnZip only (until have configure script like Zip) */
34 # define ZCONST const macro
214 char *getp OF((__GPRO__ ZCONST char *m, char *p, int n));
H A Dfileio.c147 static ZCONST char Far CannotOpenZipfile[] =
153 static ZCONST char Far CannotDeleteOldFile[] =
156 static ZCONST char Far CannotRenameOldFile[] =
158 static ZCONST char Far BackupSuffix[] = "~";
162 static ZCONST char Far NovellBug[] =
165 static ZCONST char Far CannotCreateFile[] =
170 static ZCONST char Far ReadError[] = "error: zipfile read error\n";
171 static ZCONST char Far FilenameTooLongTrunc[] =
174 static ZCONST char Far UFilenameTooLongTrunc[] =
177 static ZCONST cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Drevision.h45 extern ZCONST char *copyright[1];
46 extern ZCONST char * far swlicense[50];
47 extern ZCONST char * far versinfolines[7];
48 extern ZCONST char * far cryptnote[7];
52 ZCONST char *copyright[] = {
60 ZCONST char * far versinfolines[] = {
71 ZCONST char * far cryptnote[] = {
81 ZCONST char * far swlicense[] = {
H A Dtimezone.h71 int GetPlatformLocalTimezone OF((register struct state * ZCONST sp,
72 void (*fill_tzstate_from_rules)(struct state * ZCONST sp_res,
73 ZCONST struct rule * ZCONST start,
74 ZCONST struct rule * ZCONST end)));
H A Dcrc32.h24 #ifndef ZCONST
25 # define ZCONST const macro
32 ZCONST ulg near *get_crc_table OF((void));
39 ulg crc32 OF((ulg crc, ZCONST uch *buf, extent len));
H A Dtimezone.c94 static ZCONST char gmt[] = "GMT";
95 static ZCONST int mon_lengths[2][MONSPERYEAR] = {
100 static ZCONST int yr_days[2][MONSPERYEAR+1] = {
105 static ZCONST int year_lengths[2] = {
114 static time_t transtime OF((ZCONST time_t janfirst, ZCONST int year,
115 ZCONST struct rule * ZCONST rulep,
116 ZCONST long offset));
117 static void generate_transitions OF((register struct state * ZCONST s
[all...]
H A Dcrypt.h134 void init_keys OF((__GPRO__ ZCONST char *passwd));
137 void crypthead OF((ZCONST char *, ulg));
139 int zipcloak OF((struct zlist far *, ZCONST char *));
140 int zipbare OF((struct zlist far *, ZCONST char *));
148 int decrypt OF((__GPRO__ ZCONST char *passwrd));
H A Dzip.h302 extern ZCONST uch ascii[256]; /* EBCDIC <--> ASCII translation tables */
303 extern ZCONST uch ebcdic[256];
306 extern ZCONST ulg near *crc_32_tab;
308 extern ZCONST ulg Far *crc_32_tab;
313 extern ZCONST uch Far iso2oem[128];
316 extern ZCONST uch Far oem2iso[128];
609 void zipmessage_nl OF((ZCONST char *, int));
610 void zipmessage OF((ZCONST char *, ZCONST char *));
611 void zipwarn OF((ZCONST cha
[all...]
H A Dutil.c61 local int recmatch OF((ZCONST char *, ZCONST char *, int));
63 local long recmatchw OF((ZCONST wchar_t *, ZCONST wchar_t *, int));
134 ZCONST wchar_t *pw; /* sh pattern to match */
135 ZCONST wchar_t *sw; /* string to match it to */
194 ZCONST wchar_t *swrest;
221 ZCONST wchar_t *qw; /* pointer to end of [-] group */
275 ZCONST char *p; /* sh pattern to match */
276 ZCONST cha
[all...]
H A Dttyio.h35 #ifndef ZCONST /* UnZip only (until have configure script like Zip) */
36 # define ZCONST const macro
216 char *getp OF((__GPRO__ ZCONST char *m, char *p, int n));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.h32 extern int zvs_create(ZCONST char *fname, long cretim, long modtim,
35 extern int zvs_credir(ZCONST char *dname, long cretim, long modtim,
39 extern char *ux_to_vs_name(char *outname, ZCONST char *inname);

Completed in 223 milliseconds

12345