Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dclnt_perr.c59 const char *errstr = clnt_sperrno (e.re_status); in clnt_sperror() local
80 res = __asprintf (&str, "%s: %s\n", msg, errstr); in clnt_sperror()
86 msg, errstr, __strerror_r (e.re_errno, in clnt_sperror()
93 msg, errstr, e.re_vers.low, e.re_vers.high); in clnt_sperror()
99 res = __asprintf (&str, _("%s: %s; why = %s\n"), msg, errstr, tmpstr); in clnt_sperror()
103 msg, errstr, (int) e.re_why); in clnt_sperror()
109 msg, errstr, e.re_vers.low, e.re_vers.high); in clnt_sperror()
114 msg, errstr, e.re_lb.s1, e.re_lb.s2); in clnt_sperror()
284 const char *errstr = ""; in libc_hidden_def() local
289 errstr = clnt_sperrno (ce->cf_error.re_status); in libc_hidden_def()
[all …]
/glibc-2.36/support/
Dsupport_format_herrno.c26 const char *errstr; in support_format_herrno() local
30 errstr = "HOST_NOT_FOUND"; in support_format_herrno()
33 errstr = "NO_ADDRESS"; in support_format_herrno()
36 errstr = "NO_RECOVERY"; in support_format_herrno()
39 errstr = "TRY_AGAIN"; in support_format_herrno()
44 return xstrdup (errstr); in support_format_herrno()
/glibc-2.36/posix/
Dbug-regex24.c23 char errstr[300]; in do_test() local
24 regerror (err, &rbuf, errstr, sizeof (errstr)); in do_test()
25 puts (errstr); in do_test()
Dtst-gnuglob-skeleton.c325 errstr (int val) in errstr() function
356 const char *errstr = ""; in test_result() local
367 errstr = ok ? "" : " *** WRONG"; in test_result()
369 errstr = ok ? "" : " * wrong position"; in test_result()
374 printf (" %s%s\n", gl->gl_pathv[cnt], errstr); in test_result()
425 errstr (errval)) in do_test()
Dtst-regex2.c95 char errstr[300]; in do_test() local
96 regerror (err, &rbuf, errstr, sizeof (errstr)); in do_test()
97 puts (errstr); in do_test()
/glibc-2.36/assert/
Dassert.c88 static const char errstr[] = "Unexpected error.\n"; in __assert_fail_base() local
89 __libc_write (STDERR_FILENO, errstr, sizeof (errstr) - 1); in __assert_fail_base()
/glibc-2.36/elf/
Ddl-profile.c203 const char *errstr = NULL; in _dl_start_profile() local
334 errstr = "%s: cannot open file: %s\n"; in _dl_start_profile()
339 _dl_error_printf (errstr, filename, in _dl_start_profile()
347 errstr = "%s: cannot stat file: %s\n"; in _dl_start_profile()
363 errstr = "%s: cannot create file: %s\n"; in _dl_start_profile()
389 errstr = "%s: cannot map file: %s\n"; in _dl_start_profile()
/glibc-2.36/ChangeLog.old/
DChangeLog.1936154 (_int_malloc, int_realloc): Likewise. Remove errstr variable.