Lines Matching refs:tmp_str2
190 char tmp_str2[PATH_MAX];
299 sprintf( tmp_str2, "%s-%s",
302 if( !usb_normFileName( tmp_str2, tmp_str1, PATH_MAX )) {
308 snprintf( tmp_str2, sizeof(tmp_str2), "/tmp/%s", tmp_str1 ):
309 snprintf( tmp_str2, sizeof(tmp_str2), "%s/.sane/%s", ptr, tmp_str1 );
311 if ((ret < 0) || (ret > (int)sizeof(tmp_str2))) {
314 snprintf(tmp_str2, sizeof(tmp_str2), "/tmp/plustek-default");
317 dev->calFile = strdup( tmp_str2 );