• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/

Lines Matching refs:OF

1240    char *plastchar OF((ZCONST char *ptr, extent len));
1340 * Function prototypes are below as OF is defined earlier in this file
1413 int zfseeko OF((FILE *, zoff_t, int));
1416 zoff_t zftello OF((FILE *));
1463 int zfseeko OF((FILE *, zoff_t, int));
1466 zoff_t zftello OF((FILE *));
2240 int MAIN OF((int argc, char **argv));
2241 int unzip OF((__GPRO__ int argc, char **argv));
2242 int uz_opts OF((__GPRO__ int *pargc, char ***pargv));
2243 int usage OF((__GPRO__ int error));
2250 int process_zipfiles OF((__GPRO));
2251 void free_G_buffers OF((__GPRO));
2252 /* static int do_seekable OF((__GPRO__ int lastchance)); */
2253 /* static int find_ecrec OF((__GPRO__ long searchlen)); */
2254 /* static int process_central_comment OF((__GPRO)); */
2255 int process_cdir_file_hdr OF((__GPRO));
2256 int process_local_file_hdr OF((__GPRO));
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));
2278 int zi_opts OF((__GPRO__ int *pargc, char ***pargv));
2280 void zi_end_central OF((__GPRO));
2281 int zipinfo OF((__GPRO));
2282 /* static int zi_long OF((__GPRO__ zusz_t *pEndprev)); */
2283 /* static int zi_short OF((__GPRO)); */
2284 /* static char *zi_time OF((__GPRO__ ZCONST ulg *datetimez,
2292 int list_files OF((__GPRO));
2294 int get_time_stamp OF((__GPRO__ time_t *last_modtime,
2297 int ratio OF((zusz_t uc, zusz_t c));
2298 void fnprint OF((__GPRO));
2306 int open_input_file OF((__GPRO));
2307 int open_outfile OF((__GPRO)); /* also vms.c */
2308 void undefer_input OF((__GPRO));
2309 void defer_leftover_input OF((__GPRO));
2310 unsigned readbuf OF((__GPRO__ char *buf, register unsigned len));
2311 int readbyte OF((__GPRO));
2312 int fillinbuf OF((__GPRO));
2313 int seek_zipf OF((__GPRO__ zoff_t abs_offset));
2315 int flush OF((__GPRO__ ulg size)); /* actually funzip.c */
2317 int flush OF((__GPRO__ uch *buf, ulg size, int unshrink));
2319 /* static int disk_error OF((__GPRO)); */
2320 void handler OF((int signal));
2321 time_t dos_to_unix_time OF((ulg dos_datetime));
2322 int check_for_newer OF((__GPRO__ char *filename)); /* os2,vmcms,vms */
2323 int do_string OF((__GPRO__ unsigned int length, int option));
2324 ush makeword OF((ZCONST uch *b));
2325 ulg makelong OF((ZCONST uch *sig));
2326 zusz_t makeint64 OF((ZCONST uch *sig));
2327 char *fzofft OF((__GPRO__ zoff_t val,
2330 char *str2iso OF((char *dst, ZCONST char *src));
2333 char *str2oem OF((char *dst, ZCONST char *src));
2336 int zstrnicmp OF((register ZCONST char *s1,
2341 int zstat OF((ZCONST char *p, struct stat *s));
2344 zvoid *memset OF((register zvoid *, register int, register unsigned int));
2345 int memcmp OF((register ZCONST zvoid*, register ZCONST zvoid *,
2347 zvoid *memcpy OF((register zvoid *, register ZCONST zvoid *,
2351 extent uzmbclen OF((ZCONST unsigned char *ptr));
2354 unsigned char *uzmbschr OF((ZCONST unsigned char *str, unsigned int c));
2357 unsigned char *uzmbsrchr OF((ZCONST unsigned char *str, unsigned int c));
2360 char *fLoadFarString OF((__GPRO__ const char Far *sz));
2361 char *fLoadFarStringSmall OF((__GPRO__ const char Far *sz));
2362 char *fLoadFarStringSmall2 OF((__GPRO__ const char Far *sz));
2364 char Far * Far zfstrcpy OF((char Far *s1, const char Far *s2));
2367 int Far zfstrcmp OF((const char Far *s1, const char Far *s2));
2376 int extract_or_test_files OF((__GPRO));
2377 /* static int store_info OF((void)); */
2378 /* static int extract_or_test_member OF((__GPRO)); */
2379 /* static int TestExtraField OF((__GPRO__ uch *ef, unsigned ef_len)); */
2380 /* static int test_OS2 OF((__GPRO__ uch *eb, unsigned eb_size)); */
2381 /* static int test_NT OF((__GPRO__ uch *eb, unsigned eb_size)); */
2383 unsigned find_compr_idx OF((unsigned compr_methodnum));
2385 int memextract OF((__GPRO__ uch *tgt, ulg tgtsize,
2387 int memflush OF((__GPRO__ ZCONST uch *rawbuf, ulg size));
2389 uch *extract_izvms_block OF((__GPRO__ ZCONST uch *ebdata,
2393 char *fnfilter OF((ZCONST char *raw, uch *space,
2401 int explode OF((__GPRO)); /* explode.c */
2403 int huft_free OF((struct huft *t)); /* inflate.c */
2404 int huft_build OF((__GPRO__ ZCONST unsigned *b, unsigned n,
2408 int UZinflate OF((__GPRO__ int is_defl64)); /* inflate.c */
2411 int inflate OF((__GPRO__ int is_defl64)); /* inflate.c */
2412 int inflate_free OF((__GPRO)); /* inflate.c */
2416 int unreduce OF((__GPRO)); /* unreduce.c */
2417 /* static void LoadFollowers OF((__GPRO__ f_array *follower, uch *Slen));
2421 int unshrink OF((__GPRO)); /* unshrink.c */
2422 /* static void partial_clear OF((__GPRO)); * unshrink.c */
2426 int UZbunzip2 OF((__GPRO)); /* extract.c */
2427 void bz_internal_error OF((int bzerrcode)); /* ubz2err.c */
2435 void setFileNotFound OF((__GPRO)); /* api.c */
2436 int unzipToMemory OF((__GPRO__ char *zip, char *file,
2438 int redirect_outfile OF((__GPRO)); /* api.c */
2439 int writeToMemory OF((__GPRO__ ZCONST uch *rawbuf,
2441 int close_redirect OF((__GPRO)); /* api.c */
2443 int UzpUnzip OF((int argc, char **argv));/* use UzpMain */
2445 int varmessage OF((__GPRO__ ZCONST uch *buf, ulg size));
2446 int varputchar OF((__GPRO__ int c)); /* rexxapi.c */
2447 int finish_REXX_redirect OF((__GPRO)); /* rexxapi.c */
2450 void APIhelp OF((__GPRO__ int argc, char **argv));
2460 void check_for_windows OF((ZCONST char *app)); /* msdos.c */
2480 ulg GetThreadId OF((void));
2482 int GetCountryInfo OF((void)); /* os2.c */
2483 long GetFileTime OF((ZCONST char *name)); /* os2.c */
2484 /* static void SetPathAttrTimes OF((__GPRO__ int flags, int dir)); os2.c */
2485 /* static int SetEAs OF((__GPRO__ const char *path,
2487 /* static int SetACL OF((__GPRO__ const char *path,
2489 /* static int IsFileNameValid OF((const char *name)); os2.c */
2490 /* static void map2fat OF((char *pathcomp, char **pEndFAT)); os2.c */
2491 /* static int SetLongNameEA OF((char *name, char *longname)); os2.c */
2492 /* static void InitNLS OF((void)); os2.c */
2493 int IsUpperNLS OF((int nChr)); /* os2.c */
2494 int ToLowerNLS OF((int nChr)); /* os2.c */
2495 void DebugMalloc OF((void)); /* os2.c */
2514 int upper OF((char *s)); /* tops20.c */
2515 int enquote OF((char *s)); /* tops20.c */
2516 int dequote OF((char *s)); /* tops20.c */
2517 int fnlegal OF(()); /* error if prototyped? */ /* tops20.c */
2525 extent getVMMVSexfield OF((char *type, uch *ef_block, unsigned datalen));
2526 FILE *vmmvs_open_infile OF((__GPRO)); /* vmmvs.c */
2527 void close_infile OF((__GPRO)); /* vmmvs.c */
2535 int check_format OF((__GPRO)); /* vms.c */
2536 /* int open_outfile OF((__GPRO)); * (see fileio.c) vms.c */
2537 /* int flush OF((__GPRO__ uch *rawbuf, unsigned size,
2539 char *vms_msg_text OF((void)); /* vms.c */
2541 void return_VMS OF((__GPRO__ int zip_error)); /* vms.c */
2543 void return_VMS OF((int zip_error)); /* vms.c */
2546 ulg vms_unzip_cmdline OF((int *, char ***)); /* cmdline.c */
2547 int VMSCLI_usage OF((__GPRO__ int error)); /* cmdline.c */
2556 int IsWinNT OF((void)); /* win32.c */
2558 void process_defer_NT OF((__GPRO)); /* win32.c */
2559 int test_NTSD OF((__GPRO__ uch *eb, unsigned eb_size,
2564 int zstat_win32 OF((__W32STAT_GLOBALS__
2573 Uz_Globs *globalsCtor OF((void)); /* globals.c */
2575 int envargs OF((int *Pargc, char ***Pargv,
2578 void mksargs OF((int *argcp, char ***argvp)); /* envargs.c */
2580 int match OF((ZCONST char *s, ZCONST char *p,
2582 int iswild OF((ZCONST char *p)); /* match.c */
2587 int dateformat OF((void)); /* local */
2588 char dateseparator OF((void)); /* local */
2590 void version OF((__GPRO)); /* local */
2592 int mapattr OF((__GPRO)); /* local */
2593 int mapname OF((__GPRO__ int renamed)); /* local */
2594 int checkdir OF((__GPRO__ char *pathcomp, int flag)); /* local */
2595 char *do_wild OF((__GPRO__ ZCONST char *wildzipfn)); /* local */
2596 char *GetLoadPath OF((__GPRO)); /* local */
2598 int screensize OF((int *tt_rows, int *tt_cols)); /* local */
2600 int screenlinewrap OF((void)); /* local */
2604 int SetFileSize OF((FILE *file, zusz_t filesize)); /* local */
2607 void close_outfile OF((__GPRO)); /* local */
2610 int set_symlnk_attribs OF((__GPRO__ slinkentry *slnk_entry)); /* local */
2613 int defer_dir_attribs OF((__GPRO__ direntry **pd)); /* local */
2614 int set_direc_attribs OF((__GPRO__ direntry *d)); /* local */
2618 int stamp_file OF((__GPRO__
2621 int stamp_file OF((ZCONST char *fname, time_t modtime)); /* local */
2625 void prepare_ISO_OEM_translat OF((__GPRO)); /* local */
2628 zvoid far *zcalloc OF((unsigned int, unsigned int));
2629 zvoid zcfree OF((zvoid far *));
2632 void SYSTEM_SPECIFIC_CTOR OF((__GPRO)); /* local */
2635 void SYSTEM_SPECIFIC_DTOR OF((__GPRO)); /* local */
3083 int is_ascii_string OF((ZCONST char *mbstring));
3087 char *utf8_to_local_string OF((ZCONST char *utf8_string, int escape_all));
3090 zwchar *utf8_to_wide_string OF((ZCONST char *utf8_string));
3093 char *wide_to_local_string OF((ZCONST zwchar *wide_string, int escape_all));
3097 char *local_to_display_string OF((ZCONST char *local_string));
3101 char *wide_to_escape_string OF((unsigned long));
3108 unsigned long escape_string_to_wide OF((ZCONST char *escape_string));
3111 char *local_to_utf8_string OF ((ZCONST char *local_string));
3114 zwchar *local_to_wide_string OF ((ZCONST char *local_string));
3117 char *wide_to_utf8_string OF((ZCONST zwchar *wide_string));