| /libtiff-4.0.7/config/ |
| H A D | install-sh | 74 mode=0755 129 -m) mode=$2 132 case $mode in 135 echo "$0: invalid mode: $mode" >&2 201 case $mode in 212 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; 219 cp_umask=$mode$u_plus_rw;; 323 mkdir_mode=-m$mode 443 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 465 && { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
|
| H A D | ltmain.sh | 2276 shift; set dummy --mode clean ${1+"$@"}; shift 2279 shift; set dummy --mode compile ${1+"$@"}; shift 2282 shift; set dummy --mode execute ${1+"$@"}; shift 2285 shift; set dummy --mode finish ${1+"$@"}; shift 2288 shift; set dummy --mode install ${1+"$@"}; shift 2291 shift; set dummy --mode link ${1+"$@"}; shift 2294 shift; set dummy --mode uninstall ${1+"$@"}; shift 2335 --finish) set dummy --mode finish ${1+"$@"}; shift ;; 2341 --mode) test $# = 0 && func_missing_arg $_G_opt && break 6200 int line, const char *mode, [all …]
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_win32.c | 228 TIFFFdOpen(int ifd, const char* name, const char* mode) in TIFFFdOpen() argument 234 for (m=0; mode[m]!=0; m++) in TIFFFdOpen() 236 if (mode[m]=='u') in TIFFFdOpen() 242 tif = TIFFClientOpen(name, mode, (thandle_t)ifd, /* FIXME: WIN64 cast to pointer warning */ in TIFFFdOpen() 258 TIFFOpen(const char* name, const char* mode) in TIFFOpen() argument 266 m = _TIFFgetMode(mode, module); in TIFFOpen() 287 tif = TIFFFdOpen((int)fd, name, mode); /* FIXME: WIN64 cast from pointer to int warning */ in TIFFOpen() 297 TIFFOpenW(const wchar_t* name, const char* mode) in TIFFOpenW() argument 307 m = _TIFFgetMode(mode, module); in TIFFOpenW() 343 (mbname != NULL) ? mbname : "<unknown>", mode); in TIFFOpenW()
|
| H A D | tif_unix.c | 205 TIFFFdOpen(int fd, const char* name, const char* mode) in TIFFFdOpen() argument 211 tif = TIFFClientOpen(name, mode, in TIFFFdOpen() 225 TIFFOpen(const char* name, const char* mode) in TIFFOpen() argument 231 m = _TIFFgetMode(mode, module); in TIFFOpen() 250 tif = TIFFFdOpen((int)fd, name, mode); in TIFFOpen() 262 TIFFOpenW(const wchar_t* name, const char* mode) in TIFFOpenW() argument 270 m = _TIFFgetMode(mode, module); in TIFFOpenW() 300 mode); in TIFFOpenW()
|
| H A D | tif_open.c | 49 _TIFFgetMode(const char* mode, const char* module) in _TIFFgetMode() argument 53 switch (mode[0]) { in _TIFFgetMode() 56 if (mode[1] == '+') in _TIFFgetMode() 62 if (mode[0] == 'w') in _TIFFgetMode() 66 TIFFErrorExt(0, module, "\"%s\": Bad mode", mode); in _TIFFgetMode() 74 const char* name, const char* mode, argument 116 m = _TIFFgetMode(mode, module); 218 for (cp = mode; *cp; cp++) 432 switch (mode[0]) { 566 TIFFSetMode(TIFF* tif, int mode) argument [all …]
|
| H A D | tif_wince.c | 52 TIFFOpen(const char* name, const char* mode) variable 63 m = _TIFFgetMode(mode, module); 120 tif = TIFFFdOpen((int)fd, name, mode); 130 TIFFOpenW(const wchar_t* name, const char* mode) in TIFFOpenW() argument 140 m = _TIFFgetMode(mode, module); in TIFFOpenW() 180 (mbname != NULL) ? mbname : "<unknown>", mode); in TIFFOpenW()
|
| H A D | tif_stream.cxx | 95 static TIFF* _tiffStreamOpen(const char* name, const char* mode, void *fd); 359 _tiffStreamOpen(const char* name, const char* mode, void *fd) in _tiffStreamOpen() argument 363 if( strchr(mode, 'w') ) { in _tiffStreamOpen() 369 tif = TIFFClientOpen(name, mode, in _tiffStreamOpen() 383 tif = TIFFClientOpen(name, mode, in _tiffStreamOpen()
|
| H A D | tif_vms.c | 217 TIFFFdOpen(int fd, const char* name, const char* mode) in TIFFFdOpen() argument 221 tif = TIFFClientOpen(name, mode, ddd in TIFFFdOpen() 234 TIFFOpen(const char* name, const char* mode) in TIFFOpen() argument 239 m = _TIFFgetMode(mode, module); in TIFFOpen() 261 return (TIFFFdOpen(fd, name, mode)); in TIFFOpen()
|
| H A D | tif_fax3.c | 52 int mode; /* operating mode */ member 976 if (sp->b.mode & (FAXMODE_BYTEALIGN|FAXMODE_WORDALIGN)) { in Fax3Encode1DRow() 979 if ((sp->b.mode&FAXMODE_WORDALIGN) && in Fax3Encode1DRow() 1061 if ((sp->b.mode & FAXMODE_NOEOL) == 0) in Fax3Encode() 1102 if ((Fax3State(tif)->mode & FAXMODE_NORTC) == 0) { in Fax3Close() 1170 sp->mode = (int) va_arg(ap, int); in Fax3VSetField() 1216 *va_arg(ap, int*) = sp->mode; in Fax3VGetField() 1526 int mode = sp->b.mode; in Fax3DecodeRLE() local 1549 if (mode & FAXMODE_BYTEALIGN) { in Fax3DecodeRLE() 1552 } else if (mode & FAXMODE_WORDALIGN) { in Fax3DecodeRLE()
|
| H A D | Makefile.in | 203 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 208 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 234 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 243 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 252 $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \ 261 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 564 …$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$li… 573 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | mfs_file.c | 79 int mfs_open (void *ptr, int size, char *mode); 119 int mfs_open (void *buffer, int size, char *mode) in mfs_open() argument 149 if (ret >= 0 && *mode == 'r') in mfs_open() 163 else if (ret >= 0 && *mode == 'w') in mfs_open() 188 else if (ret >= 0 && *mode == 'a') in mfs_open() 221 buf_mode[ret] = *mode; in mfs_open()
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 389 mode; /* iptc binary, or iptc text */ in main() local 405 mode = 0; in main() 418 mode = 1; in main() 425 mode = 0; in main() 432 if (mode == 0) in main() 443 if (mode == 0) in main() 465 if (mode == 0) /* handle binary iptc info */ in main() 468 if (mode == 1) /* handle text form of iptc info */ in main()
|
| H A D | Makefile.in | 158 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 167 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
| /libtiff-4.0.7/archive/tools/ |
| H A D | gif2tiff.c | 209 char* mode = "w"; in convert() local 218 case ',': if (!readgifimage(mode)) in convert() 220 mode = "a"; /* subsequent images append */ in convert() 282 readgifimage(char* mode) in readgifimage() argument 334 rasterize(interleaved, mode); in readgifimage() 516 rasterize(int interleaved, char* mode) in rasterize() argument 545 tif = TIFFOpen(imagename, mode); in rasterize()
|
| /libtiff-4.0.7/tools/ |
| H A D | fax2tiff.c | 108 int mode = FAXMODE_CLASSF; in main() local 181 mode = FAXMODE_CLASSIC; in main() 184 mode = FAXMODE_CLASSF; in main() 302 TIFFSetField(out, TIFFTAG_FAXMODE, mode); in main() 311 TIFFSetField(out, TIFFTAG_FAXMODE, mode); in main() 350 mode == FAXMODE_CLASSF) { in main()
|
| H A D | tiffcrop.c | 429 char mode[4]; member 2160 *tiffout = TIFFOpen(exportname, mode); in update_output_file() 2193 char mode[10]; in main() local 2194 char *mp = mode; in main() 2381 if (page.mode == PAGE_MODE_NONE) in main() 4969 page->mode = PAGE_MODE_NONE; in initPageSetup() 5063 sprintf (dump->mode, "w"); in initDumpOptions() 5654 if (page->mode & PAGE_MODE_MARGINS) in computeOutputPixelOffsets() 5688 if (page->mode & PAGE_MODE_ROWSCOLS ) in computeOutputPixelOffsets() 5691 if (page->mode & PAGE_MODE_MARGINS) in computeOutputPixelOffsets() [all …]
|
| H A D | Makefile.in | 201 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(tiffgt_CFLAGS) $(CFLAGS) \ 234 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 243 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 549 …$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROG…
|
| H A D | tiffcp.c | 168 char mode[10]; in main() local 169 char* mp = mode; in main() 206 mode[0] = 'a'; in main() 275 out = TIFFOpen(argv[argc-1], mode); in main()
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | xtiffio.h | 43 extern TIFF* XTIFFOpen(const char* name, const char* mode); 44 extern TIFF* XTIFFFdOpen(int fd, const char* name, const char* mode);
|
| H A D | xtif_dir.c | 310 XTIFFOpen(const char* name, const char* mode) in XTIFFOpen() argument 317 return TIFFOpen(name, mode); in XTIFFOpen() 321 XTIFFFdOpen(int fd, const char* name, const char* mode) in XTIFFFdOpen() argument 328 return TIFFFdOpen(fd, name, mode); in XTIFFFdOpen()
|
| /libtiff-4.0.7/ |
| H A D | HOWTO-RELEASE | 75 /path/to/libtiff/configure --enable-maintainer-mode 79 ./configure --enable-maintainer-mode
|
| H A D | aclocal.m4 | 221 # we should not choose a depcomp mode which is confused by this. 236 # mode. It turns out that the SunPro C++ compiler does not properly 243 # This depmode causes a compiler race in universal mode. 648 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- 670 dnl maintainer-mode's default is 'disable' unless 'enable' is passed 671 AC_ARG_ENABLE([maintainer-mode], 672 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
|
| H A D | CMakeLists.txt | 581 # 8/12-bit jpeg mode 582 option(jpeg12 "enable libjpeg 8/12-bit dual mode (requires separate 756 message(STATUS " JPEG 8/12 bit dual mode: ${jpeg12} (requested) ${JPEG12_FOUND} (availa…
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | Makefile.in | 159 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 168 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
| /libtiff-4.0.7/port/ |
| H A D | Makefile.in | 157 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 166 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|