Home
last modified time | relevance | path

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

/scripts/dtc/
A Dutil.c158 char *endx; in get_oct_char() local
164 val = strtol(x, &endx, 8); in get_oct_char()
166 assert(endx > x); in get_oct_char()
168 (*i) += endx - x; in get_oct_char()
181 char *endx; in get_hex_char() local
187 val = strtol(x, &endx, 16); in get_hex_char()
188 if (!(endx > x)) in get_hex_char()
191 (*i) += endx - x; in get_hex_char()

Completed in 4 milliseconds