Home
last modified time | relevance | path

Searched refs:find_files (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dfind_names.c275 find_files (const char *dir, const char *pat) in find_files() function
403 if (!(newlist = find_files (dir, RCSPAT)))
H A Dcvs.h958 List *find_files (const char *dir, const char *pat);
H A Dhistory.c742 flist = find_files (NULL, pat); in history()
H A DChangeLog601 * cvs.h (find_files): New proto.
602 * find_names.c (find_files, strip_rcsext): New functions.
603 (find_rcs): Make arg const. Use new find_files. Improve header
/netbsd-src/external/gpl2/gmake/dist/doc/
H A Dmake.texi6903 find_files = $(wildcard $(dir)/*)
6905 files := $(foreach dir,$(dirs),$(find_files))
6909 Here we use the variable @code{find_files} this way. We use plain @samp{=}
6913 called only once at the time of defining @code{find_files}.
6929 files := $(foreach Esta escrito en espanol!,b c ch,$(find_files))
6933 might be useful if the value of @code{find_files} references the variable
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog.321302 * bin/autoscan.in: Use `getopt' and `find_files' etc.