HomeSort by: relevance | last modified time | path
    Searched defs:report_error (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Utils.py 42 def report_error(somestuff): function
56 report_error(somestuff)
95 report_error(''.join(errors))
  /src/tests/lib/libcurses/slave/
commands.c 178 report_error(const char *status) function
282 report_error("INCORRECT_ARGUMENT_NUMBER");
  /src/external/bsd/iscsi/dist/src/lib/
conffile.c 210 report_error(FILE *fp, char *name, const char *fmt, ...) function
246 return report_error(fp, name, "Short write 1 to `%s' (%s)\n", name, strerror(errno));
253 return report_error(fp, name, "Short write 2 to `%s' (%s)\n", name, strerror(errno));
257 return report_error(fp, name, "Short write 3 to `%s' (%s)\n", name, strerror(errno));
262 return report_error(fp, name, "Short write 4 to `%s' (%s)\n", name, strerror(errno));
266 return report_error(NULL, name, "can't rename %s to %s (%s)\n", name, sp->name, strerror(errno));
  /src/external/gpl2/dtc/dist/
fdtget.c 39 static void report_error(const char *where, int err) function
237 report_error(property, len);
273 report_error(arg[i], node);
fdtput.c 43 static void report_error(const char *name, int namelen, int err) function
163 report_error(node_name, -1, node);
173 report_error(property, -1, err);
213 report_error(path, sep - path, node);
239 report_error(node_name, -1, -FDT_ERR_BADPATH);
249 report_error(node_name, -1, node);
256 report_error(p + 1, -1, node);
277 report_error(node_name, -1, node);
283 report_error(node_name, -1, node);
303 report_error(node_name, -1, node)
    [all...]

Completed in 20 milliseconds