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

1 2 3

  /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/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/lib/libc/gen/
fnmatch.c 1 /* $NetBSD: fnmatch.c,v 1.26 2014/10/12 22:32:33 christos Exp $ */
38 static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94";
40 __RCSID("$NetBSD: fnmatch.c,v 1.26 2014/10/12 22:32:33 christos Exp $");
45 * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
53 #include <fnmatch.h>
57 __weak_alias(fnmatch,_fnmatch)
219 fnmatch(const char *pattern, const char *string, int flags) function
  /src/external/gpl2/diffutils/dist/lib/
fnmatch.c 1 /* $NetBSD: fnmatch.c,v 1.1.1.1 2016/01/13 03:15:30 christos Exp $ */
23 /* Enable GNU extensions in fnmatch.h. */
29 #include <fnmatch.h>
48 fnmatch (const char *pattern, const char *string, int flags) function
122 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /src/external/gpl2/grep/dist/lib/
fnmatch.c 1 /* $NetBSD: fnmatch.c,v 1.1.1.1 2016/01/10 21:36:18 christos Exp $ */
23 /* Enable GNU extensions in fnmatch.h. */
29 #include <fnmatch.h>
48 fnmatch (const char *pattern, const char *string, int flags) function
122 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /src/external/gpl3/binutils/dist/libiberty/
fnmatch.c 47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /src/external/gpl3/binutils.old/dist/libiberty/
fnmatch.c 47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /src/external/gpl3/gcc/dist/libiberty/
fnmatch.c 47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /src/external/gpl3/gcc.old/dist/libiberty/
fnmatch.c 47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /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/dist/libiberty/
fnmatch.c 47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /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.old/dist/libiberty/
fnmatch.c 47 #include <fnmatch.h>
68 fnmatch (const char *pattern, const char *string, int flags) function
119 fnmatch (p, n, flags & ~FNM_PERIOD) == 0)
  /src/external/gpl2/gmake/dist/glob/
fnmatch.c 23 /* Enable GNU extensions in fnmatch.h. */
29 #include <fnmatch.h>
469 fnmatch (pattern, string, flags) function
  /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...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/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/i386/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/ia64/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/m68000/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/m68k/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/mips64eb/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 47 milliseconds

1 2 3