Searched refs:OPTNUM_UNLIMITED (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | options.c | 322 #define OPTNUM_UNLIMITED 2 macro 332 if ((flag & OPTNUM_UNLIMITED) && !strcmp(opt, "unlimited")) \ 498 opt_ullong(arg, opt, &fmemcpy_max_count, OPTNUM_ZERO_IS_INF|OPTNUM_UNLIMITED); in handle_fmemcpy_max_count() 504 opt_uint(arg, opt, &fmax_errors, OPTNUM_UNLIMITED); in handle_fmax_errors() 510 opt_uint(arg, opt, &fmax_warnings, OPTNUM_UNLIMITED); in handle_fmax_warnings()
|