Lines Matching refs:tmpBuffer
3083 char tmpBuffer[PARAM_BUFFER + 1];
3095 status = snprintf(tmpBuffer, PARAM_BUFFER, "%dx%d", width, height);
3103 pos = strstr(supportedResolutions, tmpBuffer);
3163 char tmpBuffer[PARAM_BUFFER + 1];
3174 status = snprintf(tmpBuffer, PARAM_BUFFER, "%d", param);
3182 pos = strstr(supportedParams, tmpBuffer);
3270 char tmpBuffer[PARAM_BUFFER + 1];