Lines Matching defs:to
9 * By using this file, you agree to the terms and conditions set forth bellow.
28 * distribution the "Copyright Notice" refers to the following language:
31 * 4. The name of JPNIC may not be used to endorse or promote products
341 unsigned long *to, size_t tolen) {
351 assert(ctx != NULL && from != NULL && to != NULL);
361 idn_ucs4_strcpy(to, from);
377 * Choose destination area to restore the result of a mapping.
380 dst = to;
412 if (r == idn_buffer_overflow && dst != to) {
428 TRACE(("idn_mapper_map(): success (to=\"%s\")\n",
429 idn__debug_ucs4xstring(to, 50)));