Home
last modified time | relevance | path

Searched refs:newgcstr (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/p5-Unicode-LineBreak/Unicode-LineBreak-2019.001/sombok/lib/
H A Dgcstring.c357 gcchar_t *newgcstr = NULL; in gcstring_copy() local
375 if ((newgcstr = malloc(sizeof(gcchar_t) * gcstr->gclen)) == NULL) { in gcstring_copy()
380 memcpy(newgcstr, gcstr->gcstr, sizeof(gcchar_t) * gcstr->gclen); in gcstring_copy()
382 new->gcstr = newgcstr; in gcstring_copy()