Date: Sat, 16 Mar 2024 21:44:11 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 273665] strlen.3 HISTORY section is truncated Message-ID: <bug-273665-227-bjNXxAP5yk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-273665-227@https.bugs.freebsd.org/bugzilla/> References: <bug-273665-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273665 --- Comment #2 from John F. Carr <jfc@mit.edu> --- strnlen was added to FreeBSD in 69099ba2ec8b01fe51a5c69b98990cde406c5ab8 in 2009. The online version of 4.3 Reno at https://github.com/dank101/4.3BSD-= Reno does not have strnlen. It does have strncpy, strncmp, and strncat. >From https://pubs.opengroup.org/onlinepubs/9699919799/functions/strlen.html: "The strnlen() function is added from The Open Group Technical Standard, 20= 06, Extended API Set Part 1." >From OpenBSD: "The strnlen() function appeared in glibc 2.0 and was reimplemented for OpenBSD 4.8." --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273665-227-bjNXxAP5yk>