Home
last modified time | relevance | path

Searched refs:GLOBAL_ERR_SZ (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/newtask/
H A Dnewtask.c60 #define GLOBAL_ERR_SZ 1024 macro
67 static char global_error[GLOBAL_ERR_SZ];
643 (void) vsnprintf(global_error, GLOBAL_ERR_SZ-1, format, alist); in preserve_error()
/titanic_50/usr/src/cmd/prctl/
H A Dprctl.c56 #define GLOBAL_ERR_SZ 1024 macro
88 static char global_error[GLOBAL_ERR_SZ];
2323 (void) vsnprintf(global_error, GLOBAL_ERR_SZ-1, format, alist); in preserve_error()