Home
last modified time | relevance | path

Searched refs:atoui (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/pc-bios/s390-ccw/
H A Dmenu.c143 return atoui(buf); in get_index()
192 return buf[0] == ' ' ? atoui(buf + 1) : atoui(buf); in zipl_print_entry()
H A Dlibc.c28 uint64_t atoui(const char *str) in atoui() function
H A Dlibc.h86 uint64_t atoui(const char *str);
H A Dmain.c53 return atoui(loadparm_str); in get_loadparm_index()