Searched refs:strtoul (Results 1 – 17 of 17) sorted by relevance
| /libtiff-4.0.7/port/ |
| H A D | CMakeLists.txt | 31 strtoul.c 49 list(APPEND port_USED_FILES strtoul.c)
|
| H A D | libport.h | 42 unsigned long strtoul(const char *nptr, char **endptr, int base);
|
| H A D | strtoul.c | 49 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
|
| H A D | Makefile.in | 200 strcasecmp.c strtoul.c strtoull.c 417 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strtoul.Plo@am__quote@
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffdump.c | 132 diroff = (uint64) strtoul(optarg, NULL, 0); in main() 135 maxitems = strtoul(optarg, NULL, 0); in main()
|
| H A D | thumbnail.c | 88 case 'w': tnw = strtoul(optarg, NULL, 0); break; in main() 89 case 'h': tnh = strtoul(optarg, NULL, 0); break; in main()
|
| H A D | tiffgt.c | 117 diroff = strtoul(optarg, NULL, 0); in main()
|
| H A D | tiffinfoce.c | 97 diroff = strtoul(optarg, NULL, 0); in main()
|
| H A D | tiffinfo.c | 108 diroff = strtoul(optarg, NULL, 0); in main()
|
| H A D | tiffcp.c | 228 diroff = strtoul(optarg, NULL, 0); in main()
|
| H A D | tiff2ps.c | 311 case '9': diroff = (uint32) strtoul(optarg, NULL, 0); in main()
|
| H A D | tiffcrop.c | 1632 case 'd': start = strtoul(optarg, NULL, 0); /* initial IFD offset */ in process_command_opts() 2009 switch (strtoul(optarg, NULL, 0)) in process_command_opts()
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_config.h.cmake.in | 125 /* Define to 1 if you have the `strtoul' function. */
|
| H A D | tif_config.h.in | 158 /* Define to 1 if you have the `strtoul' function. */
|
| /libtiff-4.0.7/ |
| H A D | configure.ac | 425 strchr strrchr strstr strtol strtoul strtoull]) 431 AC_REPLACE_FUNCS(strtoul)
|
| H A D | configure | 18175 strchr strrchr strstr strtol strtoul strtoull
|
| H A D | ChangeLog | 4037 * port/{getopt.c, strcasecmp.c, strtoul.c}: Update modules from
|