Home
last modified time | relevance | path

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

/xnu-10002.81.5/libsyscall/mach/
H A Dmach_error.c73 char *err_str; in mach_error() local
77 err_str = mach_error_string_int(err, &diag); in mach_error()
80 _mach_snprintf(buf, sizeof(buf), "%s %s (%x)", mach_error_type(err), err_str, err); in mach_error()
81 err_str = buf; in mach_error()
84 fprintf_stderr("%s %s\n", str, err_str); in mach_error()