Lines Matching defs:errors
245 "errors is an optional string that specifies how encoding errors are to\n"
249 "errors. (Note that ignoring encoding errors can lead to data loss.)\n"
294 "encoding", "errors", "newline",
299 char *encoding = NULL, *errors = NULL, *newline = NULL;
313 &encoding, &errors, &newline,
405 if (binary && errors != NULL) {
407 "binary mode doesn't take an errors argument");
518 encoding, errors, newline,