Searched defs:find (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/misc/
H A Dtranslate.c126 * find catalog in locale and return catopen() descriptor
130 find(const char* locale, const char* catalog) function
186 if ((d = find("C", s)) != NOCAT)
376 if ((cp->cat = find(cp->locale, cp->name)) == NOCAT)
H A Dmime.c372 * find entry matching type
378 find(Mime_t* mp, const char* type) function
455 else if (ent = find(mp, ws.pattern))
642 if (ent = find(mp, type))
/ast/src/cmd/tw/
H A Dtw.h31 #include <find.h>
175 Find_t* find; /* fast find handle */ member in struct:__anon239
176 int finderror; /* fast find generation error */
188 char* pattern; /* fast find pattern */
H A Dfind.c26 * 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) 2012-04-11 $\n]"
52 "[+NAME?find - find files]"
81 " [+lib/find/codes?Default \blocate\b(1) database.]"
93 #include <find.h>
731 * convert the gnu-style-find printf format string for sfio extension
1714 find(State_ function
[all...]
/ast/src/cmd/INIT/
H A Dmamake.c958 find(Buf_t* buf, char* file, struct stat* st) function
968 report(-3, s, "find", (unsigned long)0);
1008 report(-3, s, "find", (unsigned long)0);
1028 if (s = find(buf, r->name, &st))
1091 if (path = find(buf, file, &st))
2029 if (find(tmp, use(buf), &st))
/ast/src/cmd/html/
H A Dtroff2html.c1036 find(char* name, char** found, int verbose) function
1132 error(ERROR_SYSTEM|3, "-m%s: cannot find macro package", name);
2587 if (ap->argc >= 1 && (sp = find(ap->argv[1], NiL, 1)))
3180 if (ap->argc >= 1 && (sp = find(ap->argv[1], &path, 1)))
5893 if (state.toolbar && (subject = find(state.toolbar, NiL, 1)))
6010 if (ip = find(x->name, &v, -1))
6016 if (ip = find(s, &v, 1))

Completed in 28 milliseconds