Searched refs:MAXNAMLEN (Results 1 – 4 of 4) sorted by relevance
40 #ifndef MAXNAMLEN42 #define MAXNAMLEN NAME_MAX macro44 #define MAXNAMLEN 256 macro
2736 dirent* dirBuf = reinterpret_cast<dirent*>(alloca(sizeof(struct dirent) + MAXNAMLEN + 1)); in dosfs_readdir()2737 memset(dirBuf, 0, sizeof(struct dirent) + MAXNAMLEN + 1); in dosfs_readdir()
27 #ifndef MAXNAMLEN29 # define MAXNAMLEN NAME_MAX macro31 # define MAXNAMLEN 256 macro
321 int unicodeSize = MAXNAMLEN * 2 + 1; in unix2dosfn()633 struct dirent* dirbuf = (struct dirent*)alloca(sizeof(struct dirent) + MAXNAMLEN + 1); in winChkName()1078 if (newlen > WIN_MAXLEN || newlen > MAXNAMLEN) { in mbnambuf_write()