Lines Matching full:pheight
3215 char *ctx, *pWidth, *pHeight;3247 pHeight = strtok_r(NULL, sep, &ctx);3249 if ( NULL != pHeight )3251 height = atoi(pHeight);