Home
last modified time | relevance | path

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

/freebsd/usr.bin/mail/
H A Dstrings.c65 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s) in salloc()
75 if ((sp->s_topFree = malloc(STRINGSIZE << index)) == NULL) in salloc()
78 sp->s_nleft = STRINGSIZE << index; in salloc()
104 sp->s_nleft = STRINGSIZE << index; in sreset()
H A Ddef.h61 #define STRINGSIZE ((unsigned)128) /* Dynamic allocation units */ macro
/freebsd/include/rpcsvc/
H A Drex.x36 const STRINGSIZE = 1024; variable