Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dslre.c186 store_char_in_data(struct slre *r, int ch) in store_char_in_data() function
200 store_char_in_data(r, *(*re)++); in exact()
265 store_char_in_data(r, 0); in anyof()
266 store_char_in_data(r, esc >> 8); in anyof()
268 store_char_in_data(r, esc); in anyof()
272 store_char_in_data(r, (*re)[-1]); in anyof()
308 store_char_in_data(r, ch); in exact_one_char()