Searched refs:ZCONST (Results 76 - 100 of 113) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atari/
H A Datari.c51 ZCONST char *wildspec; /* only used first time on a given dir */
54 static ZCONST char *wildname;
75 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL) {
956 ZCONST char *fname;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnetware.c90 ZCONST char *wildspec; /* only used first time on a given dir */
93 static ZCONST char *wildname;
114 if ((wildname = strrchr(wildspec, '/')) == (ZCONST char *)NULL) {
809 ZCONST char *fname;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c53 static ZCONST char Far CannotDeleteOldFile[] =
55 static ZCONST char Far CannotCreateFile[] = "error: cannot create %s\n";
65 ZCONST char *wildspec; /* only used first time on a given dir */
68 static ZCONST char *wildname;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcmdline.c994 extern ZCONST char UnzipSFXBanner[];
996 extern ZCONST char BetaVersion[];
1030 extern ZCONST char UnzipUsageLine1[];
1032 extern ZCONST char BetaVersion[];
H A Dvms.c121 ZCONST char Far InvalidResponse[] =
123 ZCONST char Far AssumeNo[] =
215 static unsigned find_eol(ZCONST uch *p, unsigned n, unsigned *l);
217 static char *vms_path_fixdown(ZCONST char *dir_spec, char *dir_file);
224 static void vms_msg(__GPRO__ ZCONST char *string, int status);
602 static ZCONST char *month[] =
610 static ZCONST struct dsc$descriptor date_str =
2314 ZCONST uch *p;
2319 ZCONST uch *q;
2984 static char *vms_path_fixdown(ZCONST cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Duzexampl.c78 static ZCONST UzpVer *lpUzVersInfo = NULL;
86 ZCONST UzpVer * UZ_EXP UzpVersion OF((void));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipfile.c200 local int find_signature OF((FILE *, ZCONST char *));
201 local int is_signature OF((ZCONST char *, ZCONST char *));
202 local int at_signature OF((FILE *, ZCONST char *));
204 local int zqcmp OF((ZCONST zvoid *, ZCONST zvoid *));
206 local int zuqcmp OF((ZCONST zvoid *, ZCONST zvoid *));
213 local int rqcmp OF((ZCONST zvoid *, ZCONST zvoi
[all...]
H A Dzip.c115 ZCONST ulg near *crc_32_tab;
117 ZCONST uLongf *crc_32_tab;
332 ZCONST char *h; /* message about how it happened */
441 ZCONST char *h;
467 ZCONST char *a; /* message string to output */
506 ZCONST char *a, *b; /* message strings juxtaposed in output */
527 ZCONST char *a, *b; /* message strings juxtaposed in output */
566 static ZCONST char *text[] = {
701 static ZCONST char *text[] = {
1058 static ZCONST cha
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c87 ZCONST char *wildspec; /* only used first time on a given dir */
91 static ZCONST char *wildname;
113 if ((G.wildname = (ZCONST char *)strrchr(wildspec, '/')) == NULL) {
1091 static ZCONST char Far DirlistUidGidFailed[] =
1093 static ZCONST char Far DirlistUtimeFailed[] =
1096 static ZCONST char Far DirlistChmodFailed[] =
1173 ZCONST char *fname;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c687 extern ZCONST ush ydays[]; /* defined in fileio.c */
1335 int stamp_file(__GPRO__ ZCONST char *fname, time_t modtime)
1491 ZCONST char *wildspec; /* only used first time on a given dir */
1495 static ZCONST char *wildname;
1518 if ((G.wildname = MBSRCHR(wildspec, '/')) == (ZCONST char *)NULL &&
1519 (G.wildname = MBSRCHR(wildspec, ':')) == (ZCONST char *)NULL) {
2826 static void conv_to_rule(LPSYSTEMTIME lpw32tm, struct rule * ZCONST ptrule);
2828 static void conv_to_rule(LPSYSTEMTIME lpw32tm, struct rule * ZCONST ptrule)
2844 int GetPlatformLocalTimezone(register struct state * ZCONST sp,
2845 void (*fill_tzstate_from_rules)(struct state * ZCONST sp_re
[all...]
H A Dcrc_i386.asm86 extrn _get_crc_table:near ; ZCONST ulg near *get_crc_table(void);
223 _crc32 proc near ; ulg crc32(ulg crc, ZCONST uch *buf, extent len)
H A Dw32cfg.h305 ZCONST char *wildname;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dapi.c16 ZCONST UzpVer *UzpVersion(void);
66 ZCONST UzpVer * UZ_EXP UzpVersion() /* returns pointer to const struct */
68 static ZCONST UzpVer version = { /* doesn't change between calls */
478 int writeToMemory(__GPRO__ ZCONST uch *rawbuf, extent size)
H A Dfunzip.c185 ZCONST unsigned near mask_bits[17] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c58 ZCONST char *wildspec; /* only used first time on a given dir */
61 static ZCONST char *wildname;
873 ZCONST char *fname;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c233 ZCONST char *wildspec; /* only used first time on a given dir */
236 static ZCONST char *wildname;
1051 ZCONST char *fname;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmszip.c173 local zDIR *zopendir OF((ZCONST char *));
598 local zDIR *zopendir( ZCONST char *n)
599 /* ZCONST char *n; directory to open */
1322 static ZCONST char *month[] = {"JAN", "FEB", "MAR", "APR", "MAY", "JUN",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dhuman68k.c340 static ZCONST char CompiledWith[] = "Compiled with %s%s for %s%s%s%s.\n\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atari/
H A Datari.c225 void regerror( char ZCONST *msg ) {
645 static ZCONST char CompiledWith[] = "Compiled with %s%s for %s%s%s%s.\n\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dqdos.c35 ZCONST char *m; /* prompt for password */
151 char * stpcpy (char *d, ZCONST char *s)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damigazip.c433 static ZCONST char CompiledWith[] = "Compiled with %s%s under %s%s%s%s.\n\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_i386.asm86 extrn _get_crc_table:near ; ZCONST ulg near *get_crc_table(void);
223 _crc32 proc near ; ulg crc32(ulg crc, ZCONST uch *buf, extent len)
H A Dwin32zip.c63 local zDIRSCAN * OpenDirScan OF((ZCONST char *n));
68 local zDIRSCANW * OpenDirScanW OF((ZCONST wchar_t *wn));
102 local ZCONST char wild_match_all[] = "*.*";
108 ZCONST wchar_t *nw; /* directory to open */
154 ZCONST char *n; /* directory to open */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/cmsmvs/
H A Dvmmvs.c246 ZCONST char *wld; /* only used first time on a given dir */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dcrc_i86.asm20 ; It replaces the `ulg crc32(ulg crc, ZCONST uch *buf, extent len)' function
342 ; ZCONST uch *buf,

Completed in 156 milliseconds

12345