Searched refs:SM_STRLEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstrngmem.h60 #define SM_STRLEN 16 macro
H A Dstrngmem.c51 * many strings of length SM_STRLEN
55 * SM_STRLEN=16, then each new
89 sm->fl = _new_FreeList(SM_STRLEN, blocking_factor);
158 if(length < SM_STRLEN) {

Completed in 57 milliseconds