Searched defs:strerror (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dstrerror.c0 /* strerror.c --- POSIX compatible system error routine
35 # undef strerror macro
37 # define strerror(n) NULL macro
333 char *result = strerror (n);
H A Dstring.in.h577 # undef strerror macro
578 # define strerror rpl_strerror macro
579 extern char *strerror (int);
582 # undef strerror macro
583 # define strerror(e) \ macro
584 (GL_LINK_WARNING ("strerror is unportable - " \
585 "use gnulib module strerror to guarantee non-NULL result"), \
586 strerror (e))
/ndk/sources/host-tools/make-3.81/
H A Dmake.h278 #undef strerror macro
280 extern char *strerror PARAMS ((int errnum));
H A Dmisc.c296 #undef strerror
299 strerror (int errnum)
320 error (NILF, _("%s%s: %s"), str, name, strerror (errno));
328 fatal (NILF, _("%s: %s"), name, strerror (errno));
905 error (NILF, _("write error: %s"), strerror (errno));
292 #undef strerror macro
295 strerror (int errnum) function

Completed in 19 milliseconds