Lines Matching refs:id
146 Iconv_disc_t id;
149 error_info.id = "iconv";
159 iconv_init(&id, errorf);
160 id.flags |= ICONV_FATAL;
172 id.flags &= ~ICONV_FATAL;
175 id.flags |= ICONV_OMIT;
176 id.flags &= ~ICONV_FATAL;
191 id.errorf = 0;
235 id.errors = 0;
236 iconv_move(cvt, ip, sfstdout, SF_UNBOUND, &id);
237 if (!id.errors && (!sfeof(ip) || sferror(ip)))
239 if (id.errors)
241 if (ignore || !id.errors)
243 else if (!id.errorf && all)
245 if (id.errors == 1)
246 error(2, "%s: %d character conversion error", file, id.errors);
247 else if (id.errors)
248 error(2, "%s: %d character conversion errors", file, id.errors);