strtoul           230 replace/uuid_parse.c     uuid.time_low = strtoul(in, NULL, 16);
strtoul           231 replace/uuid_parse.c     uuid.time_mid = strtoul(in + 9, NULL, 16);
strtoul           232 replace/uuid_parse.c     uuid.time_hi_and_version = strtoul(in + 14, NULL, 16);
strtoul           233 replace/uuid_parse.c     uuid.clock_seq = strtoul(in + 19, NULL, 16);
strtoul           239 replace/uuid_parse.c         uuid.node[i] = strtoul(buf, NULL, 16);