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

/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/
H A DBuild.py15 import glob namespace
29 for filename in glob.glob(os.path.join('Bin', '*.raw')):
/vbox/src/libs/libxml2-2.6.31/doc/examples/
H A Dindex.py6 import glob namespace
219 for file in glob.glob('*.xml'):
221 for file in glob.glob('*.res'):
289 for file in glob.glob('*.c'):
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dreader2.py6 import glob namespace
30 valid_files = glob.glob("../../test/valid/*.x*")
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dglob.h1 /* $NetBSD: glob.h,v 1.24 2008/09/13 17:05:07 christos Exp $ */
34 * @(#)glob.h 8.1 (Berkeley) 6/2/93
56 int gl_flags; /* Copy of flags parameter to glob. */
58 /* Copy of errfunc parameter to glob. */
62 * Alternate filesystem access methods for glob; replacement
103 int glob(const char * __restrict, int,
/vbox/src/libs/libxml2-2.6.31/
H A Dregressions.py2 import glob, os, string, sys, thread, time namespace
223 testFiles = glob.glob(os.path.abspath(dir + testDescription['file']))
233 glb = glob.glob(dir + f)
H A Druntest.c99 const char *in; /* glob to path for input files */
121 static int glob(const char *pattern, int flags, function
200 #include <glob.h>
2415 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
2463 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3017 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3179 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
3267 glob(pattern, GLOB_DOOFFS, NULL, &globbuf);
4284 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);
H A Dvalid.c1151 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
1156 xmlDumpElementContent(xmlBufferPtr buf, xmlElementContentPtr content, int glob) { argument
1159 if (glob) xmlBufferWriteChar(buf, "(");
1204 if (glob)
5063 * @glob: 1 if one must print the englobing parenthesis, 0 otherwise
5069 xmlSnprintfElements(char *buf, int size, xmlNodePtr node, int glob) { argument
5074 if (glob) strcat(buf, "(");
5139 if (glob) strcat(buf, ")");
H A Dxmlregexp.c7989 xmlExpDumpInt(xmlBufferPtr buf, xmlExpNodePtr expr, int glob) { argument
7993 if (glob) xmlBufferWriteChar(buf, "(");
8061 if (glob)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DSection.py20 import os, glob namespace
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_pid.c111 int glob, err; local
157 glob = strisglob(pp->dpp_name);
158 if (!glob && nmatches == 0) {
189 } else if (glob && !isdash) {
/vbox/src/libs/xpcom18a4/python/server/
H A Dloader.py43 import glob, os, types namespace
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DEcc.py17 import os, time, glob, sys namespace
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c2 * glob(3) -- a superset of the one defined in POSIX 1003.2.
24 * Number of matches in the current invocation of glob.
65 glob.c 8.3 (Berkeley) 10/13/93
66 NetBSD: glob.c,v 1.23.4.1 2010/07/19 18:14:08 riz Exp
84 #include <glob.h>
181 glob( function
234 * Expand recursively a glob {} pattern. When there is no more expansion
235 * invoke the standard globbing routine to glob the rest of the magic
262 * If it fails then it tries to glob the rest of the pattern and returns.
305 /* Non matching braces; just glob th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py22 import glob namespace
822 FileList = glob.glob(os.path.normpath(os.path.join(WorkingDirectory, '*.dsc')))
1802 FileList = glob.glob(os.path.normpath(os.path.join(WorkingDirectory, '*.inf')))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DEot.py17 import os, time, glob namespace
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h336 #define glob _glob

Completed in 188 milliseconds