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

  /src/lib/libc/gen/
glob.c 175 static int globexp1(const Char *, glob_t *, struct glob_limit *);
226 return globexp1(patbuf, pglob, &limit);
237 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) function in typeref:typename:int
265 * If it succeeds then it invokes globexp1 with the new pattern.
362 *rv = globexp1(patbuf, pglob, limit);

Completed in 34 milliseconds