Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Decho.c63 if ((u = unescape2(&c, 1))<128) putchar(u); in echo_main()
Dfind.c599 if ((u = unescape2(&fmt, 0))<128) putchar(u); in do_find()
/external/toybox/lib/
Dlib.h239 int unescape2(char **c, int echo);
Dlib.c466 int unescape2(char **c, int echo) in unescape2() function
/external/toybox/toys/pending/
Dsh.c1500 for (s = str+ii; *s != '\''; oo += wcrtomb(new+oo, unescape2(&s, 0),0)); in expand_arg_nobrace()