Searched refs:export_ext (Results 1 – 1 of 1) sorted by relevance
2118 char export_ext[16]; in update_output_file() local2128 strcpy (export_ext, ".tiff"); in update_output_file()2140 strncpy (export_ext, sep, 5); in update_output_file()2144 strncpy (export_ext, ".tiff", 5); in update_output_file()2145 export_ext[5] = '\0'; in update_output_file()2154 snprintf(filenum, sizeof(filenum), "-%03d%s", findex, export_ext); in update_output_file()