Searched refs:opt_depth (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/networking/
H A Difupdown.c204 int opt_depth = 1; local
223 if (command[1] == '[' && opt_depth < MAX_OPT_DEPTH) {
224 old_pos[opt_depth] = result ? strlen(result) : 0;
225 okay[opt_depth] = 1;
226 opt_depth++;
234 if (command[1] == ']' && opt_depth > 1) {
235 opt_depth--;
236 if (!okay[opt_depth]) {
237 result[old_pos[opt_depth]] = '\0';
288 okay[opt_depth
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Difupdown.c204 int opt_depth = 1; local
223 if (command[1] == '[' && opt_depth < MAX_OPT_DEPTH) {
224 old_pos[opt_depth] = result ? strlen(result) : 0;
225 okay[opt_depth] = 1;
226 opt_depth++;
234 if (command[1] == ']' && opt_depth > 1) {
235 opt_depth--;
236 if (!okay[opt_depth]) {
237 result[old_pos[opt_depth]] = '\0';
288 okay[opt_depth
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Difupdown.c204 int opt_depth = 1; local
223 if (command[1] == '[' && opt_depth < MAX_OPT_DEPTH) {
224 old_pos[opt_depth] = result ? strlen(result) : 0;
225 okay[opt_depth] = 1;
226 opt_depth++;
234 if (command[1] == ']' && opt_depth > 1) {
235 opt_depth--;
236 if (!okay[opt_depth]) {
237 result[old_pos[opt_depth]] = '\0';
288 okay[opt_depth
[all...]

Completed in 175 milliseconds