Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro5.c662 int truelen = 0; in construct_from_dir_and_name() local
666 truelen = strlen(dir) + strlen(name) + 1 +1; in construct_from_dir_and_name()
667 final = (char *)malloc(truelen); in construct_from_dir_and_name()