Lines Matching defs:find
26 * rewrite of find program to use fts*() and optget()
28 * find options plus these extensions:
31 * traverses the fast find database (updatedb(1))
50 "[-1p1?@(#)$Id: find (AT&T Research) 2010-09-01 $\n]"
52 "[+NAME?find - find files]"
81 " [+lib/find/codes?Default \blocate\b(1) database.]"
93 #include <find.h>
732 * convert the gnu-style-find printf format string for sfio extension
1711 find(State_t* state, char** paths, int flags, Sort_f sort)
1747 error_info.id = "find";
1823 else if (find(&state, (char**)cp, FTS_ONEPATH|state.walkflags, NiL))
1848 find(&state, op, state.walkflags, sort);
1864 error(ERROR_SYSTEM|2, "fast find error");