Searched refs:pArea (Results 1 – 2 of 2) sorted by relevance
206 char *pArea = NULL; in parseAreas() local232 pArea = strtok_r(tmpBuffer, startToken, &ctx); in parseAreas()237 pStart = pArea; in parseAreas()322 pArea = strtok_r(NULL, startToken, &ctx); in parseAreas()325 while ( NULL != pArea ); in parseAreas()
204 char *pArea = NULL; in parseAreas() local230 pArea = strtok_r(tmpBuffer, startToken, &ctx); in parseAreas()235 pStart = pArea; in parseAreas()320 pArea = strtok_r(NULL, startToken, &ctx); in parseAreas()323 while ( NULL != pArea ); in parseAreas()