Searched refs:sm_ierror (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_db.c | 136 sm_ierror("%s:%d SQL error #2: %s\n", get_filename(), get_lineno(), err); in sql_exec() 137 sm_ierror("%s:%d SQL: '%s'\n", get_filename(), get_lineno(), sql); in sql_exec() 2275 sm_ierror("starting In-Memory database."); in init_memdb() 2285 sm_ierror("failed to read: %s", schema_files[i]); in init_memdb() 2290 sm_ierror("Schema file too large: %s (limit %zd bytes)", in init_memdb() 2297 sm_ierror("SQL error #2: %s", err); in init_memdb() 2298 sm_ierror("%s", buf); in init_memdb() 2323 sm_ierror("starting In-Memory database."); in init_cachedb() 2333 sm_ierror("failed to read: %s", schema_files[i]); in init_cachedb() 2338 sm_ierror("Schema file too large: %s (limit %zd bytes)", in init_cachedb() [all …]
|
H A D | smatch.h | 337 static inline void sm_ierror(const char *fmt, ...) in sm_ierror() function 969 sm_ierror("SQL error #2: %s", err); \ 970 sm_ierror("SQL: '%s'", buf); \
|