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

/freebsd-current/usr.bin/find/
H A Doption.c77 { "-execdir", c_exec, f_exec, F_EXECDIR },
144 { "-okdir", c_exec, f_exec, F_NEEDOK | F_EXECDIR },
H A Dfind.h73 #define F_EXECDIR 0x00000002 /* -execdir vs. -exec */ macro
H A Dfunction.c622 if ((plan->flags & F_EXECDIR) && \
658 if (!(plan->flags & F_EXECDIR) &&
699 if (option->flags & F_EXECDIR && ftsoptions & FTS_NOCHDIR)
743 new->e_pnummax = new->flags & F_EXECDIR ? 1 : argmax / 16;

Completed in 117 milliseconds