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

123

/freebsd-9.3-release/tools/regression/lib/libc/gen/
H A DMakefile3 TESTS= test-fmtcheck test-fnmatch test-fpclassify test-posix_spawn test-wordexp
13 sh-tests: test-fnmatch
14 ./test-fnmatch -s 1 >../../../bin/sh/builtins/case2.0
15 ./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-9.3-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-9.3-release/contrib/cvs/lib/
H A Dfnmatch.h.in18 /* Bits set in the FLAGS argument to `fnmatch'. */
28 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
34 # define fnmatch cvs_fnmatch
39 extern int fnmatch (const char *pattern, const char *string, int flags);
41 extern int fnmatch ();
44 #endif /* fnmatch.h */
H A Dfnmatch.c27 #include "fnmatch.h"
37 fnmatch (const char *pattern, const char *string, int flags) function
39 fnmatch (pattern, string, flags)
92 fnmatch(p, n, flags & ~FNM_PERIOD) == 0)
H A DMakefile.am72 ## fnmatch.c
73 ## fnmatch.h
114 rm -f fnmatch.h
/freebsd-9.3-release/include/
H A Dfnmatch.h30 * @(#)fnmatch.h 8.1 (Berkeley) 6/2/93
56 int fnmatch(const char *, const char *, int);
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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
58 #define fnmatch(a,b,c) rk_fnmatch(a,b,c)
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/crypto/heimdal/lib/kadm5/
H A Dkadm5_locl.h76 #include <fnmatch.h>
H A Dget_princs_s.c67 if(fnmatch(d->exp, princ, 0) == 0 || fnmatch(d->exp2, princ, 0) == 0)
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dexclude.c30 #include <fnmatch.h>
64 if (fnmatch (exclude[i], f, options) == 0)
/freebsd-9.3-release/contrib/dtc/
H A Dconvert-dtsv0-lexer.l42 #include <fnmatch.h>
123 if (fnmatch(guess_table[i].pattern,
/freebsd-9.3-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-9.3-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-9.3-release/lib/libutil/
H A Dlogin_ok.c32 #include <fnmatch.h>
47 * to fnmatch(3).
59 rc = fnmatch(list[i++], str, flags) == 0;

Completed in 181 milliseconds

123