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

/haiku/src/system/libroot/posix/
H A Dglob.c157 static int glob2(Char *, Char *, Char *, Char *, glob_t *, size_t *);
542 return(glob2(pathbuf, pathbuf, pathbuf + MAXPATHLEN - 1,
547 * The functions glob2 and glob3 are mutually recursive; there is one level
552 glob2(Char *pathbuf, Char *pathend, Char *pathend_last, Char *pattern, function
679 err = glob2(pathbuf, --dc, pathend_last, restpattern,

Completed in 46 milliseconds