strtoull           80 Zend/zend_long.h #  define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base))
strtoull           82 Zend/zend_long.h #  define ZEND_STRTOUL_PTR strtoull
strtoull         1587 ext/fileinfo/libmagic/apprentice.c 	val = (uint64_t)strtoull(l, &t, 0);
strtoull         2502 ext/fileinfo/libmagic/apprentice.c 			    (uint64_t)strtoull(*p, &ep, 0));