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

/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c225 #define CMN_MSG_SIZE 256 macro
231 char buf[CMN_MSG_SIZE];
532 char tbuf[CMN_MSG_SIZE];
593 CMN_MSG_SIZE - strlen(tbuf));
652 if ((root->len + len) < CMN_MSG_SIZE) {
653 fmt_str(env, str, root->buf+root->len, CMN_MSG_SIZE -

Completed in 59 milliseconds