Home | History | Annotate | Download | only in native

Lines Matching refs:strp

296 freep(char **strp)
298 if (strp && *strp) {
299 free(*strp);
300 *strp = 0;