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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c173 static int globexp1(const Char *, glob_t *, size_t *);
228 return globexp1(patbuf, pglob, limit);
239 globexp1(const Char *pattern, glob_t *pglob, size_t *limit) function
261 * If it succeeds then it invokes globexp1 with the new pattern.
358 *rv = globexp1(patbuf, pglob, limit);

Completed in 33 milliseconds