Searched refs:err_no (Results 1 - 3 of 3) sorted by relevance

/external/strace/
H A Dstrace.c185 strerror(int err_no) argument
189 if (err_no < 1 || err_no >= sys_nerr) {
190 sprintf(buf, "Unknown error %d", err_no);
193 return sys_errlist[err_no];
283 static void verror_msg(int err_no, const char *fmt, va_list p) argument
295 if (err_no)
296 fprintf(stderr, "%s: %s: %s\n", progname, msg, strerror(err_no));
304 if (err_no)
305 fprintf(stderr, ": %s\n", strerror(err_no));
[all...]
/external/libxml2/os400/dlfcn/
H A Ddlfcn.c278 dlseterror_from_errno(unsigned int err_no) argument
288 strcpy(p->str, strerror(err_no));
/external/libxml2/
H A Drngparser.c171 xmlCRNGErr(xmlCRelaxNGParserCtxtPtr ctxt, int err_no, const char *err_msg) { argument
182 } else if (err_no != 0)
183 fprintf(stderr, "error %d\n", err_no);

Completed in 222 milliseconds