Lines Matching defs:tmp
113 char *tmp = (char*)calloc(1, size);
114 snprintf (tmp, size, "<scan:%s>%d</scan:%s>\n", key, val, key);
115 return tmp;
224 char *tmp = add_support_option("ThresholdSupport", scanner->val_threshold);
226 strcat(support_options, tmp);
228 strcpy(support_options, tmp);
229 free(tmp);
236 char *tmp = add_support_option("SharpenSupport", scanner->val_sharpen);
238 strcat(support_options, tmp);
240 strcpy(support_options, tmp);
241 free(tmp);
248 char *tmp = add_support_option("ContrastSupport", scanner->val_contrast);
250 strcat(support_options, tmp);
252 strcpy(support_options, tmp);
253 free(tmp);
260 char *tmp = add_support_option("BrightnessSupport", scanner->val_brightness);
262 strcat(support_options, tmp);
264 strcpy(support_options, tmp);
265 free(tmp);