Home
last modified time | relevance | path

Searched defs:parse_err (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h71 const char *parse_err; /* Error to report from parsing */ member
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c366 static char parse_err[3] = { '-', 0, '\0', }; in os_parse_args() local