Searched refs:s_end (Results 1 – 1 of 1) sorted by relevance
43 const void *s_end; in strnlen_s() local49 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()