Searched refs:U_strdup (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/libuemf/
H A Duemf_utf.h49 char *U_strdup(const char *s);
H A Duemf_utf.c514 dst2 = U_strdup(dst); // make a string of exactly the right size
559 dst2 = U_strdup(dst); // make a string of exactly the right size
703 char *U_strdup(const char *s){ function
/inkscape/src/extension/internal/
H A Dtext_reassemble.c769 fsp->file = (uint8_t *) U_strdup((char *) filename);
770 fsp->fontspec = (uint8_t *) U_strdup((char *) fontspec);
2836 tsp.string = (uint8_t *) U_strdup(data);
H A Dwmf-inout.cpp2620 tsp.string = (uint8_t *) U_strdup(escaped_text); // this will be free'd much later at a trinfo_clear().
H A Demf-inout.cpp3189 tsp.string = (uint8_t *) U_strdup(escaped_text); // this will be free'd much later at a trinfo_clear().

Completed in 65 milliseconds