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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_error.c75 char * err_str; local
79 err_str=mach_error_string_int(err, &diag);
82 sprintf( buf, "%s %s (%x)", mach_error_type(err), err_str, err );
83 err_str = buf;
86 fprintf_stderr("%s %s\n", str, err_str);

Completed in 58 milliseconds