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

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c136 idn_resconf_t resconf1, resconf2; local
251 * `resconf1' and `resconf2' are almost the same but local and
254 resconf1 = NULL;
256 if (idn_resconf_create(&resconf1) != idn_success ||
264 set_defaults(resconf1);
267 load_conf_file(resconf1, resconf_file);
278 conv = idn_resconf_getidnconverter(resconf1);
288 set_idncode(resconf1, in_code);
293 conv = idn_resconf_getlocalconverter(resconf1);
303 set_localcode(resconf1, in_cod
[all...]

Completed in 89 milliseconds