Searched refs:STRING_SIZE (Results 1 – 3 of 3) sorted by relevance
188 #define STRING_SIZE(N) (16 * N) macro195 ALIGN(STRING_SIZE(N), sizeof(size_t)))
75 #define STRING_SIZE (BC_STRING_MAX + 3) /* string plus quotes */ macro82 char string[STRING_SIZE];668 if (str >= &string[STRING_SIZE-1]) { in yylex()
204 lrp->mem_bytes = ALIGN(STRING_SIZE(lrp->maxlocks), sizeof(size_t));