Searched refs:STRINGSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dstrings.c69 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s)
79 if ((sp->s_topFree = malloc(STRINGSIZE << index)) == NULL)
82 sp->s_nleft = STRINGSIZE << index;
108 sp->s_nleft = STRINGSIZE << index;
H A Ddef.h63 #define STRINGSIZE ((unsigned)128) /* Dynamic allocation units */ macro
/freebsd-9.3-release/include/rpcsvc/
H A Drex.x43 const STRINGSIZE = 1024;

Completed in 106 milliseconds