Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_flow.c41 static char *full_base_file; variable
110 return full_base_file; in get_filename()
121 return full_base_file; in get_base_file()
1922 free(full_base_file); in smatch()
1925 full_base_file = malloc(len); in smatch()
1926 snprintf(full_base_file, len, "%s/%s", path, base_file); in smatch()
1928 full_base_file = alloc_string(base_file); in smatch()