Searched refs:endptr (Results 1 – 5 of 5) sorted by relevance
44 char *endptr; in GetIntArg() local46 result = ::strtol(arg, &endptr, 0); in GetIntArg()47 if (*endptr != '\0') { in GetIntArg()
292 char **endptr = NULL) in parse_pair() argument309 if (endptr) { in parse_pair()310 *endptr = end; in parse_pair()
103 char *endptr; in init_routine() local104 unsigned long l = strtoul(value, &endptr, 0); in init_routine()105 if (*endptr == '\0') { in init_routine()
2536 char *endptr; in checkSilentMode_l() local2537 unsigned long ul = strtoul(value, &endptr, 0); in checkSilentMode_l()2538 if (*endptr == '\0' && ul != 0) { in checkSilentMode_l()
170 char* endptr; in getEntryPoint() local171 result = strtoull(entry_name.data(), &endptr, 0); in getEntryPoint()172 if (*endptr != '\0') { in getEntryPoint()