Home
last modified time | relevance | path

Searched refs:EXIT_WARN (Results 1 – 5 of 5) sorted by relevance

/dports/archivers/upx/upx-3.96/src/
H A Dwork.cpp276 set_exit_code(e.isWarning() ? EXIT_WARN : EXIT_ERROR); in do_files()
H A Dconf.h330 #define EXIT_WARN 2 macro
H A Dmain.cpp144 else if (ec == EXIT_WARN) in set_eec()
/dports/archivers/lzop/lzop-1.04/src/
H A Dlzop.c139 else if (ec == EXIT_WARN) in set_eec()
235 if (!(ec == EXIT_WARN && (opt_nowarn || opt_ignorewarn || opt_verbose == 0))) in do_error()
239 if (ec == EXIT_WARN) in do_error()
277 do_error(ft,err_nl,msg,EXIT_WARN,0); in warn()
297 do_error(ft,err_nl,msg,EXIT_WARN,errno); in p_warn()
H A Dconf.h346 #define EXIT_WARN 2 macro