Searched refs:c_exec (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/find/ |
H A D | option.c | 77 { "-exec", c_exec, f_exec, 0 }, 78 { "-execdir", c_exec, f_exec, F_EXECDIR }, 144 { "-ok", c_exec, f_exec, F_NEEDOK }, 145 { "-okdir", c_exec, f_exec, F_NEEDOK | F_EXECDIR },
|
H A D | extern.h | 55 creat_f c_exec; variable
|
H A D | function.c | 691 c_exec(OPTION *option, char ***argvp) in c_exec() function
|