| /libtiff-4.0.7/ |
| H A D | commit | 175 | while read line; do 176 echo "$line" 177 echo "$line" >&3 186 | while read line; do 187 case "$line" in 191 echo "$line" | sed 's/^.//' >&2;; 194 echo "$line" | sed 's/^.//' >&2;; 196 "+ "*) echo "$line";;
|
| H A D | nmake.opt | 80 # Uncomment following line to enable Pixar log-format algorithm 121 # Uncomment following line to enable using Windows Common RunTime Library 146 ########### There is nothing to edit below this line normally. ###########
|
| H A D | CMakeLists.txt | 49 foreach(line ${configure}) 53 string(REGEX MATCH "^${var}=(.*)" ${var}_MATCH "${line}") 55 string(REGEX REPLACE "^${var}=(.*)" "\\1" ${var} "${line}")
|
| H A D | aclocal.m4 | 277 # icc: Command line warning: ignoring option '-M'; no argument required 279 # icc: Command line remark: option '-MP' not supported 361 # Grep'ing the first line is not enough: some people post-process 362 # each Makefile.in and add a new line on top of each file to say so. 363 # Grep'ing the whole file is not good either: AIX grep has a line 548 on the command line, even when the '-f' option is present. This is contrary
|
| H A D | configure | 2445 generated by GNU Autoconf 2.69. Invocation command line was 3536 on the command line, even when the '-f' option is present. This is contrary 21504 generated by GNU Autoconf 2.69. Invocation command line was 22252 line = $ 0 22253 nfields = split(line, field, "@") 22261 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 22268 print line 22383 line = \$ 0 22384 split(line, arg, " ") 22394 prefix = substr(line, 1, index(line, defundef) - 1)
|
| H A D | ChangeLog | 452 * libtiff/tif_dirread.c: initialize double* data at line 3693 to NULL 1970 with additional command line options for Document Title, 2080 to specify a custom page size on the command line. Fix the case 2193 * tools/ppm2tiff.c (main): While case for parsing comment line 2369 one-line fix". 3379 * tools/tiff2pdf.c: Unified line ending characters (always use '\n') 3930 with incorrect use of tif_row, to 'at line ... of 5573 * libtiff/tif_fax3.c: Fix wrong line numbering as per bug
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 329 int tokenizer(unsigned inflag,char *token,int tokmax,char *line, 473 *line, in main() local 488 line = (char *) malloc(inputlen); in main() 490 while((line = super_fgets(line,&inputlen,ifile))!=NULL) in main() 497 while(tokenizer(0, token, inputlen, line, "", "=", "\"", 0, in main() 576 free(line); in main() 820 int tokenizer(unsigned inflag,char *token,int tokmax,char *line, in tokenizer() argument 830 if(!line[*next]) /* if we're at end of line, indicate such */ in tokenizer() 837 for(_p_tokpos=0;(c=line[*next]);++(*next)) /* main loop */ in tokenizer() 900 nc=line[(*next)+1]; in tokenizer()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_fax3.c | 87 int line; member 169 sp->line = 0; in Fax3PreDecode() 183 line, isTiled(tif) ? "tile" : "strip", in Fax3Unexpected() 194 line, isTiled(tif) ? "tile" : "strip", in Fax3Extension() 205 line, isTiled(tif) ? "tile" : "strip", in Fax3BadLength() 215 line, isTiled(tif) ? "tile" : "strip", in Fax3PrematureEOF() 252 sp->line++; in Fax3Decode1D() 309 sp->line++; in Fax3Decode2D() 757 sp->line = 0; in Fax3PreEncode() 1428 sp->line++; in Fax4Decode() [all …]
|
| H A D | tif_getimage.c | 710 uint32 line; in gtTileContig() local 712 for (line = 0; line < h; line++) { in gtTileContig() 878 uint32 line; in gtTileSeparate() local 880 for (line = 0; line < h; line++) { in gtTileSeparate() 881 uint32 *left = raster + (line * w); in gtTileSeparate() 969 uint32 line; in gtStripContig() local 971 for (line = 0; line < h; line++) { in gtStripContig() 972 uint32 *left = raster + (line * w); in gtStripContig() 1104 uint32 line; in gtStripSeparate() local 1106 for (line = 0; line < h; line++) { in gtStripSeparate() [all …]
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | README.tiff2dib | 33 - create the file version.h with this line :
|
| /libtiff-4.0.7/contrib/mfs/ |
| H A D | README | 14 line.
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 5663 void lt_debugprintf (const char *file, int line, const char *fmt, ...); 5664 void lt_fatal (const char *file, int line, const char *message, ...); 6186 lt_debugprintf (const char *file, int line, const char *fmt, ...) 6191 (void) fprintf (stderr, "%s:%s:%d: ", program_name, file, line); 6200 int line, const char *mode, 6203 fprintf (stderr, "%s:%s:%d: %s: ", program_name, file, line, mode); 6212 lt_fatal (const char *file, int line, const char *message, ...) 6216 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 339 # Add leading comment marks to the start of each line, and a trailing 1309 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext 1343 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext 1673 # find the maximum length of command line arguments 1674 AC_MSG_CHECKING([the maximum length of command line arguments]) 1690 # no limit to the length of command line arguments. 1713 # So we just punt and use a minimum line length of 8192. 1833 [#line $LINENO "configure" 2407 # the line '#! .'. This would cause the generated library to 5472 # chokes on -Wl,-G. The following line is correct: [all …]
|
| H A D | acinclude.m4 | 50 dnl line options (often "-V"). The version string should be checked
|