Lines Matching refs:to_left

94 		     XPointer *to, int *to_left, XPointer *args, int num_args);
96 XPointer *to, int *to_left, XPointer *args, int num_args);
98 XPointer *to, int *to_left, XPointer *args, int num_args);
739 int *to_left,
769 while (*from_left && *to_left) {
777 (*to_left)--;
826 (*to_left)--;
851 int *to_left,
858 int dst_left = *to_left;
888 *to_left = dst_left;
899 int *to_left,
923 while (*from_left && *to_left) {
931 (*to_left)--;
940 if (*to_left < defstr_len)
946 (*to_left) -= defstr_len;
976 if (*to_left < length)
982 (*to_left) -= length;
988 if (*to_left < length)
996 (*to_left) -= length;
1014 int *to_left,
1021 int dst_left = *to_left;
1044 *to_left = dst_left;
1055 int *to_left,
1079 while (*from_left && *to_left) {
1087 (*to_left)--;
1142 if (*to_left < total_len + 1) {
1162 (*to_left) -= total_len;
1171 if (*to_left < charset->char_size) {
1181 (*to_left) -= charset->char_size;
1204 int *to_left,
1223 &buf_ptr2, &buf_left2, to, to_left, args, num_args);
1239 int *to_left,
1268 while (*from_left && *to_left) {
1276 (*to_left)--;
1380 (*to_left)--;
1425 int *to_left,
1454 while (*from_left && *to_left) {
1467 (*to_left)--;
1501 (*to_left)--;
1526 int *to_left,
1545 &buf_ptr2, &buf_left2, to, to_left, args, num_args);
1561 int *to_left,
1580 &buf_ptr2, &buf_left2, to, to_left, args, num_args);
1596 int *to_left,
1615 &buf_ptr2, &buf_left2, to, to_left, args, num_args);
1631 int *to_left,
1660 while (*from_left && *to_left) {
1668 (*to_left)--;
1717 (*to_left)--;
1745 int *to_left,
1777 while (*from_left && *to_left) {
1837 if (*to_left < char_len) {
1847 (*to_left) -= char_len;
1878 int *to_left,
1892 ret = mbtocs(conv, from, from_left, to, to_left, tmp_args, 1);
1895 while ( ret == 0 && *from_left && *to_left) {
1899 out_left = *to_left;
1900 ret = mbtocs(conv, from, from_left, to, to_left, tmp_args, 1);
1905 *to_left = out_left;
1926 int *to_left,
1949 while (*from_left && *to_left) {
1957 (*to_left)--;
1966 if (*to_left < defstr_len)
1972 (*to_left) -= defstr_len;
2004 if (*to_left < length)
2011 (*to_left) -= length;
2017 if (*to_left < length)
2025 (*to_left) -= length;
2046 int *to_left,
2065 &buf_ptr2, &buf_left2, to, to_left, args, num_args);
2081 int *to_left,
2102 if (*from_left && *to_left) {
2129 if (*to_left < char_len) {
2139 (*to_left) -= char_len;
2169 int *to_left,
2180 if (src_left > 0 && *to_left > 0) {
2191 ret = mbtocs(conv, &tmp_from, &length, to, to_left, args, num_args);
2220 int *to_left,
2234 ret = wctocs(conv, from, from_left, to, to_left, tmp_args, 1);
2237 while ( ret == 0 && *from_left && *to_left) {
2241 out_left = *to_left;
2242 ret = wctocs(conv, from, from_left, to, to_left, tmp_args, 1);
2247 *to_left = out_left;
2270 int *to_left,
2284 ret = stdc_wctocs(conv, from, from_left, to, to_left, tmp_args, 1);
2287 while ( ret == 0 && *from_left && *to_left ) {
2291 out_left = *to_left;
2292 ret = stdc_wctocs(conv, from, from_left, to, to_left, tmp_args, 1);
2297 *to_left = out_left;
2320 int *to_left,
2339 &buf_ptr2, &buf_left2, to, to_left, args, num_args);
2355 int *to_left,
2374 &buf_ptr2, &buf_left2, to, to_left, args, num_args);
2390 int *to_left,
2410 while (*from_left && *to_left) {
2418 (*to_left)--;
2462 if (*to_left < length)
2468 (*to_left) -= length;
2474 if (*to_left < length)
2482 (*to_left) -= length;
2499 int *to_left,
2517 while (*from_left && *to_left) {
2525 (*to_left)--;
2546 (*to_left)--;
2563 int *to_left,
2582 &buf_ptr2, &buf_left2, to, to_left, args, num_args);