Searched refs:find (Results 1 - 23 of 23) sorted by relevance

/ast/src/cmd/tw/
H A DMakefile7 find :: find.c LICENSE=since=1989,author=gsf+dgk
15 :TEST: find tw xargs
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...]
H A Dtw.c131 "[F:codes?Set the \blocate\b(1) fast find codes database "
139 "[+old?old fast find]"
325 "[+lib/find/find.codes?Default \blocate\b(1) database.]"
415 if (findwrite(state.find, ftw->path, ftw->pathlen, (ftw->info & FTW_D) ? "system/dir" : (char*)0))
420 if (findwrite(state.find, ftw->path, ftw->pathlen, magictype(state.magic, fp, PATH(ftw), &ftw->statb)))
832 error(3, "%s: invalid find codes format -- { default|dir type old gnu|locate } expected", opt_info.arg);
949 if (!(state.find = findopen(codes, NiL, NiL, &disc)))
1005 if (!(state.find = findopen(codes, state.pattern, NiL, &disc)))
1009 while (s = findread(state.find))
[all...]
/ast/src/lib/libjcl/
H A DMakefile9 jcl :LIBRARY: open.c parse.c run.c sym.c path.c find.c lib.c uniq.c \
/ast/src/lib/libtk/library/demos/
H A Dcscroll.tcl62 set id [$canvas find withtag current]
77 set id [$canvas find withtag current]
87 set id [$canvas find withtag current]
H A Druler.tcl126 if {[$c find withtag active] == ""} {
160 if {[$c find withtag active] == {}} {
H A Ditems.tcl236 set area [$c find withtag area]
238 foreach i [$c find enclosed $areaX1 $areaY1 $areaX2 $areaY2] {
245 foreach i [$c find overlapping $areaX1 $areaY1 $areaX2 $areaY2] {
H A Dfloor.tcl75 set id [$w find withtag current]
/ast/src/lib/libast/misc/
H A Dfindlib.h24 * fast find private interface
121 #include <find.h>
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))
H A Dmagic.c2307 (*mp->disc->errorf)(mp, mp->disc, 2, "cannot find magic file");
/ast/src/cmd/ksh93/tests/
H A Dgrep.sh92 to see how many lines find both foo and bar.
/ast/src/cmd/ie/
H A Die.sh110 : find the dll root dir
/ast/src/cmd/warp/
H A Dwarp.sh143 : find the warp dll root dir
/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))
/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))
H A Dpackage.sh3514 find $dirs -name '*.[CcHh]' $newer -print | proto -v -L - -C proto
3517 $exec "find $dirs -name '*.[CcHh]' $newer -print | proto -L - -C proto"
5110 for f in `find . -name '*?[_.][0123456789][0123456789][0123456789][0123456789]-[0123456789][0123456789]-[0123456789][0123456789][_.]*' -print | sed 's,^\./,,' | sort -r`
5484 for j in `cd $i; find . $o 2>/dev/null | sed -e 's,^\./,,' -e '/\//!d' -e 's,/[^/]*$,,' | sort -u`
/ast/src/lib/libast/
H A DMakefile32 ccode.h cdt.h cdtlib.h cmdarg.h debug.h dt.h error.h find.h ftw.h \
57 find.3 fmt.3 fmtls.3 fs3d.3 ftwalk.3 getcwd.3 hash.3 iblocks.3 \
/ast/src/lib/libtk/library/
H A Dtkfbox.tcl360 tkIconList_Select $w [$data(canvas) find closest \
577 # Search forward until we find a filename whose prefix is an exact match
/ast/src/cmd/nmake/
H A Dexpand.c1288 * find first makefile in dir/files/makefiles and scan
1826 message((-2, "pathop('%c',%s==%s): cannot find '/'", *op, r->name, r->uname));
H A DMakerules.mk272 * find file ... in sibling dir on PATH with suffix

Completed in 600 milliseconds