Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4720 char scnndxnm[100]; in shdr_cache() local
4810 (void) snprintf(scnndxnm, sizeof (scnndxnm), in shdr_cache()
4813 if ((_cache->c_name = malloc(strlen(scnndxnm) + 1)) == NULL) { in shdr_cache()
4820 (void) strcpy(_cache->c_name, scnndxnm); in shdr_cache()