Searched refs:opt_mode (Results 1 – 16 of 16) sorted by relevance
392 opt_mode = MODE_DECOMPRESS; in parse_real()422 opt_mode = MODE_LIST; in parse_real()440 opt_mode = MODE_TEST; in parse_real()458 opt_mode = MODE_COMPRESS; in parse_real()791 opt_mode = MODE_DECOMPRESS; in args_parse()794 opt_mode = MODE_DECOMPRESS; in args_parse()797 opt_mode = MODE_DECOMPRESS; in args_parse()801 opt_mode = MODE_DECOMPRESS; in args_parse()818 if (opt_mode == MODE_COMPRESS) in args_parse()825 if (opt_mode != MODE_COMPRESS) in args_parse()[all …]
206 if (opt_mode != MODE_LIST && opt_robot) in main()219 if (opt_mode == MODE_COMPRESS) { in main()238 if (opt_mode != MODE_LIST) in main()251 bool to_stdout_only = opt_stdout || opt_mode == MODE_LIST; in main()283 if (opt_mode == MODE_LIST) in main()294 if (opt_mode == MODE_COMPRESS) { in main()350 if (opt_mode == MODE_LIST) { in main()
25 enum operation_mode opt_mode = MODE_COMPRESS; variable311 assert(opt_mode == MODE_COMPRESS); in coder_set_compression_settings()414 if (opt_mode == MODE_COMPRESS && opt_flush_timeout != 0) { in coder_set_compression_settings()448 uint64_t memory_limit = hardware_memlimit_get(opt_mode); in coder_set_compression_settings()458 if (opt_mode == MODE_COMPRESS) { in coder_set_compression_settings()536 if (opt_mode == MODE_COMPRESS && message_verbosity_get() >= V_DEBUG) { in coder_set_compression_settings()553 assert(opt_mode == MODE_COMPRESS); in coder_set_compression_settings()824 if (opt_mode == MODE_COMPRESS) { in coder_init()925 if (opt_mode == MODE_DECOMPRESS in coder_init()1115 if (opt_mode != MODE_TEST) { in coder_write_output()[all …]
186 FILE *file = opt_mode == MODE_LIST ? stdout : stderr; in print_filename()222 && (progress_automatic || opt_mode == MODE_LIST)) in message_filename()512 if (opt_mode == MODE_COMPRESS) { in progress_pos()862 uint64_t memlimit = hardware_memlimit_get(opt_mode); in message_mem_needed()
543 opt_mode == MODE_LIST in io_open_src_real()742 opt_mode == MODE_LIST in io_open_src_real()1019 else if (try_sparse && opt_mode == MODE_DECOMPRESS) { in io_open_dest_real()
382 return opt_mode == MODE_COMPRESS in suffix_get_dest_name()
2258 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"2519 opt_mode=2608 opt_mode=$12747 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then3984 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}3990 case $opt_mode in4170 func_fatal_help "invalid operation mode '$opt_mode'"4185 for opt_mode in compile link execute install finish uninstall clean; do4191 for opt_mode in compile link execute install finish uninstall clean; do4347 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}[all …]
2238 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"2507 opt_mode=2593 opt_mode=$12698 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then3866 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}3872 case $opt_mode in4052 func_fatal_help "invalid operation mode '$opt_mode'"4067 for opt_mode in compile link execute install finish uninstall clean; do4073 for opt_mode in compile link execute install finish uninstall clean; do4223 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}[all …]
2258 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"2519 opt_mode=2608 opt_mode=$12740 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then3977 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}3983 case $opt_mode in4163 func_fatal_help "invalid operation mode '$opt_mode'"4178 for opt_mode in compile link execute install finish uninstall clean; do4184 for opt_mode in compile link execute install finish uninstall clean; do4340 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}[all …]
1997 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"2266 opt_mode=2342 opt_mode=$12442 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then3610 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}3616 case $opt_mode in3793 func_fatal_help "invalid operation mode '$opt_mode'"3808 for opt_mode in compile link execute install finish uninstall clean; do3814 for opt_mode in compile link execute install finish uninstall clean; do3964 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}[all …]
2196 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"2465 opt_mode=2551 opt_mode=$12656 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then3824 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}3830 case $opt_mode in4007 func_fatal_help "invalid operation mode '$opt_mode'"4022 for opt_mode in compile link execute install finish uninstall clean; do4028 for opt_mode in compile link execute install finish uninstall clean; do4178 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}[all …]
2225 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"2494 opt_mode=2582 opt_mode=$12687 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then3855 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}3861 case $opt_mode in4041 func_fatal_help "invalid operation mode '$opt_mode'"4056 for opt_mode in compile link execute install finish uninstall clean; do4062 for opt_mode in compile link execute install finish uninstall clean; do4212 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}[all …]
1106 opt_mode="$optarg"1203 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then2293 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}2299 case $opt_mode in2475 func_fatal_help "invalid operation mode \`$opt_mode'"2490 for opt_mode in compile link execute install finish uninstall clean; do2496 for opt_mode in compile link execute install finish uninstall clean; do2645 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}3227 test "$opt_mode" = install && func_mode_install ${1+"$@"}6783 if test "$linkmode" = prog || test "$opt_mode" != relink; then[all …]
9324 opt_mode == MODE_COMPRESS isn't possible when HAVE_ENCODERS isn't