Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_buf_comparison.c102 const char *limit_type_str(unsigned int limit_type) in limit_type_str() function
121 snprintf(buf, sizeof(buf), "%s %s", limit_type_str(limit_type), name); in alloc_compare_size()
H A Dcheck_debug.c412 snprintf(buf + n, sizeof(buf) - n, "[size_var=%s %s]", limit_type_str(limit_type), name); in match_buf_size()
H A Dsmatch.h1234 const char *limit_type_str(unsigned int limit_type);