Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/sim/stubs/bsd/
Dstrlcpy.c41 size_t nleft = dsize; in strlcpy() local
44 if (nleft != 0) { in strlcpy()
45 while (--nleft != 0) { in strlcpy()
52 if (nleft == 0) { in strlcpy()