Home
last modified time | relevance | path

Searched refs:c_exec (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/find/
H A Doption.c38 { "-exec", N_EXEC, c_exec, O_ARGVP },
51 { "-ok", N_OK, c_exec, O_ARGVP },
H A Dextern.h27 PLAN *c_exec __P((char ***, int));
H A Dfunction.c242 c_exec(argvp, isok) in c_exec() function