Searched defs:glob (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_4/win32/build/ |
| H A D | confutils.js | 535 file = glob(explicit_path[i] + "\\" + thing_to_find);
549 file = glob(env[i] + "\\" + thing_to_find);
613 items = glob(dirs[i] + "\\" + pattern);
677 location = glob(path[k] + "\\" + libname);
683 location = glob(path[k] + "\\" + subdirs[j] + "\\" + libname);
1876 // glob using simple filename wildcards
1879 function glob(path_pattern)
function 1886 //STDOUT.WriteLine("glob: " + path_pattern);
|
| /PHP_5_4/ext/standard/ |
| H A D | php_dir.h | 37 PHP_FUNCTION(glob); variable
|
| /PHP_5_4/main/streams/ |
| H A D | glob_wrapper.c | 26 # include <glob.h> 28 # include "win32/glob.h" 41 glob_t glob; member in struct:__anon287 102 return pglob->glob.gl_pathc; 148 if (pglob->index < (size_t)pglob->glob.gl_pathc) { 149 php_glob_stream_path_split(pglob, pglob->glob.gl_pathv[pglob->index++], pglob->flags & GLOB_APPEND, &path TSRMLS_CC); 153 pglob->index = pglob->glob.gl_pathc; 170 globfree(&pglob->glob); 201 "glob", 220 if (!strncmp(path, "glob [all...] |
| /PHP_5_4/win32/ |
| H A D | glob.c | 40 * glob(3) -- a superset of the one defined in POSIX 1003.2. 61 * Number of matches in the current invocation of glob. 86 #include "glob.h" 162 glob(pattern, flags, errfunc, pglob) function 215 * Expand recursively a glob {} pattern. When there is no more expansion 216 * invoke the standard globbing routine to glob the rest of the magic 242 * If it fails then it tries to glob the rest of the pattern and returns. 282 /* Non matching braces; just glob the pattern */ 425 * The main glob() routine: compiles the pattern (optionally processing 626 * assigned, below, to two functions which are prototyped in glob [all...] |
Completed in 41 milliseconds