Searched refs:o_glob (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.c245 smallint o_glob; member in struct:o_string
2199 static int o_glob(o_string *o, int n) function
2203 debug_printf_glob("start o_glob: n:%d o->data:%p\n", n, o->data);
2221 debug_print_list("o_glob returning", o, n);
2246 static int o_glob(o_string *o, int n) function
2252 debug_printf_glob("start o_glob: n:%d o->data:%p\n", n, o->data);
2298 debug_print_list("o_glob returning", o, n);
2304 /* If o->o_glob == 1, glob the string so far remembered.
2308 if (o->o_glob) { /* if globbing is requested */
2313 return o_glob(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c245 smallint o_glob; member in struct:o_string
2199 static int o_glob(o_string *o, int n) function
2203 debug_printf_glob("start o_glob: n:%d o->data:%p\n", n, o->data);
2221 debug_print_list("o_glob returning", o, n);
2246 static int o_glob(o_string *o, int n) function
2252 debug_printf_glob("start o_glob: n:%d o->data:%p\n", n, o->data);
2298 debug_print_list("o_glob returning", o, n);
2304 /* If o->o_glob == 1, glob the string so far remembered.
2308 if (o->o_glob) { /* if globbing is requested */
2313 return o_glob(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c245 smallint o_glob; member in struct:o_string
2199 static int o_glob(o_string *o, int n) function
2203 debug_printf_glob("start o_glob: n:%d o->data:%p\n", n, o->data);
2221 debug_print_list("o_glob returning", o, n);
2246 static int o_glob(o_string *o, int n) function
2252 debug_printf_glob("start o_glob: n:%d o->data:%p\n", n, o->data);
2298 debug_print_list("o_glob returning", o, n);
2304 /* If o->o_glob == 1, glob the string so far remembered.
2308 if (o->o_glob) { /* if globbing is requested */
2313 return o_glob(
[all...]

Completed in 266 milliseconds