Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/error/
A Derror.c39 void error (int status, int errnum, const char *message, ...) in error() argument
54 if (errnum) { in error()
55 fprintf (stderr, ": %s", strerror (errnum)); in error()
62 void error_at_line (int status, int errnum, const char *file_name, in error_at_line() argument
95 if (errnum) { in error_at_line()
96 fprintf (stderr, ": %s", strerror (errnum)); in error_at_line()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A D__xpg_strerror_r.c161 int __xpg_strerror_r(int errnum, char *strerrbuf, size_t buflen) in __xpg_strerror_r() argument
178 if (estridx[i] == errnum) { in __xpg_strerror_r()
184 if (errnum == EDQUOT) in __xpg_strerror_r()
190 i = errnum; in __xpg_strerror_r()
211 s = _int10tostr(buf+sizeof(buf)-1, errnum) - sizeof(unknown); in __xpg_strerror_r()
238 int __xpg_strerror_r(int errnum, char *strerrbuf, size_t buflen) in __xpg_strerror_r() argument
247 s = _int10tostr(buf+sizeof(buf)-1, errnum) - sizeof(unknown); in __xpg_strerror_r()
A Dstrerror.c13 char *strerror(int errnum) in strerror() argument
17 __xpg_strerror_r(errnum, buf, sizeof(buf)); in strerror()
A D__glibc_strerror_r.c16 char *__glibc_strerror_r(int errnum, char *strerrbuf, size_t buflen) in __glibc_strerror_r() argument
18 __xpg_strerror_r(errnum, strerrbuf, buflen); in __glibc_strerror_r()
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dldconfig.c116 static attribute_noreturn void err(int errnum, const char *s, ...) in err() argument
124 exit(errnum); in err()
A Dgetconf.c28 #define error(status, errnum, fmt, ...) \ argument

Completed in 8 milliseconds