Searched refs:STRINGSIZE (Results 1 – 6 of 6) sorted by relevance
87 if (sp->s_topFree == NOSTR && (STRINGSIZE << index) >= s) in salloc()97 sp->s_topFree = (char *) calloc(STRINGSIZE << index, in salloc()105 sp->s_nleft = STRINGSIZE << index; in salloc()172 sp->s_nleft = STRINGSIZE << index; in sreset()
36 #define STRINGSIZE PATH_MAX macro
38 const STRINGSIZE = 1024;
32 const STRINGSIZE = 1024; variable
153 #define STRINGSIZE(d) ((long)d->d_reclen - \ macro3017 stringsize = STRINGSIZE(dirp); in getdirslot()3027 stringsize = STRINGSIZE(dirp); in getdirslot()3045 stringsize = STRINGSIZE(dirp); in getdirslot()3078 stringsize = STRINGSIZE(dirp); in getdirslot()3094 stringsize = STRINGSIZE(dirp); in getdirslot()3898 stringsize = STRINGSIZE(dirp); in fprnt()
86 #define STRINGSIZE ((unsigned)128) /* Dynamic allocation units */ macro