PARSE_OPT_NOAUTONEG
!(opts->flags & PARSE_OPT_NOAUTONEG))
!(options->flags & PARSE_OPT_NOAUTONEG)) {
if (strstarts("no-", arg) && !(options->flags & PARSE_OPT_NOAUTONEG)) {
if (strncmp(arg, "no-", 3) || (options->flags & PARSE_OPT_NOAUTONEG))
opt_llong_callback, PARSE_OPT_NOAUTONEG)
opt_llong_callback, PARSE_OPT_NOAUTONEG)
"ignore IRQ latencies", PARSE_OPT_NOAUTONEG)
"ignore thread latencies", PARSE_OPT_NOAUTONEG)