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

/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c221 #define CMN_MSG_SIZE 256 macro
227 char buf[CMN_MSG_SIZE];
528 char tbuf[CMN_MSG_SIZE];
589 CMN_MSG_SIZE - strlen(tbuf));
648 if ((root->len + len) < CMN_MSG_SIZE) {
649 fmt_str(env, str, root->buf+root->len, CMN_MSG_SIZE -

Completed in 20 milliseconds