Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/mail/
HDstrings.c71 if (sp->s_topFree == NULL && (STRINGSIZE << index) >= s) in salloc()
81 if ((sp->s_topFree = malloc(STRINGSIZE << index)) == NULL) in salloc()
84 sp->s_nleft = STRINGSIZE << index; in salloc()
110 sp->s_nleft = STRINGSIZE << index; in sreset()
HDdef.h63 #define STRINGSIZE ((unsigned)128) /* Dynamic allocation units */ macro
/freebsd-14-stable/include/rpcsvc/
HDrex.x44 const STRINGSIZE = 1024;