Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_flow.c40 static char *full_filename; variable
114 return full_filename; in get_filename()
143 free(full_filename); in set_position()
147 full_filename = malloc(len); in set_position()
148 snprintf(full_filename, len, "%s/%s", pathname, filename); in set_position()
150 full_filename = alloc_string(filename); in set_position()