Searched refs:string (Results 1 – 16 of 16) sorted by relevance
| /libtiff-4.0.7/test/ |
| H A D | TiffTest.cmake | 27 string(REPLACE "^" ";" CONVERT_COMMAND1 "${CONVERT_COMMAND1}") 28 string(REPLACE "^" ";" CONVERT_COMMAND2 "${CONVERT_COMMAND2}") 29 string(REPLACE "^" ";" CONVERT_COMMAND3 "${CONVERT_COMMAND3}") 30 string(REPLACE "^" ";" STDOUT_COMMAND "${STDOUT_COMMAND}") 31 string(REPLACE "^" ";" READER_COMMAND "${READER_COMMAND}")
|
| H A D | CMakeLists.txt | 226 string(REPLACE " " "^" escaped_commandargs1 "${commandargs1}") 227 string(REPLACE " " "^" escaped_commandargs2 "${commandargs2}") 228 string(REPLACE " " "^" escaped_commandargs3 "${commandargs3}") 252 string(REGEX REPLACE "\\.tiff\$" "" name "${name}") 285 string(REPLACE " " "^" escaped_commandargs "${commandargs}") 292 string(REGEX REPLACE "\\.tiff\$" "" name "${name}") 297 string(REPLACE " " "^" escaped_commandargs "${commandargs}") 303 string(REGEX REPLACE "\\.tiff\$" "" name "${name}") 341 string(REPLACE ";" "^" ESCAPED_UNCOMPRESSED "${ESCAPED_UNCOMPRESSED}")
|
| H A D | TiffSplitTest.cmake | 27 string(REPLACE "^" ";" TESTFILES "${TESTFILES}")
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 782 int sindex(char ch,char *string) in sindex() argument 785 for(cp=string;*cp;++cp) in sindex() 787 return (int)(cp-string); /* return postion of character */ in sindex() 793 void chstore(char *string,int max,char ch) in chstore() argument 815 string[_p_tokpos++]=c; in chstore()
|
| /libtiff-4.0.7/html/man/ |
| H A D | HtmlDoc.cmake | 25 string(REPLACE "^" ";" DOCFILES "${DOCFILES}") 34 string(REGEX REPLACE "(.*)\\.html$" "\\1" man "${doc}")
|
| H A D | CMakeLists.txt | 102 string(REPLACE ";" "^" escaped_docfiles "${docfiles}")
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tiffvers.h.in | 7 * string returned by TIFFGetVersion.
|
| H A D | tif_config.h.cmake.in | 113 /* Define to 1 if you have the <string.h> header file. */
|
| H A D | tif_config.h.in | 146 /* Define to 1 if you have the <string.h> header file. */
|
| /libtiff-4.0.7/ |
| H A D | CMakeLists.txt | 53 string(REGEX MATCH "^${var}=(.*)" ${var}_MATCH "${line}") 55 string(REGEX REPLACE "^${var}=(.*)" "\\1" ${var} "${line}") 175 string(REGEX REPLACE "[^A-Za-z0-9]" "_" flag_var "${flag}") 221 check_include_file(string.h HAVE_STRING_H)
|
| H A D | ChangeLog | 372 string to %s formatter, which is undefined behaviour in sprintf(). 2043 * tools/tiff2pdf.c: Better handling of string fields, use static 2044 string buffers instead of dynamically allocated, use strncpy() instead 2045 of strcpy(), control the string lengths. 2450 error reports to use "%s" as format string. 2629 * tools/tiff2pdf.c: More appropriate format string in 2636 * libtiff/tif_lzw.c: Properly zero out the string table. Fixes 3974 string fields as per: 4144 * tools/ppm2tiff.c: Fixed format string when read PPM file header with 5518 #include <string.h>. [all …]
|
| H A D | configure | 8534 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 5656 char *xstrdup (const char *string); 5939 xstrdup (const char *string) 5941 return string ? strcpy ((char *) xmalloc (strlen (string) + 1), 5942 string) : NULL; 6365 const char *string = argv[i]; 6367 if (string[0] == '\0') 6369 else if (strpbrk (string, SHELL_SPECIAL_CHARS) != NULL) 6371 int quote_around = (strpbrk (string, SHELL_SPACE_CHARS) != NULL); 6382 for (s = string; *s != '\0'; s++)
|
| /libtiff-4.0.7/contrib/tags/ |
| H A D | README | 99 and search for the string "XXX". At these locations the comments
|
| /libtiff-4.0.7/m4/ |
| H A D | acinclude.m4 | 49 dnl Most compilers print some kind of a version string with some command 50 dnl line options (often "-V"). The version string should be checked
|
| H A D | libtool.m4 | 270 # double_quote_subst'ed string. 1773 # a 1K string should be a reasonable start. 1788 # Only check the string length outside the loop. 2243 # directories to be munged by the contents of PATH, which is string 2246 # string "DIR[ DIR]" will be prepended to VARIABLE 2248 # string "DIR[ DIR]" will be appended to VARIABLE 2250 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string 8165 _LT_DECL([], [FGREP], [1], [A literal string matcher])
|