Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c441 size_t maxnamelen = 0; in process_file() local
488 if (slen > maxnamelen) in process_file()
489 maxnamelen = slen; in process_file()
623 if (maxnamelen > 0) in process_file()
624 snamebuf = xmalloc (maxnamelen + 2); in process_file()