Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/find/
H A Dmain.c154 return find_execute(find_formplan(argv), start); in main()
H A Dextern.h38 int find_execute(PLAN *, char **);
H A Dfind.c202 find_execute(PLAN *plan, char **paths) in find_execute() function