Searched refs:fnmatch (Results 26 - 50 of 74) sorted by relevance

123

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h129 #include <fnmatch.h>
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dfnmatch.c1 /* $NetBSD: fnmatch.c,v 1.11 1995/02/27 03:43:06 cgd Exp $ */
37 static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
39 static char rcsid[] = "$NetBSD: fnmatch.c,v 1.11 1995/02/27 03:43:06 cgd Exp $";
44 * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
48 #include <fnmatch.h>
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.c50 #include <fnmatch.h>
444 if (fnmatch(jspec->wantedhost, cf_hoststr, 0) != 0)
456 if (fnmatch(jspec->wanteduser, cfinf->cji_acctuser, 0) != 0)
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsavedir.c72 #include <fnmatch.h>
/freebsd-9.3-release/usr.bin/grep/
H A Dutil.c41 #include <fnmatch.h>
68 if (fnmatch(fpattern[i].pat, fname, 0) == 0 ||
69 fnmatch(fpattern[i].pat, fname_base, 0) == 0) {
88 fnmatch(dpattern[i].pat, dname, 0) == 0) {
/freebsd-9.3-release/contrib/mtree/
H A Dverify.c53 #include <fnmatch.h>
124 !fnmatch(ep->name, p->fts_name, FNM_PATHNAME)) ||
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dmatch.c37 #include <fnmatch.h>
164 return !fnmatch( rule->prog_name_expr, program_invocation_short_name, 0 );
/freebsd-9.3-release/lib/libc/gen/
H A Dfnmatch.c39 static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
45 * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
60 #include <fnmatch.h>
79 fnmatch(pattern, string, flags) function
H A DMakefile.inc14 exec.c fdevname.c feature_present.c fmtcheck.c fmtmsg.c fnmatch.c \
64 feature_present.3 fmtcheck.3 fmtmsg.3 fnmatch.3 fpclassify.3 frexp.3 \
H A DSymbol.map124 fnmatch;
/freebsd-9.3-release/usr.bin/locate/locate/
H A Dfastfind.c307 !fnmatch(pathpart, path, 0))
309 !fnmatch(pathpart, path,
H A Dlocate.c84 #include <fnmatch.h>
/freebsd-9.3-release/usr.sbin/mtree/
H A Dverify.c44 #include <fnmatch.h>
119 !fnmatch(ep->name, p->fts_name, FNM_PATHNAME)) ||
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dmodules.c37 #include <fnmatch.h>
164 if (fnmatch("*.ko", de->d_name, FNM_CASEFOLD))
/freebsd-9.3-release/contrib/diff/lib/
H A Dexclude.c40 #include "fnmatch.h"
73 /* An exclude pattern-options pair. The options are fnmatch options
109 (unlike fnmatch) wildcards are disabled in PATTERN. */
162 ? fnmatch
/freebsd-9.3-release/gnu/lib/libodialog/
H A Ddir.c39 #include <fnmatch.h>
454 || fnmatch(fmask, dire[j]->d_name, FNM_NOESCAPE) != FNM_NOMATCH) {
/freebsd-9.3-release/usr.bin/du/
H A Ddu.c53 #include <fnmatch.h>
545 if (fnmatch(ign->mask, ent->fts_name, 0) != FNM_NOMATCH)
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmatch.c26 #include <fnmatch.h>
453 * fnmatch(3).
537 ret = fnmatch(pattern, string, flags);
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h457 # define CVS_FNMATCH fnmatch
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h85 # include <fnmatch.h>
/freebsd-9.3-release/sys/sys/
H A Dlibkern.h97 int fnmatch(const char *, const char *, int);
183 /* fnmatch() return values. */
186 /* fnmatch() flags. */
/freebsd-9.3-release/usr.bin/csup/
H A Dglobtree.c35 #include "fnmatch.h"
53 * globtree_match(). It will call fnmatch() with the suppliedi
79 /* The "flags" field contains the flags to pass to fnmatch() for
226 rv = fnmatch(gt->data, path, gt->flags);
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff.c27 # include <fnmatch.h> /* This is supposed to be available on Posix systems */
29 # include "fnmatch.h" /* Our substitute */
134 if (fnmatch (exclude[i], f, 0) == 0)
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Dmain.c39 #include <fnmatch.h>
130 if (fnmatch(fpat, ent->d_name, FNM_NOESCAPE) != 0)
/freebsd-9.3-release/usr.bin/unzip/
H A Dunzip.c43 #include <fnmatch.h>
291 if (fnmatch(entry->pattern, str, C_opt ? FNM_CASEFOLD : 0) == 0)

Completed in 213 milliseconds

123