Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_line.c192 Dwarf_Unsigned compdirnamelen = 0; in create_fullest_file_path() local
197 compdirnamelen = strlen(comp_dir_name); in create_fullest_file_path()
215 compdirnamelen + 1 + in create_fullest_file_path()
224 if (compdirnamelen > 0) { in create_fullest_file_path()
225 special_cat(full_name,comp_dir_name,compdirnamelen); in create_fullest_file_path()
242 if (compdirnamelen > 0) { in create_fullest_file_path()
243 special_cat(full_name,comp_dir_name,compdirnamelen); in create_fullest_file_path()