Searched refs:to (Results 1 – 6 of 6) sorted by relevance
/iconv/ |
A D | tst-iconv_prog.sh | 228 $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 D | gconv_conf.c | 157 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 D | iconvconfig.c | 212 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 D | test-gconv-modules | 19 # To activate these modules, tests need to put a directory with the
|
A D | gconv_db.c | 99 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 D | tst-iconv-opt.c | 38 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