Home
last modified time | relevance | path

Searched refs:maxnamelen (Results 1 – 3 of 3) 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()
/external/python/cpython2/Demo/pdist/
DFSProxy.py26 maxnamelen = 255 variable
67 if len(name) > maxnamelen: return 0
/external/python/cpython2/PC/os2vacpp/
Dreadme.txt71 os.maxnamelen # Maximum Length of a Single Dir/File Name, in chars