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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dfind.c137 static int exec_actions(action ***appp, const char *fileName, struct stat *statbuf) argument
162 while ((app = appp[++cur_group])) {
506 action*** appp; local
515 appp[cur_group] = xrealloc(appp[cur_group], (cur_action+2) * sizeof(*appp));
516 appp[cur_group][cur_action++] = ap = xmalloc(sizeof_struct);
517 appp[cur_group][cur_action] = NULL;
526 appp = xzalloc(2 * sizeof(appp[
[all...]

Completed in 42 milliseconds