Home
last modified time | relevance | path

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

/glibc-2.36/mach/
Dmach_error.c68 char * err_str; in mach_error() local
72 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()
/glibc-2.36/elf/
Drtld.c812 const char *err_str = NULL; in do_preload() local
822 (void) _dl_catch_error (&objname, &err_str, &malloced, map_doit, &args); in do_preload()
823 if (__glibc_unlikely (err_str != NULL)) in do_preload()
827 fname, where, err_str); in do_preload()
924 report_audit_module_load_error (const char *name, const char *err_str, in report_audit_module_load_error() argument
929 name, err_str); in report_audit_module_load_error()
931 free ((char *) err_str); in report_audit_module_load_error()
945 const char *err_str = NULL; in load_audit_module() local
947 _dl_catch_error (&objname, &err_str, &malloced, dlmopen_doit, &dlmargs); in load_audit_module()
948 if (__glibc_unlikely (err_str != NULL)) in load_audit_module()
[all …]
/glibc-2.36/ChangeLog.old/
DChangeLog.2597 variable `err_str'.