Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c61 #define GLOBAL_ERR_SZ 1024 macro
68 static char global_error[GLOBAL_ERR_SZ];
644 (void) vsnprintf(global_error, GLOBAL_ERR_SZ-1, format, alist); in preserve_error()
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c57 #define GLOBAL_ERR_SZ 1024 macro
89 static char global_error[GLOBAL_ERR_SZ];
2326 (void) vsnprintf(global_error, GLOBAL_ERR_SZ-1, format, alist); in preserve_error()