Date: Tue, 30 Jan 2024 18:39:31 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276737] Missing re-entrant function/s & differences from multiple <netdb.h> man pages Message-ID: <bug-276737-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276737 Bug ID: 276737 Summary: Missing re-entrant function/s & differences from multiple <netdb.h> man pages Product: Documentation Version: Latest Hardware: Any URL: https://man.freebsd.org/cgi/man.cgi?query=getservent&a propos=0&sektion=0&manpath=FreeBSD+15.0-CURRENT&arch=d efault&format=html OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: rycampbell@blackberry.com CC: doc@FreeBSD.org Missing the re-entrant versions of functions and the differences between the re-entrant version and the default. getprotoent(3) | functions and _r differences - getprotobyname_r; - getprotobynumber_r; and, - getprotoent_r. getservent(3) | functions and _r differences - getservbyname_r; - getservbyport_r; and, - getservent_r. gethostbyname(3) | function - gethostent_r. - Info about the re-entrant functions could be repurposed from gethostbyname(3), in the last paragraph in the description. - Function definitions can be found in src/include/netdb.h -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276737-227>
