Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_db.c2240 const char *schema_files[] = { in init_memdb() local
2279 for (i = 0; i < ARRAY_SIZE(schema_files); i++) { in init_memdb()
2280 fd = open_schema_file(schema_files[i]); in init_memdb()
2285 sm_ierror("failed to read: %s", schema_files[i]); in init_memdb()
2291 schema_files[i], sizeof(buf)); in init_memdb()
2307 const char *schema_files[] = { in init_cachedb() local
2327 for (i = 0; i < ARRAY_SIZE(schema_files); i++) { in init_cachedb()
2328 fd = open_schema_file(schema_files[i]); in init_cachedb()
2333 sm_ierror("failed to read: %s", schema_files[i]); in init_cachedb()
2339 schema_files[i], sizeof(buf)); in init_cachedb()