Home
last modified time | relevance | path

Searched refs:to (Results 1 – 6 of 6) sorted by relevance

/iconv/
A Dtst-iconv_prog.sh228 $PROG $c -f $from -t "$to" &>/dev/null
248 echo -n "$result: from: \"$from\", to: \"$to\","
260 to="$(echo "$hangcommand" | cut -d";" -f 4)"
272 echo -n "$result: from: \"$from\", to: \"$to\","
284 to="$(echo "$errorcommand" | cut -d";" -f 4)"
A Dgconv_conf.c157 char *from, *to, *wp; in add_alias() local
168 to = ++rp; in add_alias()
173 if (to == wp) in add_alias()
178 add_alias2 (from, to, wp); in add_alias()
252 char *from, *to, *module, *wp; in add_module() local
267 to = wp = rp; in add_module()
314 fake_alias.fromname = strndupa (from, to - from); in add_module()
329 tmp = __mempcpy (tmp, from, to - from); in add_module()
332 tmp = __mempcpy (tmp, to, module - to); in add_module()
506 cp = __rawmemchr (to, '\0') + 1; in __gconv_read_conf()
[all …]
A Diconvconfig.c212 const char *to; member
228 const char *to; member
450 char *to; in add_alias() local
462 to = ++rp; in add_alias()
467 if (to == wp) in add_alias()
473 assert (strlen (to) + 1 == (size_t) (wp - to)); in add_alias()
475 new_alias (from, to - from, to, wp - to); in add_alias()
582 char *to; in add_module() local
599 to = wp = rp; in add_module()
644 assert (strlen (to) + 1 == (size_t) (module - to)); in add_module()
[all …]
A Dtest-gconv-modules19 # To activate these modules, tests need to put a directory with the
A Dgconv_db.c99 const char *to; member
114 result = strcmp (s1->to, s2->to); in derivation_compare()
156 new_deriv->to = memcpy (__mempcpy (new_deriv + 1, fromset, fromset_len), in add_derivation()
A Dtst-iconv-opt.c38 test_iconv (const char *to, const char *from, char *input, size_t exp_in, in test_iconv() argument
47 cd = iconv_open (to, from); in test_iconv()

Completed in 14 milliseconds