Searched refs:check_strtox_error (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | cutils.c | 386 static int check_strtox_error(const char *nptr, char *ep, in check_strtox_error() function 474 return check_strtox_error(nptr, ep, endptr, lresult == 0, errno); in qemu_strtoi() 545 return check_strtox_error(nptr, ep, endptr, lresult == 0, errno); in qemu_strtoui() 589 return check_strtox_error(nptr, ep, endptr, *result == 0, errno); in qemu_strtol() 638 return check_strtox_error(nptr, ep, endptr, *result == 0, errno); in qemu_strtoul() 665 return check_strtox_error(nptr, ep, endptr, *result == 0, errno); in qemu_strtoi64() 697 return check_strtox_error(nptr, ep, endptr, *result == 0, errno); in qemu_strtou64() 739 return check_strtox_error(nptr, ep, endptr, false, errno); in qemu_strtod()
|