Home
last modified time | relevance | path

Searched refs:strtoul (Results 1 – 17 of 17) sorted by relevance

/libtiff-4.0.7/port/
H A DCMakeLists.txt31 strtoul.c
49 list(APPEND port_USED_FILES strtoul.c)
H A Dlibport.h42 unsigned long strtoul(const char *nptr, char **endptr, int base);
H A Dstrtoul.c49 strtoul(const char *nptr, char **endptr, int base) in strtoul() function
H A DMakefile.in200 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 Dtiffdump.c132 diroff = (uint64) strtoul(optarg, NULL, 0); in main()
135 maxitems = strtoul(optarg, NULL, 0); in main()
H A Dthumbnail.c88 case 'w': tnw = strtoul(optarg, NULL, 0); break; in main()
89 case 'h': tnh = strtoul(optarg, NULL, 0); break; in main()
H A Dtiffgt.c117 diroff = strtoul(optarg, NULL, 0); in main()
H A Dtiffinfoce.c97 diroff = strtoul(optarg, NULL, 0); in main()
H A Dtiffinfo.c108 diroff = strtoul(optarg, NULL, 0); in main()
H A Dtiffcp.c228 diroff = strtoul(optarg, NULL, 0); in main()
H A Dtiff2ps.c311 case '9': diroff = (uint32) strtoul(optarg, NULL, 0); in main()
H A Dtiffcrop.c1632 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 Dtif_config.h.cmake.in125 /* Define to 1 if you have the `strtoul' function. */
H A Dtif_config.h.in158 /* Define to 1 if you have the `strtoul' function. */
/libtiff-4.0.7/
H A Dconfigure.ac425 strchr strrchr strstr strtol strtoul strtoull])
431 AC_REPLACE_FUNCS(strtoul)
H A Dconfigure18175 strchr strrchr strstr strtol strtoul strtoull
H A DChangeLog4037 * port/{getopt.c, strcasecmp.c, strtoul.c}: Update modules from