Home
last modified time | relevance | path

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

/linux-3.4.99/scripts/dtc/
Ddata.c88 static char get_hex_char(const char *s, int *i) in get_hex_char() function
159 q[d.len++] = get_hex_char(s, &i); in data_copy_escape_string()