Searched refs:copyLength (Results 1 – 2 of 2) sorted by relevance
642 int copyLength; in _z_strRemoveToken() local683 copyLength = (strlen(a_string)-strlen(a_token))+2; in _z_strRemoveToken()684 copyString = (char *)_z_calloc(copyLength); in _z_strRemoveToken()
769 int copyLength; in pkgstrRemoveToken() local808 copyLength = (strlen(a_string)-strlen(a_token))+2; in pkgstrRemoveToken()809 copyString = calloc(1, copyLength); in pkgstrRemoveToken()