Searched defs:glob2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c169 static int glob2(Char *, Char *, Char *, Char *, glob_t *, size_t *);
570 return glob2(pathbuf, pathbuf,
576 * The functions glob2 and glob3 are mutually recursive; there is one level
581 glob2(Char *pathbuf, Char *pathend, Char *pathlim, Char *pattern, glob_t *pglob, function
783 error = glob2(pathbuf, --dc, pathlim, restpattern, pglob,

Completed in 116 milliseconds