Home
last modified time | relevance | path

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

/external/dtc/
Dutil.h91 char get_escape_char(const char *s, int *i);
Ddata.c84 c = get_escape_char(s, &i); in data_copy_escape_string()
Dutil.c179 char get_escape_char(const char *s, int *i) in get_escape_char() function