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

123

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960218-1.c1 int glob; variable
5 glob = x;
19 if (glob != -4)
/openbsd-current/gnu/usr.bin/gcc/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);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dconsec.c1 int glob; variable
15 ((int *)glob)[2] = c;
16 ((int *)glob)[3] = d;
/openbsd-current/sbin/restore/
H A Dinteractive.c42 #include <glob.h>
73 int freeglob; /* glob structure needs to be freed */
75 glob_t glob; /* globbing information */ member in struct:arglist
103 arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
104 arglist.glob.gl_opendir = (void *)rst_opendir;
105 arglist.glob.gl_readdir = (void *)glob_readdir;
106 arglist.glob.gl_closedir = (void *)rst_closedir;
107 arglist.glob.gl_lstat = glob_stat;
108 arglist.glob.gl_stat = glob_stat;
115 globfree(&arglist.glob);
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A DMore.t187 my $glob = gensym;
188 is_deeply( $glob, $glob, 'the same glob' );
190 is_deeply( { foo => $sub, bar => [1, $glob] },
191 { foo => $sub, bar => [1, $glob] }
/openbsd-current/sys/dev/pci/drm/ttm/
H A Dttm_device.c51 struct ttm_global *glob = &ttm_glob; local
60 __free_page(glob->dummy_read_page);
61 memset(glob, 0, sizeof(*glob));
68 struct ttm_global *glob = &ttm_glob; local
94 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32);
96 if (unlikely(glob->dummy_read_page == NULL)) {
101 INIT_LIST_HEAD(&glob->device_list);
102 atomic_set(&glob->bo_count, 0);
105 &glob
121 struct ttm_global *glob = &ttm_glob; local
193 struct ttm_global *glob = &ttm_glob; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dname.h92 #define ffename_set_global(n,glob) ((n)->u.g = (glob))
/openbsd-current/include/
H A Dglob.h1 /* $OpenBSD: glob.h,v 1.14 2019/02/04 16:45:40 millert Exp $ */
2 /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */
35 * @(#)glob.h 8.1 (Berkeley) 6/2/93
54 int gl_flags; /* Copy of flags parameter to glob. */
57 /* Copy of errfunc parameter to glob. */
61 * Alternate filesystem access methods for glob; replacement
98 int glob(const char *__restrict, int, int (*)(const char *, int),
/openbsd-current/gnu/llvm/libcxx/utils/
H A Dgenerate_header_tests.py4 import glob namespace
128 toplevel_headers = sorted(str(p.relative_to(include)) for p in include.glob('[a-z]*') if is_header(p))
129 experimental_headers = sorted(str(p.relative_to(include)) for p in include.glob('experimental/[a-z]*') if is_header(p))
130 extended_headers = sorted(str(p.relative_to(include)) for p in include.glob('ext/[a-z]*') if is_header(p))
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_from_cdb.py12 import glob namespace
99 return len(glob.glob(os.path.join(directory, 'report-*.html')))
103 return len(glob.glob(os.path.join(directory, 'report-*.plist')))
107 return len(glob.glob(os.path.join(directory, 'result-*.sarif')))
H A Dtest_from_cmd.py12 import glob namespace
46 return len(glob.glob(os.path.join(directory, 'report-*.plist')))
/openbsd-current/gnu/llvm/clang/utils/analyzer/
H A DSATestBuild.py49 import glob namespace
524 for full_file_name in glob.glob(directory + "/*"):
623 zip_files = list(glob.glob(directory + "/*.zip"))
723 failures = glob.glob(output_dir + "/*/failures/*.stderr.txt")
730 plists = glob.glob(output_dir + "/*/*.plist")
764 for file_to_rm in glob
[all...]
/openbsd-current/gnu/llvm/lld/utils/
H A Dbenchmark.py10 import glob namespace
46 for i in glob.glob('*/response*.txt'):
/openbsd-current/gnu/llvm/llvm/utils/lit/lit/
H A DShCommands.py52 import glob namespace
58 results = glob.glob(abspath)
/openbsd-current/gnu/llvm/llvm/utils/
H A Dprepare-code-coverage-artifact.py15 import glob namespace
23 raw_profiles = glob.glob(os.path.join(profile_data_dir, '*.profraw'))
/openbsd-current/lib/libutil/
H A Dlogin_fbtab.c65 #include <glob.h>
147 if (glob(path, GLOB_NOSORT, NULL, &g) != 0) {
149 syslog(LOG_ERR, "%s: glob(%s): %m", _PATH_FBTAB, path);
/openbsd-current/libexec/ftpd/
H A Dpopen.c41 #include <glob.h>
77 /* glob that path */
82 if (glob(path,
/openbsd-current/usr.bin/ssh/
H A Dsftp-glob.c1 /* $OpenBSD: sftp-glob.c,v 1.33 2023/09/10 23:12:32 djm Exp $ */
22 #include <glob.h>
127 if ((r = glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob)) != 0)
135 * The glob(3) spec doesn't promise to mark NOCHECK entries, but doing
/openbsd-current/gnu/llvm/lldb/source/Host/macosx/cfcpp/
H A DCFCString.cpp10 #include <glob.h>
111 if (::glob(path, GLOB_TILDE, NULL, &globbuf) == 0) {
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DCFString.cpp14 #include <glob.h>
147 if (::glob(path, GLOB_TILDE, NULL, &globbuf) == 0) {
/openbsd-current/regress/lib/libc/glob/
H A Dglobtest.c8 #include <glob.h>
109 if (glob(entry->pattern, entry->flags, NULL, &gl) != 0)
110 errx(1, "glob failed: %s", entry->pattern);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py8 import glob namespace
236 file_list += glob.glob(f)
/openbsd-current/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Dreport.py16 import glob namespace
257 for filename in glob.iglob(os.path.join(output_dir, 'failures',
279 bug_files = (file for file in glob.iglob(pattern) if not empty(file))
350 sarif_files = (file for file in glob.iglob(os.path.join(output_dir, '*.sarif')) if not empty(file))
351 # exposed for testing since the order of files returned by glob is not guaranteed to be sorted
/openbsd-current/usr.sbin/unbound/util/
H A Dconfiglexer.lex19 # include <glob.h>
142 r = glob(filename, flags, NULL, &g);
/openbsd-current/sbin/unwind/libunbound/util/
H A Dconfiglexer.lex19 # include <glob.h>
142 r = glob(filename, flags, NULL, &g);

Completed in 261 milliseconds

123