GLOBAL_ERR_SZ
(void) vsnprintf(global_error, GLOBAL_ERR_SZ-1, format, alist);
static char global_error[GLOBAL_ERR_SZ];
(void) vsnprintf(global_error, GLOBAL_ERR_SZ-1, format, alist);
static char global_error[GLOBAL_ERR_SZ];