| /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"
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Glob.pm | 1 package OpenSSL::Glob; 6 use File::Glob; 13 @EXPORT = qw(glob); 15 sub glob { subroutine 16 goto &File::Glob::bsd_glob if $^O ne "VMS"; 17 goto &CORE::glob;
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Glob.pm | 1 package OpenSSL::Glob; 6 use File::Glob; 13 @EXPORT = qw(glob); 15 sub glob { subroutine 16 goto &File::Glob::bsd_glob if $^O ne "VMS"; 17 goto &CORE::glob;
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/ |
| Glob.pm | 1 package OpenSSL::Glob; 6 use File::Glob; 13 @EXPORT = qw(glob); 15 sub glob { subroutine 16 goto &File::Glob::bsd_glob if $^O ne "VMS"; 17 goto &CORE::glob;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| data.c | 20 volatile static int glob; variable 28 glob += loc; /* test.3 */
|
| /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/dist/gdb/system-gdbinit/ |
| elinos.py | 18 import glob namespace 52 result["xenomai"] = glob.glob(result["project"] + "/xenomai-[0-9.]*")
|
| /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/gnulib/import/ |
| 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/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/gnulib/import/ |
| 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/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/mpl/bind/dist/bin/tests/system/filters/ |
| tests_filter_checkconf.py | 12 import glob namespace 27 for filename in glob.glob("conf/good*.conf"): 29 for filename in glob.glob("conf/bad*.conf"):
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/ |
| nouveau_nvkm_engine_gr_gv100.c | 40 char glob[128]; local 42 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr); 47 gpc, tpc, sm, gerr, glob, werr, warp ? warp->name : "");
|
| /src/external/gpl2/xcvs/dist/lib/ |
| glob_.h | 56 #define glob rpl_glob macro 63 #include "glob-libc.h"
|
| glob-libc.h | 48 /* Bits set in the FLAGS argument to `glob'. */ 77 /* Error returns from `glob'. */ 148 # define glob glob64 macro 152 /* Do glob searching for PATTERN, placing results in PGLOB. 157 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored. 159 Otherwise, `glob' returns zero. */ 161 extern int glob (__const char *__restrict __pattern, int __flags, 165 /* Free storage allocated in PGLOB by a previous `glob' call. */ 168 extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern, 196 #endif /* glob.h * [all...] |
| /src/bin/csh/ |
| Makefile | 23 func.c glob.c hist.c init.c lex.c misc.c parse.c printf.c proc.c \ 60 COPTS.glob.c = ${CC_WNO_DANGLING_POINTER}
|
| /src/distrib/utils/more/ |
| os.c | 204 glob(filename) function
|
| /src/external/mpl/bind/dist/bin/tests/system/xferquota/ |
| tests_xferquota.py | 14 import glob namespace 54 for file_path in glob.glob("ns2/zone000*.example.bk"):
|
| /src/sys/arch/macppc/dev/ |
| videopll.c | 66 static void *glob = NULL; variable 92 glob = sc; 102 struct videopll_softc *sc = glob; 108 if (glob == NULL)
|
| /src/external/mpl/bind/dist/bin/tests/system/sig0/ |
| tests_sig0.py | 13 import glob namespace 112 key_files = glob.glob("Ksig0.+*.private")
|
| /src/external/gpl2/gmake/dist/glob/ |
| glob.h | 75 /* Bits set in the FLAGS argument to `glob'. */ 105 /* Error returns from `glob'. */ 160 # define glob glob64 macro 172 /* Do glob searching for PATTERN, placing results in PGLOB. 177 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored. 179 Otherwise, `glob' returns zero. */ 181 extern int glob __P ((__const char *__pattern, int __flags, 185 /* Free storage allocated in PGLOB by a previous `glob' call. */ 188 extern int glob __P ((__const char *__pattern, int __flags, 209 #endif /* glob.h * [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| value-query.cc | 325 value_range glob; local 326 get_ssa_name_range_info (glob, name); 327 r.intersect (glob);
|