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

/xsrc/external/mit/editres/dist/
H A Dutils.c141 int len_str, len_add; local in function:AddString
144 len_str = ((*str) ? strlen(*str) : 0);
147 *str = XtRealloc(*str, sizeof(char) * (len_str + len_add + 1));
148 ptr = *str + len_str;

Completed in 2 milliseconds