HomeSort by: relevance | last modified time | path
    Searched refs:fnmatch (Results 1 - 25 of 361) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/tests/lib/libc/gen/
t_fnmatch.c 35 #include <fnmatch.h>
42 "Test translation of '\\' with fnmatch(3) (PR lib/41558)");
47 const int rv = fnmatch(/* pattern */ "\\", "\\", 0);
50 atf_tc_fail("fnmatch(3) did not translate '\\'");
61 ATF_CHECK(fnmatch("xxx", "XXX", 0) != 0);
62 ATF_CHECK(fnmatch("XXX", "xxx", 0) != 0);
63 ATF_CHECK(fnmatch("xxx", "XxX", 0) != 0);
64 ATF_CHECK(fnmatch("XxX", "xxx", 0) != 0);
65 ATF_CHECK(fnmatch("x*x", "XXX", 0) != 0);
66 ATF_CHECK(fnmatch("**x", "XXX", 0) != 0)
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
fnmatch.in.h 1 /* Substitute for and wrapper around <fnmatch.h>.
49 /* Bits set in the FLAGS argument to 'fnmatch'. */
61 /* Value returned by 'fnmatch' if STRING does not match PATTERN. */
65 'fnmatch'. Since this is not the case here it will never be
80 # define fnmatch rpl_fnmatch macro
82 _GL_FUNCDECL_RPL (fnmatch, int,
85 _GL_CXXALIAS_RPL (fnmatch, int,
89 _GL_FUNCDECL_SYS (fnmatch, int,
93 _GL_CXXALIAS_SYS (fnmatch, int,
97 _GL_CXXALIASWARN (fnmatch); variable
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fnmatch.in.h 1 /* Substitute for and wrapper around <fnmatch.h>.
49 /* Bits set in the FLAGS argument to 'fnmatch'. */
61 /* Value returned by 'fnmatch' if STRING does not match PATTERN. */
65 'fnmatch'. Since this is not the case here it will never be
80 # define fnmatch rpl_fnmatch macro
82 _GL_FUNCDECL_RPL (fnmatch, int,
85 _GL_CXXALIAS_RPL (fnmatch, int,
89 _GL_FUNCDECL_SYS (fnmatch, int,
93 _GL_CXXALIAS_SYS (fnmatch, int,
97 _GL_CXXALIASWARN (fnmatch); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgdb/
common-agent.c 4 * Gdb wants to use its internal fnmatch that does wide characters overriding
10 return fnmatch(pattern, string, flags);
  /src/external/gpl3/gdb.old/lib/libgdb/
common-agent.c 4 * Gdb wants to use its internal fnmatch that does wide characters overriding
10 return fnmatch(pattern, string, flags);
  /src/sys/lib/libsa/
fnmatch.c 1 /* $NetBSD: fnmatch.c,v 1.1 2012/01/16 18:44:13 christos Exp $ */
66 fnmatch(const char *fname, const char *pattern) function
89 if (fnmatch(++fname, pattern))
  /src/include/
fnmatch.h 1 /* $NetBSD: fnmatch.h,v 1.13 2011/01/31 04:49:46 christos Exp $ */
31 * @(#)fnmatch.h 8.1 (Berkeley) 6/2/93
54 int fnmatch(const char *, const char *, int);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
fnmatch_.h 31 /* Bits set in the FLAGS argument to `fnmatch'. */
43 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
47 `fnmatch'. Since this is not the case here it will never be
56 extern int fnmatch (const char *__pattern, const char *__name,
63 #endif /* fnmatch.h */
  /src/external/gpl2/xcvs/dist/lib/
fnmatch_.h 31 /* Bits set in the FLAGS argument to `fnmatch'. */
43 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
47 `fnmatch'. Since this is not the case here it will never be
56 extern int fnmatch (const char *__pattern, const char *__name,
63 #endif /* fnmatch.h */
build_lib.com 4 $ CC fnmatch.c
17 $ library/create gnulib.olb fnmatch.obj,getdate.obj,getline.obj,-
  /src/external/gpl2/diffutils/include/
fnmatch.h 35 it is used only inside the prototype for `fnmatch', which is elided in
46 /* Bits set in the FLAGS argument to `fnmatch'. */
57 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
62 extern int fnmatch __P ((const char *__pattern, const char *__string,
69 #endif /* fnmatch.h */
  /src/external/gpl2/grep/dist/lib/
fnmatch.h 1 /* $NetBSD: fnmatch.h,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
37 it is used only inside the prototype for `fnmatch', which is elided in
48 /* Bits set in the FLAGS argument to `fnmatch'. */
59 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
64 extern int fnmatch __P ((const char *__pattern, const char *__string,
71 #endif /* fnmatch.h */
  /src/external/gpl3/binutils/dist/include/
fnmatch.h 36 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 */
  /src/external/gpl3/binutils.old/dist/include/
fnmatch.h 36 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 */
  /src/external/gpl3/gcc/dist/include/
fnmatch.h 36 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 */
  /src/external/gpl3/gcc.old/dist/include/
fnmatch.h 36 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 */
  /src/external/gpl3/gdb/dist/include/
fnmatch.h 36 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 */
  /src/external/gpl3/gdb.old/dist/include/
fnmatch.h 36 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 */
  /src/external/bsd/zstd/dist/build/single_file_libs/
combine.sh 51 # Test if glob pattern $1 matches subject $2 (see fnmatch(3))
52 fnmatch() { function
63 fnmatch "*#*include*" "$1" || return 1
69 fnmatch "*#*pragma*once*" "$1" || return 1
92 if fnmatch "*[\\*?[|]*" "$2"; then
96 fnmatch "${item_P}" "$1" && return 0
  /src/external/gpl2/gmake/dist/glob/
fnmatch.h 35 it is used only inside the prototype for `fnmatch', which is elided in
53 /* Bits set in the FLAGS argument to `fnmatch'. */
64 /* Value returned by `fnmatch' if STRING does not match PATTERN. */
68 `fnmatch'. Since this is not the case here it will never be
77 extern int fnmatch __P ((__const char *__pattern, __const char *__name,
84 #endif /* fnmatch.h */
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
fnmatch.h 6 /* Substitute for and wrapper around <fnmatch.h>.
34 # include_next <fnmatch.h>
560 /* Bits set in the FLAGS argument to 'fnmatch'. */
572 /* Value returned by 'fnmatch' if STRING does not match PATTERN. */
576 'fnmatch'. Since this is not the case here it will never be
591 # define fnmatch rpl_fnmatch macro
593 _GL_FUNCDECL_RPL (fnmatch, int,
596 _GL_CXXALIAS_RPL (fnmatch, int,
600 _GL_FUNCDECL_SYS (fnmatch, int,
604 _GL_CXXALIAS_SYS (fnmatch, int
608 _GL_CXXALIASWARN (fnmatch); variable
611 # undef fnmatch macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
fnmatch.h 6 /* Substitute for and wrapper around <fnmatch.h>.
34 # include_next <fnmatch.h>
560 /* Bits set in the FLAGS argument to 'fnmatch'. */
572 /* Value returned by 'fnmatch' if STRING does not match PATTERN. */
576 'fnmatch'. Since this is not the case here it will never be
591 # define fnmatch rpl_fnmatch macro
593 _GL_FUNCDECL_RPL (fnmatch, int,
596 _GL_CXXALIAS_RPL (fnmatch, int,
600 _GL_FUNCDECL_SYS (fnmatch, int,
604 _GL_CXXALIAS_SYS (fnmatch, int
608 _GL_CXXALIASWARN (fnmatch); variable
611 # undef fnmatch macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
fnmatch.h 6 /* Substitute for and wrapper around <fnmatch.h>.
34 # include_next <fnmatch.h>
560 /* Bits set in the FLAGS argument to 'fnmatch'. */
572 /* Value returned by 'fnmatch' if STRING does not match PATTERN. */
576 'fnmatch'. Since this is not the case here it will never be
591 # define fnmatch rpl_fnmatch macro
593 _GL_FUNCDECL_RPL (fnmatch, int,
596 _GL_CXXALIAS_RPL (fnmatch, int,
600 _GL_FUNCDECL_SYS (fnmatch, int,
604 _GL_CXXALIAS_SYS (fnmatch, int
608 _GL_CXXALIASWARN (fnmatch); variable
611 # undef fnmatch macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
fnmatch.h 6 /* Substitute for and wrapper around <fnmatch.h>.
34 # include_next <fnmatch.h>
560 /* Bits set in the FLAGS argument to 'fnmatch'. */
572 /* Value returned by 'fnmatch' if STRING does not match PATTERN. */
576 'fnmatch'. Since this is not the case here it will never be
591 # define fnmatch rpl_fnmatch macro
593 _GL_FUNCDECL_RPL (fnmatch, int,
596 _GL_CXXALIAS_RPL (fnmatch, int,
600 _GL_FUNCDECL_SYS (fnmatch, int,
604 _GL_CXXALIAS_SYS (fnmatch, int
608 _GL_CXXALIASWARN (fnmatch); variable
611 # undef fnmatch macro
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
fnmatch.h 6 /* Substitute for and wrapper around <fnmatch.h>.
34 # include_next <fnmatch.h>
560 /* Bits set in the FLAGS argument to 'fnmatch'. */
572 /* Value returned by 'fnmatch' if STRING does not match PATTERN. */
576 'fnmatch'. Since this is not the case here it will never be
591 # define fnmatch rpl_fnmatch macro
593 _GL_FUNCDECL_RPL (fnmatch, int,
596 _GL_CXXALIAS_RPL (fnmatch, int,
600 _GL_FUNCDECL_SYS (fnmatch, int,
604 _GL_CXXALIAS_SYS (fnmatch, int
608 _GL_CXXALIASWARN (fnmatch); variable
611 # undef fnmatch macro
    [all...]

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011>>