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

/macosx-10.10.1/shell_cmds-179/find/
H A Dfind.h131 #define e_ppos p_un.ex._e_ppos macro
H A Dfunction.c665 if (plan->e_ppos == plan->e_pbnum)
667 plan->e_argv[plan->e_ppos] = NULL;
679 if ((plan->e_argv[plan->e_ppos] = strdup(file)) == NULL)
681 plan->e_len[plan->e_ppos] = strlen(file);
682 plan->e_psize += plan->e_len[plan->e_ppos];
683 if (++plan->e_ppos < plan->e_pnummax &&
686 plan->e_argv[plan->e_ppos] = NULL;
717 while (--plan->e_ppos >= plan->e_pbnum)
718 free(plan->e_argv[plan->e_ppos]);
719 plan->e_ppos
[all...]

Completed in 105 milliseconds