Home
last modified time | relevance | path

Searched defs:patbuf (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dglob.c192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; in glob() local
322 Char patbuf[MAXPATHLEN]; in globexp2() local
420 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) in globtilde()
537 Char *bufnext, c, patbuf[MAXPATHLEN]; in glob0() local
/aosp_15_r20/prebuilts/go/linux-x86/src/regexp/testdata/
Dtestregex.c1257 static char patbuf[32 * 1024]; in main() local