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

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c453 unsigned long *dupstr; local
455 dupstr = (unsigned long *)malloc(sizeof(*str) * (length + 1));
456 if (dupstr == NULL)
458 memcpy(dupstr, str, sizeof(*str) * (length + 1));
460 return dupstr;

Completed in 8 milliseconds