Home
last modified time | relevance | path

Searched refs:simple_itoa (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dvsprintf.h125 char *simple_itoa(ulong i);
/openbmc/u-boot/common/
H A Dbootstage.c279 node = fdt_add_subnode(blob, bootstage, simple_itoa(i)); in add_bootstages_devicetree()
H A Dcli_hush.c925 char *p = simple_itoa(i); in b_adduint()
/openbmc/u-boot/lib/
H A Dvsprintf.c828 char *simple_itoa(ulong i) in simple_itoa() function
/openbmc/u-boot/cmd/
H A Dnvedit.c319 char *str = simple_itoa(value); in env_set_ulong()