HomeSort by relevance Sort by last modified time
    Searched refs:err_no (Results 1 - 4 of 4) sorted by null

  /external/strace/
strace.c 185 strerror(int err_no)
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)
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
pretty-print.h 36 int err_no; /* for %m */ member in struct:__anon40365
  /external/libxml2/os400/dlfcn/
dlfcn.c 278 dlseterror_from_errno(unsigned int err_no)
288 strcpy(p->str, strerror(err_no));
  /external/libxml2/
rngparser.c 171 xmlCRNGErr(xmlCRelaxNGParserCtxtPtr ctxt, int err_no, const char *err_msg) {
182 } else if (err_no != 0)
183 fprintf(stderr, "error %d\n", err_no);
    [all...]

Completed in 877 milliseconds