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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_globals_test.cc 16 char glob1[1]; variable in typeref:typename:char[1]
  /src/lib/libc/gen/
glob.c 167 static int glob1(Char *, glob_t *, struct glob_limit *);
472 * quotes), calls glob1() to do the real pattern matching, and finally
549 if ((error = glob1(patbuf, pglob, limit)) != 0)
587 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) function in typeref:typename:int

Completed in 13 milliseconds