strtoul 354 include/acpi/platform/acenv.h #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n)) strtoul 873 scripts/asn1_compiler.c element->tag |= strtoul(cursor->value, &p, 10); strtoul 2072 scripts/mod/modpost.c crc = strtoul(line, &d, 16);