Home
last modified time | relevance | path

Searched refs:OPT_SKIP_OK (Results 1 – 3 of 3) sorted by relevance

/dports/security/rhash/RHash-1.4.2/
H A Dparse_cmdline.h37 OPT_SKIP_OK = 0x100, enumerator
H A Doutput.c374 int print_name = (opt.flags & (OPT_PERCENTS | OPT_SKIP_OK) ? !init : init); in print_results_on_check()
377 …if (init || info->processing_result != 0 || !(opt.flags & OPT_SKIP_OK) || HP_FAILED(info->hp->bit_… in print_results_on_check()
550 !((opt.flags & OPT_SKIP_OK) && process_res == 0 && !HP_FAILED(info->hp->bit_flags)); in p_finish_percents()
H A Dparse_cmdline.c426 { F_UFLG, 0, 0, "skip-ok", 0, &opt.flags, OPT_SKIP_OK },