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

/inkscape/src/libnrtype/
H A DLayout-TNG-Output.cpp63 char *smuggle=(char *)malloc(newsize); local
64 strcpy(smuggle,string); // text to pass, includes the first fake terminator
65 char *cptr = smuggle + slen + 1; // immediately after the first fake terminator
80 return(smuggle);

Completed in 16 milliseconds