HomeSort by: relevance | last modified time | path
    Searched refs:STRINGSIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
strings.c 52 #define STRINGSIZE ((unsigned) 128)/* Dynamic allocation units */
57 * The first holds STRINGSIZE bytes, the next
87 if (sp->s_topFree == NULL && (STRINGSIZE << idx) >= s)
97 sp->s_topFree = malloc(STRINGSIZE << idx);
101 sp->s_nleft = STRINGSIZE << idx;
139 sp->s_nleft = STRINGSIZE << idx;
  /src/lib/librpcsvc/
rex.x 43 const STRINGSIZE = 1024;

Completed in 12 milliseconds