Searched refs:patsize (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | fnmatch.c | 287 size_t patsize; in fnmatch() local 297 patsize = mbsrtowcs (NULL, &pattern, 0, &ps) + 1; in fnmatch() 298 if (__builtin_expect (patsize != 0, 1)) in fnmatch() 305 totsize = patsize + strsize; in fnmatch() 306 if (__builtin_expect (! (patsize <= totsize in fnmatch() 326 wstring = wpattern + patsize; in fnmatch() 329 mbsrtowcs (wpattern, &pattern, patsize, &ps); in fnmatch()
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | fnmatch.c | 314 size_t patsize; in fnmatch() local 324 patsize = mbsrtowcs (NULL, &pattern, 0, &ps) + 1; in fnmatch() 325 if (__builtin_expect (patsize != 0, 1)) in fnmatch() 332 totsize = patsize + strsize; in fnmatch() 333 if (__builtin_expect (! (patsize <= totsize in fnmatch() 353 wstring = wpattern + patsize; in fnmatch() 356 mbsrtowcs (wpattern, &pattern, patsize, &ps); in fnmatch()
|
/netbsd-src/lib/libc/gen/ |
H A D | glob.c | 384 size_t patsize, glob_t *pglob) in globtilde() argument 391 Char *pend = &patbuf[patsize / sizeof(Char)]; in globtilde()
|