Searched refs:BASENAMELEN (Results 1 – 6 of 6) sorted by relevance
50 #ifndef BASENAMELEN51 # define BASENAMELEN 26 // Amiga macro
110 #ifndef BASENAMELEN111 # define BASENAMELEN (_MAX_PATH - 5) // length of base of file name macro
161 #define BASENAMELEN (MAXNAMLEN - 5) macro
3575 if (STRLEN(ptr) > (unsigned)BASENAMELEN) in buf_modname()3576 ptr[BASENAMELEN] = '\0'; in buf_modname()
3610 buf = alloc(STRLEN(path) + BASENAMELEN + 5); in unix_expandpath()
8158 Solution: Increase the BASENAMELEN for Mac OS X. (Ed Ralston)