[Bug 276737] Missing re-entrant function/s & differences from multiple <netdb.h> man pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 18:39:31 UTC
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 on the CC list for the bug.