Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffdump.c722 fprintf(fd, bytefmt, sep, *data++), sep = " "; in PrintData()
730 fprintf(fd, bytefmt, sep, *data++), sep = " "; in PrintData()
738 fprintf(fd, shortfmt, sep, *wp++), sep = " "; in PrintData()
744 fprintf(fd, sshortfmt, sep, *wp++), sep = " "; in PrintData()
751 sep = " "; in PrintData()
758 fprintf(fd, slongfmt, sep, (long) *lp++), sep = " "; in PrintData()
768 sep = " "; in PrintData()
793 sep = " "; in PrintData()
807 sep = " "; in PrintData()
815 fprintf(fd, floatfmt, sep, *fp++), sep = " "; in PrintData()
[all …]
H A Dtiffcmp.c595 char* sep; in CheckShortArrayTag() local
601 sep = ""; in CheckShortArrayTag()
603 printf("%s%u", sep, a1[i]), sep = ","; in CheckShortArrayTag()
605 sep = ""; in CheckShortArrayTag()
607 printf("%s%u", sep, a2[i]), sep = ","; in CheckShortArrayTag()
H A Dtiffcrop.c1940 sep = strpbrk(opt_ptr, ":-"); in process_command_opts()
1941 if (!sep) in process_command_opts()
1945 *sep = '\0'; in process_command_opts()
2023 sep = strpbrk(optarg, ",:"); in process_command_opts()
2024 if (sep) in process_command_opts()
2026 *sep = '\0'; in process_command_opts()
2028 page->rows = atoi(sep +1); in process_command_opts()
2116 char *sep; in update_output_file() local
2138 if ((sep = strstr(exportname, ".tif")) || (sep = strstr(exportname, ".TIF"))) in update_output_file()
2140 strncpy (export_ext, sep, 5); in update_output_file()
[all …]
/libtiff-4.0.7/libtiff/
H A Dmkg3states.c349 char* sep; in WriteTable() local
354 sep = "\n"; in WriteTable()
357 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace); in WriteTable()
359 sep = ",\n"; in WriteTable()
361 sep = ","; in WriteTable()
365 sep = "\n "; in WriteTable()
368 sep, prebrace, T->State, T->Width, (int) T->Param, postbrace); in WriteTable()
370 sep = ",\n "; in WriteTable()
372 sep = ","; in WriteTable()
H A Dmkspans.c40 char *sep; local
42 sep = " ";
44 printf("%s%d", sep, runs[i]);
47 sep = " ";
49 sep = ", ";
H A Dtif_print.c239 char *sep; in TIFFPrintDirectory() local
253 sep = " "; in TIFFPrintDirectory()
256 sep = "/"; in TIFFPrintDirectory()
260 sep = "/"; in TIFFPrintDirectory()
369 sep = ""; in TIFFPrintDirectory()
373 fprintf(fd, "%sunspecified", sep); in TIFFPrintDirectory()
382 fprintf(fd, "%s%u (0x%x)", sep, in TIFFPrintDirectory()
386 sep = ", "; in TIFFPrintDirectory()
395 sep = ""; in TIFFPrintDirectory()
401 fputs(sep, fd); in TIFFPrintDirectory()
[all …]
H A Dtif_fax3.c1249 const char* sep = " "; in Fax3PrintDir() local
1253 fprintf(fd, "%suncompressed data", sep); in Fax3PrintDir()
1258 fprintf(fd, "%s2-d encoding", sep); in Fax3PrintDir()
1259 sep = "+"; in Fax3PrintDir()
1262 fprintf(fd, "%sEOL padding", sep); in Fax3PrintDir()
1263 sep = "+"; in Fax3PrintDir()
1266 fprintf(fd, "%suncompressed data", sep); in Fax3PrintDir()