Searched refs:fnmatch (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10.1-release/tools/regression/lib/libc/gen/
H A DMakefile3 TESTS= test-arc4random test-fmtcheck test-fmtmsg test-fnmatch \
14 sh-tests: test-fnmatch
15 ./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
16 ./test-fnmatch -s 2 >../../../bin/sh/builtins/case3.0
H A Dtest-fnmatch.c35 #include <fnmatch.h>
282 result = fnmatch(t->pattern, t->string, flags);
288 result = fnmatch(t->pattern, t->string, flags);
299 result = fnmatch(t->pattern, t->string, flags);
309 result = fnmatch(t->pattern, t->string, flags);
319 result = fnmatch(t->pattern, t->string, flags);
330 result = fnmatch(t->pattern, t->string, flags);
341 result = fnmatch(t->pattern, t->string, flags);
350 result = fnmatch(t->pattern, t->string, flags);
358 result = fnmatch(
[all...]
/freebsd-10.1-release/usr.bin/csup/
H A Dfnmatch.h31 * @(#)fnmatch.h 8.1 (Berkeley) 6/2/93
33 * From FreeBSD fnmatch.h 1.7
34 * $Id: fnmatch.h,v 1.4 2001/10/04 02:46:21 jdp Exp $
54 int fnmatch(const char *, const char *, int);
H A Dfnmatch.c34 * From FreeBSD fnmatch.c 1.11
35 * $Id: fnmatch.c,v 1.3 1997/08/19 02:34:30 jdp Exp $
39 static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
43 * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
51 #include "fnmatch.h"
58 fnmatch(const char *pattern, const char *string, int flags) function
107 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD))
H A DMakefile11 fnmatch.c \
/freebsd-10.1-release/include/
H A Dfnmatch.h30 * @(#)fnmatch.h 8.1 (Berkeley) 6/2/93
56 int fnmatch(const char *, const char *, int);
/freebsd-10.1-release/contrib/binutils/include/
H A Dfnmatch.h36 it is used only inside the prototype for `fnmatch', which is elided in
47 /* Bits set in the FLAGS argument to `fnmatch'. */
58 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
70 #endif /* fnmatch.h */
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dfnmatch.h36 it is used only inside the prototype for `fnmatch', which is elided in
47 /* Bits set in the FLAGS argument to `fnmatch'. */
58 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
70 #endif /* fnmatch.h */
/freebsd-10.1-release/contrib/gdb/include/
H A Dfnmatch.h36 it is used only inside the prototype for `fnmatch', which is elided in
47 /* Bits set in the FLAGS argument to `fnmatch'. */
58 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
63 extern int fnmatch __P ((const char *__pattern, const char *__string,
70 #endif /* fnmatch.h */
/freebsd-10.1-release/contrib/mtree/
H A Dexcludes.c45 #include <fnmatch.h>
109 /* fnmatch(3) has a funny return value convention... */
110 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0)
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dfnmatch.hin1 /* $NetBSD: fnmatch.h,v 1.5 1994/10/26 00:55:53 cgd Exp $ */
31 * @(#)fnmatch.h 8.1 (Berkeley) 6/2/93
60 #define fnmatch(a,b,c) rk_fnmatch(a,b,c)
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.
54 #include <fnmatch.h>
/freebsd-10.1-release/usr.sbin/mtree/
H A Dexcludes.c38 #include <fnmatch.h>
102 /* fnmatch(3) has a funny return value convention... */
103 #define MATCH(g, n) (fnmatch((g), (n), FNM_PATHNAME) == 0)
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dfnmatch.c47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dfnmatch.c47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
H A Dmakefile.vms13 xmemdup.obj,xstrdup.obj,xatexit.obj,choose-temp.obj,fnmatch.obj,objalloc.obj
/freebsd-10.1-release/crypto/heimdal/lib/kadm5/
H A Dkadm5_locl.h75 #include <fnmatch.h>
H A Dget_princs_s.c67 if(fnmatch(d->exp, princ, 0) == 0 || fnmatch(d->exp2, princ, 0) == 0)
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Dexclude.c30 #include <fnmatch.h>
64 if (fnmatch (exclude[i], f, options) == 0)
H A Dsavedir.c72 #include <fnmatch.h>
/freebsd-10.1-release/sys/libkern/
H A Dfnmatch.c37 * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
54 fnmatch(const char *pattern, const char *string, int flags) function
104 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD))
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dacl.c35 #include <fnmatch.h>
126 return !fnmatch(field->u.cstr, string, 0);
166 * - f Matches the string with fnmatch(3). Theflags
167 * argument (the last argument) passed to the fnmatch function is 0.
/freebsd-10.1-release/lib/libutil/
H A Dlogin_ok.c32 #include <fnmatch.h>
47 * to fnmatch(3).
59 rc = fnmatch(list[i++], str, flags) == 0;
/freebsd-10.1-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h129 #include <fnmatch.h>
/freebsd-10.1-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)

Completed in 309 milliseconds

123