Date: Tue, 30 Jan 2024 18:39:31 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 276737] Missing re-entrant function/s & differences from multiple <netdb.h> man pages Message-ID: <bug-276737-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276737 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=3Dgetservent&a propos=3D0&sektion=3D0&manpath=3DFreeBSD+15.0-CURRENT&a= rch=3Dd efault&format=3Dhtml 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276737-9>