Home
last modified time | relevance | path

Searched refs:get_escape_char (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/scripts/dtc/
H A Dutil.h94 char get_escape_char(const char *s, int *i);
H A Ddata.c84 c = get_escape_char(s, &i); in data_copy_escape_string()
H A Dutil.c179 char get_escape_char(const char *s, int *i) in get_escape_char() function
/openbmc/linux/scripts/dtc/
H A Dutil.h88 char get_escape_char(const char *s, int *i);
H A Ddata.c70 c = get_escape_char(s, &i); in data_copy_escape_string()
H A Dutil.c195 char get_escape_char(const char *s, int *i) in get_escape_char() function
/openbmc/u-boot/lib/
H A Dslre.c208 get_escape_char(const char **re) in get_escape_char() function
263 esc = get_escape_char(re); in anyof()
352 esc = get_escape_char(re); in compile()