Searched refs:resStr_copy (Results 1 – 2 of 2) sorted by relevance
3227 char *resStr_copy = (char *)malloc(strlen(resStr) + 1); in parseResolution() local3228 if ( NULL!=resStr_copy ) { in parseResolution()3231 strcpy(resStr_copy, resStr); in parseResolution()3232 pWidth = strtok_r( (char *) resStr_copy, sep, &ctx); in parseResolution()3260 free(resStr_copy); in parseResolution()3261 resStr_copy = NULL; in parseResolution()
4346 char *resStr_copy = (char *)malloc(strlen(resStr) + 1); in parseResolution() local4347 if ( NULL != resStr_copy ) in parseResolution()4349 strcpy(resStr_copy, resStr); in parseResolution()4350 pWidth = strtok_r(resStr_copy, sep, &ctx); in parseResolution()4378 free(resStr_copy); in parseResolution()4379 resStr_copy = NULL; in parseResolution()