Searched refs:appp (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/findutils/
H A Dfind.c331 static int exec_actions(action ***appp, const char *fileName, const struct stat *statbuf) argument
356 while ((app = appp[++cur_group]) != NULL) {
744 action*** appp; local
756 appp[cur_group] = xrealloc(appp[cur_group], (cur_action+2) * sizeof(*appp));
757 appp[cur_group][cur_action++] = ap = xmalloc(sizeof_struct);
758 appp[cur_group][cur_action] = NULL;
767 appp = xzalloc(2 * sizeof(appp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/findutils/
H A Dfind.c331 static int exec_actions(action ***appp, const char *fileName, const struct stat *statbuf) argument
356 while ((app = appp[++cur_group]) != NULL) {
744 action*** appp; local
756 appp[cur_group] = xrealloc(appp[cur_group], (cur_action+2) * sizeof(*appp));
757 appp[cur_group][cur_action++] = ap = xmalloc(sizeof_struct);
758 appp[cur_group][cur_action] = NULL;
767 appp = xzalloc(2 * sizeof(appp[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/findutils/
H A Dfind.c331 static int exec_actions(action ***appp, const char *fileName, const struct stat *statbuf) argument
356 while ((app = appp[++cur_group]) != NULL) {
744 action*** appp; local
756 appp[cur_group] = xrealloc(appp[cur_group], (cur_action+2) * sizeof(*appp));
757 appp[cur_group][cur_action++] = ap = xmalloc(sizeof_struct);
758 appp[cur_group][cur_action] = NULL;
767 appp = xzalloc(2 * sizeof(appp[
[all...]

Completed in 119 milliseconds