Searched refs:err_str (Results 1 – 1 of 1) sorted by relevance
68 char * err_str; in mach_error() local72 err_str=mach_error_string_int(err, &diag); in mach_error()75 sprintf( buf, "%s %s (%x)", mach_error_type(err), err_str, err ); in mach_error()76 err_str = buf; in mach_error()79 fprintf(stderr, "%s %s\n", str, err_str); in mach_error()
Completed in 3 milliseconds