| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/ |
| goodbye.c | 20 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 += 6 [all...] |
| hello.c | 23 short glob = 92; variable 28 if (glob == 0) 54 tmpx = hello(glob); 56 glob = tmpx;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/ |
| goodbye.c | 20 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 += 6 [all...] |
| hello.c | 23 short glob = 92; variable 28 if (glob == 0) 54 tmpx = hello(glob); 56 glob = tmpx;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| data.c | 20 volatile static int glob; variable 28 glob += loc; /* test.3 */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| data.c | 20 volatile static int glob; variable 28 glob += loc; /* test.3 */
|
| /src/lib/libc/compat/gen/ |
| compat___glob13.c | 15 "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"
|
| compat_glob.c | 18 #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") 35 #include "gen/glob.c"
|
| /src/external/bsd/atf/dist/tools/ |
| expand.cpp | 45 glob_to_regex(const std::string& glob) 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) 74 return glob.find_first_of("*?") != std::string::npos; 78 impl::matches_glob(const std::string& glob, const std::string& candidate) 80 return tools::text::match(candidate, glob_to_regex(glob));
|
| expand.hpp | 44 //! \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, 73 if (matches_glob(glob, *iter))
|
| /src/lib/libc/compat/include/ |
| glob.h | 1 /* $NetBSD: glob.h,v 1.1 2005/09/13 01:44:09 christos Exp $ */ 34 * @(#)glob.h 8.1 (Berkeley) 6/2/93 41 int glob(const char * __restrict, int,
|
| /src/sys/external/bsd/drm2/dist/drm/ttm/ |
| ttm_memory.c | 56 struct ttm_mem_global *glob; member in struct:ttm_mem_zone 105 spin_lock(&zone->glob->lock); 116 spin_unlock(&zone->glob->lock); 122 static void ttm_check_swapping(struct ttm_mem_global *glob); 142 spin_lock(&zone->glob->lock); 155 spin_unlock(&zone->glob->lock); 157 ttm_check_swapping(zone->glob); 191 struct ttm_mem_global *glob = local 195 spin_lock(&glob->lock); 196 val = glob->lower_mem_limit 212 struct ttm_mem_global *glob = local 302 struct ttm_mem_global *glob = local [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| ttm_memory.h | 86 extern int ttm_mem_global_init(struct ttm_mem_global *glob); 87 extern void ttm_mem_global_release(struct ttm_mem_global *glob); 88 extern int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, 90 extern void ttm_mem_global_free(struct ttm_mem_global *glob, 92 extern int ttm_mem_global_alloc_page(struct ttm_mem_global *glob, 95 extern void ttm_mem_global_free_page(struct ttm_mem_global *glob, 98 extern uint64_t ttm_get_kernel_zone_memory_size(struct ttm_mem_global *glob); 99 extern bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob,
|
| /src/sys/external/bsd/drm2/include/drm/ttm/ |
| ttm_page_alloc.h | 45 ttm_page_alloc_init(struct ttm_mem_global *glob __unused, 57 ttm_dma_page_alloc_init(struct ttm_mem_global *glob __unused,
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| glob_pattern_p.c | 23 #include <glob.h>
|
| glob.in.h | 0 /* glob.h -- Find a path matching a pattern. 76 Make sure this definition is seen before glob-libc.h defines types that 82 # define glob rpl_glob macro 97 # include "glob-libc.gl.h" 105 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 109 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 114 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 119 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 123 _GL_CXXALIASWARN (glob); variable 125 # undef glob macro [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| glob_pattern_p.c | 23 #include <glob.h>
|
| glob.in.h | 0 /* glob.h -- Find a path matching a pattern. 76 Make sure this definition is seen before glob-libc.h defines types that 82 # define glob rpl_glob macro 97 # include "glob-libc.gl.h" 105 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 109 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags, 114 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 119 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags, 123 _GL_CXXALIASWARN (glob); variable 125 # undef glob macro [all...] |
| /src/usr.sbin/mtree/ |
| excludes.c | 61 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)) {
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_tilde_expand.cc | 23 #include <glob.h> 25 /* RAII-style class wrapping "glob". */ 30 /* Construct a "gdb_glob" object by calling "glob" with the provided 31 parameters. This function can throw if "glob" fails. */ 35 int ret = glob (pattern, flags, errfunc, &m_glob); 42 error (_("glob could not process pattern '%s'."), 66 /* The actual glob object we're dealing with. */ 78 /* This function uses glob in order to expand the ~. However, this function 80 Given "~/does/not/exist", glob will fail. 82 In order to avoid such limitation, we only use glob to expand "~" and kee [all...] |
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_tilde_expand.cc | 23 #include <glob.h> 25 /* RAII-style class wrapping "glob". */ 30 /* Construct a "gdb_glob" object by calling "glob" with the provided 31 parameters. This function can throw if "glob" fails. */ 35 int ret = glob (pattern, flags, errfunc, &m_glob); 42 error (_("glob could not process pattern '%s'."), 66 /* The actual glob object we're dealing with. */ 78 /* This function uses glob in order to expand the ~. However, this function 80 Given "~/does/not/exist", glob will fail. 82 In order to avoid such limitation, we only use glob to expand "~" and kee [all...] |
| /src/external/bsd/tmux/dist/compat/ |
| getdtablecount.c | 19 #include <glob.h> 52 if (glob(path, 0, NULL, &g) == 0)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| make_exports.pl | 10 use File::Glob ':glob'; 14 # The glob patterns that are to be applied to the demangled name 16 # The glob patterns that apply directly to the name in the .o files 22 # Fill in the various glob arrays. 25 my $glob = \@globs; 34 $glob = \@globs; 46 $glob = \@ignored; 51 $glob = \@cxx_globs; 58 # Turn the glob into a regex by replacing '*' with '.*' [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| make_exports.pl | 10 use File::Glob ':glob'; 14 # The glob patterns that are to be applied to the demangled name 16 # The glob patterns that apply directly to the name in the .o files 22 # Fill in the various glob arrays. 25 my $glob = \@globs; 34 $glob = \@globs; 46 $glob = \@ignored; 51 $glob = \@cxx_globs; 58 # Turn the glob into a regex by replacing '*' with '.*' [all...] |
| /src/sbin/restore/ |
| interactive.c | 51 #include <glob.h> 80 int freeglob; /* glob structure needs to be freed */ 82 glob_t glob; /* globbing information */ member in struct:arglist 110 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; 111 arglist.glob.gl_opendir = (void *)rst_opendir; 112 arglist.glob.gl_readdir = (void *)glob_readdir; 113 arglist.glob.gl_closedir = (void *)rst_closedir; 114 arglist.glob.gl_lstat = glob_stat; 115 arglist.glob.gl_stat = glob_stat; 122 globfree(&arglist.glob); [all...] |