HomeSort by: relevance | last modified time | path
    Searched defs:globextend (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/gen/
glob.c 172 static int globextend(const Char *, glob_t *, struct glob_limit *);
563 return globextend(pattern, pglob, limit);
656 return globextend(pathbuf, pglob, limit);
891 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit) function in typeref:typename:int

Completed in 94 milliseconds