Searched refs:o_escape (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/shell/
H A Dhush.c244 smallint o_escape; member in struct:o_string
1904 if (o->o_escape && strchr("*?[\\" MAYBE_BRACES, ch)) {
1917 if (!o->o_escape) {
2370 if (output->o_escape || !output->o_glob)
2489 smallint sv = output->o_escape;
2491 output->o_escape = 0;
2504 output->o_escape = sv;
2790 debug_printf_expand("unquoted '%s', output->o_escape:%d\n", val, output->o_escape);
2793 smallint sv = output->o_escape;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c244 smallint o_escape; member in struct:o_string
1904 if (o->o_escape && strchr("*?[\\" MAYBE_BRACES, ch)) {
1917 if (!o->o_escape) {
2370 if (output->o_escape || !output->o_glob)
2489 smallint sv = output->o_escape;
2491 output->o_escape = 0;
2504 output->o_escape = sv;
2790 debug_printf_expand("unquoted '%s', output->o_escape:%d\n", val, output->o_escape);
2793 smallint sv = output->o_escape;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c244 smallint o_escape; member in struct:o_string
1904 if (o->o_escape && strchr("*?[\\" MAYBE_BRACES, ch)) {
1917 if (!o->o_escape) {
2370 if (output->o_escape || !output->o_glob)
2489 smallint sv = output->o_escape;
2491 output->o_escape = 0;
2504 output->o_escape = sv;
2790 debug_printf_expand("unquoted '%s', output->o_escape:%d\n", val, output->o_escape);
2793 smallint sv = output->o_escape;
[all...]

Completed in 144 milliseconds