Home
last modified time | relevance | path

Searched refs:CMD_COMPRESS (Results 1 – 21 of 21) sorted by relevance

/dports/archivers/upx/upx-3.96/src/
H A Dwork.cpp114 if (opt->cmd == CMD_COMPRESS || opt->cmd == CMD_DECOMPRESS) { in do_one_file()
157 if (opt->cmd == CMD_COMPRESS) in do_one_file()
307 if (opt->cmd == CMD_COMPRESS) in do_files()
H A Dmain.cpp259 if (opt->cmd != CMD_COMPRESS) in check_options()
270 if (!(opt->cmd == CMD_COMPRESS || opt->cmd == CMD_DECOMPRESS)) in check_options()
280 if (!(opt->cmd == CMD_COMPRESS || opt->cmd == CMD_DECOMPRESS)) in check_options()
284 if (opt->to_stdout && opt->cmd == CMD_COMPRESS) in check_options()
340 set_cmd(CMD_COMPRESS); in set_method()
1494 set_cmd(CMD_COMPRESS); in main()
1496 case CMD_COMPRESS: in main()
H A Doptions.h40 CMD_COMPRESS, CMD_DECOMPRESS, CMD_TEST, CMD_LIST, CMD_FILEINFO, enumerator
H A Dexcept.cpp80 if (opt->cmd == CMD_COMPRESS) in throwCantPack()
H A Dpackmast.cpp92 if (opt->cmd == CMD_COMPRESS) in try_pack()
H A Dmsg.cpp166 if (opt->cmd != CMD_COMPRESS) in printUnhandledException()
H A Dp_lx_elf.cpp270 if (opt->cmd == CMD_COMPRESS) { in PackLinuxElf32help1()
290 if (opt->cmd != CMD_COMPRESS) { in PackLinuxElf32help1()
748 if (opt->cmd == CMD_COMPRESS) { in PackLinuxElf64help1()
768 if (opt->cmd != CMD_COMPRESS) { in PackLinuxElf64help1()
H A Dpacker.cpp682 assert(opt->cmd == CMD_COMPRESS); in updatePackHeader()
/dports/archivers/lzop/lzop-1.04/src/
H A Dlzop.c1403 if (opt_cmd == CMD_COMPRESS) in p_set_oname()
1517 if (opt_cmd == CMD_COMPRESS) in check_stdin()
1534 if (opt_cmd == CMD_COMPRESS) in check_stdout()
1644 if (opt_cmd == CMD_COMPRESS) in p_open_fi()
1777 if (opt_cmd == CMD_COMPRESS) in p_open_fo()
2069 if (opt_cmd == CMD_COMPRESS) in do_one_file()
2101 if (opt_cmd == CMD_COMPRESS) in do_files()
2208 if (opt_cmd == CMD_COMPRESS && opt_output_path) in check_options()
2308 set_cmd(CMD_COMPRESS); in set_method()
3125 case CMD_COMPRESS: in main()
[all …]
H A Dcompress.c254 if (opt_cmd == CMD_COMPRESS && opt_verbose > 1) in x_compress()
375 lzo_bool c = (opt_cmd == CMD_COMPRESS); in x_filter()
H A Dp_lzo.c238 if (opt_cmd == CMD_COMPRESS) in lzo_enter()
244 case CMD_COMPRESS: in lzo_enter()
H A Dconf.h364 CMD_COMPRESS, enumerator
/dports/math/parmetis/parmetis-4.0.3/metis/programs/
H A Ddefs.h30 #define CMD_COMPRESS 41 macro
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/programs/
H A Ddefs.h30 #define CMD_COMPRESS 41 macro
/dports/math/metis/metis-5.1.0/programs/
H A Ddefs.h30 #define CMD_COMPRESS 41 macro
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/imap/
H A Dimap.h57 CMD_COMPRESS, enumerator
H A Dimap.cc53 { "COMPRESS", 8, CMD_COMPRESS },
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/imap/
H A Dsnort_imap.h115 CMD_COMPRESS, enumerator
H A Dsnort_imap.c110 {"COMPRESS", 8, CMD_COMPRESS},
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclZlib.c1938 CMD_ADLER, CMD_COMPRESS, CMD_CRC, CMD_DECOMPRESS, CMD_DEFLATE, in ZlibCmd() enumerator
2002 case CMD_COMPRESS: /* compress data ?level? in ZlibCmd()
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclZlib.c1961 CMD_ADLER, CMD_COMPRESS, CMD_CRC, CMD_DECOMPRESS, CMD_DEFLATE, in ZlibCmd() enumerator
2031 case CMD_COMPRESS: /* compress data ?level? in ZlibCmd()