Home
last modified time | relevance | path

Searched refs:pathbuf (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/posix/
Dnftw.c138 char pathbuf[PATH_MAX+1]; in nftw() local
147 memcpy(pathbuf, path, l+1); in nftw()
152 r = do_nftw(pathbuf, fn, fd_limit, flags, NULL); in nftw()