• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/

Lines Matching refs:sep

527 	char* sep = "";
531 case 4: fprintf(fd, fmt, sep, dp->tdir_offset&0xff);
532 sep = " ";
533 case 3: fprintf(fd, fmt, sep, (dp->tdir_offset>>8)&0xff);
534 sep = " ";
535 case 2: fprintf(fd, fmt, sep, (dp->tdir_offset>>16)&0xff);
536 sep = " ";
537 case 1: fprintf(fd, fmt, sep, dp->tdir_offset>>24);
541 case 4: fprintf(fd, fmt, sep, dp->tdir_offset>>24);
542 sep = " ";
543 case 3: fprintf(fd, fmt, sep, (dp->tdir_offset>>16)&0xff);
544 sep = " ";
545 case 2: fprintf(fd, fmt, sep, (dp->tdir_offset>>8)&0xff);
546 sep = " ";
547 case 1: fprintf(fd, fmt, sep, dp->tdir_offset&0xff);
555 char *sep = "";
559 case 2: fprintf(fd, fmt, sep, dp->tdir_offset&0xffff);
560 sep = " ";
561 case 1: fprintf(fd, fmt, sep, dp->tdir_offset>>16);
565 case 2: fprintf(fd, fmt, sep, dp->tdir_offset>>16);
566 sep = " ";
567 case 1: fprintf(fd, fmt, sep, dp->tdir_offset&0xffff);
605 char* sep = "";
610 fprintf(fd, bytefmt, sep, *data++), sep = " ";
614 fprintf(fd, sbytefmt, sep, *(char *)data++), sep = " ";
618 fprintf(fd, bytefmt, sep, *data++), sep = " ";
626 fprintf(fd, shortfmt, sep, *wp++), sep = " ";
632 fprintf(fd, sshortfmt, sep, *wp++), sep = " ";
638 fprintf(fd, longfmt, sep, (unsigned long) *lp++);
639 sep = " ";
646 fprintf(fd, slongfmt, sep, (long) *lp++), sep = " ";
653 fprintf(fd, "%sNan (%lu/%lu)", sep,
657 fprintf(fd, rationalfmt, sep,
659 sep = " ";
668 fprintf(fd, "%sNan (%ld/%ld)", sep,
671 fprintf(fd, srationalfmt, sep,
673 sep = " ";
681 fprintf(fd, floatfmt, sep, *fp++), sep = " ";
687 fprintf(fd, doublefmt, sep, *dp++), sep = " ";
693 fprintf(fd, ifdfmt, sep, (unsigned long) *lp++);
694 sep = " ";