Home
last modified time | relevance | path

Searched refs:sm_debug (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_conditions.c501 sm_debug("%d in __split_whole_condition\n", get_lineno()); in __split_whole_condition()
513 sm_debug("%d done __split_whole_condition\n", get_lineno()); in __split_whole_condition()
518 sm_debug("%d in __handle_logic\n", get_lineno()); in __handle_logic()
532 sm_debug("%d done __handle_logic\n", get_lineno()); in __handle_logic()
565 sm_debug("%d in __handle_condition_assigns\n", get_lineno()); in __handle_condition_assigns()
609 sm_debug("%d done __handle_condition_assigns\n", get_lineno()); in __handle_condition_assigns()
637 sm_debug("%d in __handle_ternary_assigns\n", get_lineno()); in __handle_select_assigns()
676 sm_debug("%d done __handle_ternary_assigns\n", get_lineno()); in __handle_select_assigns()
H A Dsmatch_sval.c473 sm_debug("%s: divide by zero", __func__); in sval_binop_unsigned()
528 sm_debug("%s: divide by zero", __func__); in sval_binop_signed()
531 sm_debug("%s: invalid divide LLONG_MIN/-1", __func__); in sval_binop_signed()
H A Dsmatch_flow.c1581 sm_debug("new function: %s\n", cur_func); in split_function()
1695 sm_debug("inline function: %s\n", cur_func); in parse_inline()
H A Dsmatch.h308 #define sm_debug(msg...) do { if (option_debug) sm_printf(msg); } while (0) macro
H A Dsmatch_ranges.c577 sm_debug("XXX: trouble parsing %s c = %s", str, c); in str_to_rl_helper()
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Ddebug.h56 typedef struct sm_debug SM_DEBUG_T;
57 struct sm_debug struct
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c66 boolean_t sm_debug; member
202 sm->sm_debug = sm->sm_symtab = sm->sm_ctf = B_TRUE; in secmap_alloc()
210 sm->sm_debug = sm->sm_symtab = sm->sm_ctf = B_TRUE; in secmap_alloc()
299 if (sm->sm_debug && (secmap_content & CC_CONTENT_DEBUG) != 0 && in secmap_file_check()