Home
last modified time | relevance | path

Searched refs:glob3 (Results 1 – 1 of 1) sorted by relevance

/original-bsd/lib/libc/gen/
H A Dglob.c115 static int glob3 __P((Char *, Char *, Char *, Char *, glob_t *));
524 return(glob3(pathbuf, pathend, pattern, p, pglob));
530 glob3(pathbuf, pathend, pattern, restpattern, pglob) in glob3() function