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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c168 static int glob1(Char *, glob_t *, size_t *);
444 * quotes), calls glob1() to do the real pattern matching, and finally
518 if ((error = glob1(patbuf, pglob, limit)) != 0)
556 glob1(Char *pattern, glob_t *pglob, size_t *limit) function

Completed in 129 milliseconds