Home
last modified time | relevance | path

Searched refs:sm_fatal (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_modification_hooks.c75 sm_fatal("multiple modification hooks for %s", check_name(owner)); in add_modification_hook()
82 sm_fatal("multiple late modification hooks for %s", check_name(owner)); in add_modification_hook_late()
H A Dsmatch.c131 sm_fatal("'%s' not found", s); in enable_disable_checks()
225 sm_fatal("invalid option %s", (*argvp)[i]); in parse_args()
H A Dsmatch_links.c103 sm_fatal("FATAL ERROR: links need to be registered directly after the check"); in set_up_link_functions()
H A Dsmatch_flow.c1895 sm_fatal("Cannot open %s", buf); in open_output_files()
1903 sm_fatal("Error: Cannot open %s", buf); in open_output_files()
1908 sm_fatal("Error: Cannot open %s", buf); in open_output_files()
H A Dsmatch.h324 static inline void sm_fatal(const char *fmt, ...) in sm_fatal() function
H A Dsmatch_ranges.c1571 sm_fatal("error calculating intersection of '%s' and '%s'", show_rl(one_rl), show_rl(two_rl)); in do_intersection()