Home
last modified time | relevance | path

Searched refs:from (Results 1 – 5 of 5) 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\","
259 from="$(echo "$hangcommand" | cut -d";" -f 3)"
272 echo -n "$result: from: \"$from\", to: \"$to\","
283 from="$(echo "$errorcommand" | cut -d";" -f 3)"
A Dgconv_conf.c127 if (detect_conflict (from)) in add_alias2()
139 from, wp - from); in add_alias2()
157 char *from, *to, *wp; in add_alias() local
161 from = wp = rp; in add_alias()
178 add_alias2 (from, to, wp); in add_alias()
252 char *from, *to, *module, *wp; in add_module() local
258 from = rp; in add_module()
314 fake_alias.fromname = strndupa (from, to - from); in add_module()
322 + (wp - from) in add_module()
329 tmp = __mempcpy (tmp, from, to - from); in add_module()
[all …]
A Diconvconfig.c211 const char *from; member
216 { .from = alias, .to = real },
227 const char *from; member
449 char *from; in add_alias() local
455 from = wp = rp; in add_alias()
472 assert (strlen (from) + 1 == (size_t) (to - from)); in add_alias()
475 new_alias (from, to - from, to, wp - to); in add_alias()
581 char *from; in add_module() local
590 from = rp; in add_module()
643 assert (strlen (from) + 1 == (size_t) (to - from)); in add_module()
[all …]
A Dgconv_db.c98 const char *from; member
112 result = strcmp (s1->from, s2->from); in derivation_compare()
155 new_deriv->from = (char *) (new_deriv + 1); 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