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

/freebsd-13-stable/usr.bin/find/
H A Doption.c84 { "-execdir", c_exec, f_exec, F_EXECDIR },
150 { "-okdir", c_exec, f_exec, F_NEEDOK | F_EXECDIR },
H A Dfind.h76 #define F_EXECDIR 0x00000002 /* -execdir vs. -exec */ macro
H A Dfunction.c629 if ((plan->flags & F_EXECDIR) && \
665 if (!(plan->flags & F_EXECDIR) &&
706 if (option->flags & F_EXECDIR && ftsoptions & FTS_NOCHDIR)
750 new->e_pnummax = new->flags & F_EXECDIR ? 1 : argmax / 16;

Completed in 61 milliseconds