Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dstrnlen_s.c43 const void *s_end; in strnlen_s() local
49 s_end = memchr((const void *)s, (int)'\0', maxsize); in strnlen_s()
51 if (s_end == NULL) { in strnlen_s()
55 s_size = (const char *) s_end - s; in strnlen_s()