Searched refs:XC_MAX_ERROR_MSG_LEN (Results 1 – 3 of 3) sorted by relevance
145 char msgbuf[XC_MAX_ERROR_MSG_LEN]; in xc_reportv()167 vsnprintf(msg, XC_MAX_ERROR_MSG_LEN-1, fmt, args); in xc_reportv()168 msg[XC_MAX_ERROR_MSG_LEN-1] = '\0'; in xc_reportv()
82 char msg[XC_MAX_ERROR_MSG_LEN]; in xc_dom_panic_func()
1673 #define XC_MAX_ERROR_MSG_LEN 1024 macro1676 char message[XC_MAX_ERROR_MSG_LEN];
Completed in 9 milliseconds