Lines Matching defs:converted
1716 of the converted array, the converted array shall contain a
2094 DCHAR_T *converted = result + length;
2098 converted =
2102 converted, &converted_len);
2105 converted =
2107 converted, &converted_len);
2109 if (converted == NULL)
2120 if (converted != result + length)
2123 DCHAR_CPY (result + length, converted, converted_len);
2124 free (converted);
2222 DCHAR_T *converted = result + length;
2226 converted =
2230 converted, &converted_len);
2233 converted =
2235 converted, &converted_len);
2237 if (converted == NULL)
2248 if (converted != result + length)
2251 DCHAR_CPY (result + length, converted, converted_len);
2252 free (converted);
2350 DCHAR_T *converted = result + length;
2354 converted =
2358 converted, &converted_len);
2361 converted =
2363 converted, &converted_len);
2365 if (converted == NULL)
2376 if (converted != result + length)
2379 DCHAR_CPY (result + length, converted, converted_len);
2380 free (converted);
2817 against the number of _characters_ of the converted
2822 of the converted value, says POSIX. */
5420 against the number of _characters_ of the converted
5425 of the converted value, says POSIX. */