Home
last modified time | relevance | path

Searched refs:STRINGSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dstrings.c52 #define STRINGSIZE ((unsigned) 128)/* Dynamic allocation units */ macro
87 if (sp->s_topFree == NULL && (STRINGSIZE << idx) >= s) in salloc()
97 sp->s_topFree = malloc(STRINGSIZE << idx); in salloc()
101 sp->s_nleft = STRINGSIZE << idx; in salloc()
139 sp->s_nleft = STRINGSIZE << idx; in sreset()
/netbsd-src/lib/librpcsvc/
H A Drex.x43 const STRINGSIZE = 1024;