Searched refs:funcpp (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.c3486 struct function **funcpp = &G.top_func; local
3487 while (*funcpp) {
3488 if (strcmp(name, (*funcpp)->name) == 0) {
3491 funcpp = &(*funcpp)->next;
3493 return funcpp;
3507 struct function **funcpp = find_function_slot(name); local
3508 struct function *funcp = *funcpp;
3535 funcp = *funcpp = xzalloc(sizeof(*funcp));
3545 struct function **funcpp local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/shell/
H A Dhush.c3486 struct function **funcpp = &G.top_func; local
3487 while (*funcpp) {
3488 if (strcmp(name, (*funcpp)->name) == 0) {
3491 funcpp = &(*funcpp)->next;
3493 return funcpp;
3507 struct function **funcpp = find_function_slot(name); local
3508 struct function *funcp = *funcpp;
3535 funcp = *funcpp = xzalloc(sizeof(*funcp));
3545 struct function **funcpp local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/shell/
H A Dhush.c3486 struct function **funcpp = &G.top_func; local
3487 while (*funcpp) {
3488 if (strcmp(name, (*funcpp)->name) == 0) {
3491 funcpp = &(*funcpp)->next;
3493 return funcpp;
3507 struct function **funcpp = find_function_slot(name); local
3508 struct function *funcp = *funcpp;
3535 funcp = *funcpp = xzalloc(sizeof(*funcp));
3545 struct function **funcpp local
[all...]

Completed in 144 milliseconds