Searched refs:glob (Results 1 - 25 of 84) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
H A Dgoodbye.c20 int glob = 45; variable
24 glob += 2;
25 glob *= 2;
26 glob += 3;
27 glob *= 3;
28 glob += 4;
29 glob *= 4;
30 glob += 5;
31 glob *= 5;
32 glob
[all...]
H A Dhello.c20 short glob = 92; variable
26 if (glob == 0)
41 tmpx = hello(glob);
43 glob = tmpx;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030913-1.c4 int glob; variable
9 *q = &glob;
24 if (glob != 42) abort();
H A D960218-1.c1 int glob; variable
5 glob = x;
19 if (glob != -4)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030913-1.c4 int glob; variable
9 *q = &glob;
24 if (glob != 42) abort();
H A D960218-1.c1 int glob; variable
5 glob = x;
19 if (glob != -4)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dreg-stack4.C15 double glob; variable
22 if (glob < 10) return;
23 double p = glob*5;
25 ext1 (vecdca.data-glob);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dclass-1.m15 int glob;
17 @implementation glob
H A Dlocal-decl-1.m10 Sprite *glob;
22 Sprite *glob = 0; /* ok */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dreg-stack4.C15 double glob; variable
22 if (glob < 10) return;
23 double p = glob*5;
25 ext1 (vecdca.data-glob);
/netbsd-6-1-5-RELEASE/lib/libc/compat/gen/
H A Dcompat___glob13.c15 "warning: reference to compatibility __glob13(); include <glob.h> for correct reference")
17 "warning: reference to compatibility __globfree13(); include <glob.h> for correct reference")
19 #undef glob macro
21 #define glob __glob13 macro
24 #include <glob.h>
25 #include <compat/include/glob.h>
27 #include "gen/glob.c"
H A Dcompat_glob.c18 #include <glob.h>
19 #include <compat/include/glob.h>
22 __weak_alias(glob,_glob)
26 __warn_references(glob,
27 "warning: reference to compatibility glob(); include <glob.h> for correct reference")
29 "warning: reference to compatibility globfree(); include <glob.h> for correct reference")
31 #include "gen/glob.c"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dgot-dump-1.s1 .global glob
2 .ent glob
3 glob: label
7 lw $4,%call16(glob)($28)
9 .end glob
H A Dgot-dump-2.s1 .global glob
2 .ent glob
3 glob: label
7 ld $4,%call16(glob)($28)
9 .end glob
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dexpand.cpp45 glob_to_regex(const std::string& glob) argument
48 regex.reserve(glob.length() * 2);
51 for (std::string::const_iterator iter = glob.begin(); iter != glob.end();
71 impl::is_glob(const std::string& glob) argument
74 return glob.find_first_of("*?") != std::string::npos;
78 impl::matches_glob(const std::string& glob, const std::string& candidate) argument
80 return atf::text::match(candidate, glob_to_regex(glob));
H A Dexpand.hpp44 //! \brief Checks if the given string is a glob pattern.
46 //! Returns true if the given string is a glob pattern; i.e. if it contains
52 //! \brief Checks if a given string matches a glob pattern.
54 //! Given a glob pattern and a string, checks whether the former matches
60 //! \brief Expands a glob pattern among multiple candidates.
62 //! Given a glob pattern and a set of candidate strings, checks which of
63 //! those strings match the glob pattern and returns them.
66 std::vector< std::string > expand_glob(const std::string& glob, argument
73 if (matches_glob(glob, *iter))
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dexpand.cpp45 glob_to_regex(const std::string& glob) argument
48 regex.reserve(glob.length() * 2);
51 for (std::string::const_iterator iter = glob.begin(); iter != glob.end();
71 impl::is_glob(const std::string& glob) argument
74 return glob.find_first_of("*?") != std::string::npos;
78 impl::matches_glob(const std::string& glob, const std::string& candidate) argument
80 return atf::text::match(candidate, glob_to_regex(glob));
H A Dexpand.hpp44 //! \brief Checks if the given string is a glob pattern.
46 //! Returns true if the given string is a glob pattern; i.e. if it contains
52 //! \brief Checks if a given string matches a glob pattern.
54 //! Given a glob pattern and a string, checks whether the former matches
60 //! \brief Expands a glob pattern among multiple candidates.
62 //! Given a glob pattern and a set of candidate strings, checks which of
63 //! those strings match the glob pattern and returns them.
66 std::vector< std::string > expand_glob(const std::string& glob, argument
73 if (matches_glob(glob, *iter))
/netbsd-6-1-5-RELEASE/lib/libc/compat/include/
H A Dglob.h1 /* $NetBSD: glob.h,v 1.19 2005/02/03 04:39:32 perry Exp $ */
34 * @(#)glob.h 8.1 (Berkeley) 6/2/93
41 int glob(const char * __restrict, int,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-spu/
H A Dfixup.s3 .global glob
17 .long 0, 0, 0, glob
20 glob: label
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dconsec.c1 int glob; variable
15 ((int *)glob)[2] = c;
16 ((int *)glob)[3] = d;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dconsec.c1 int glob; variable
15 ((int *)glob)[2] = c;
16 ((int *)glob)[3] = d;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/i386/
H A Dpcrel.s5 .global glob
13 glob: label
18 jmp glob
29 jmp glob - abs
40 jmp glob - abs2
47 jmp glob - loc
48 jmp glob - loc2
H A Dabsrel.s5 .global glob
13 glob: label
18 mov glob, %eax
29 mov glob - abs, %eax
40 mov glob - abs2,%eax
47 mov glob - loc, %eax
48 mov glob - loc2,%eax
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dexcludes.c61 const char *glob; member in struct:exclude
94 e->glob = line;
95 if (strchr(e->glob, '/') != NULL)
114 if ((e->pathname && MATCH(e->glob, path))
115 || MATCH(e->glob, fname)) {

Completed in 235 milliseconds

1234