OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getprotoent
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libc/net/
getprotoent.c
1
/* $NetBSD:
getprotoent
.c,v 1.12 2008/04/28 20:23:00 martin Exp $ */
34
__RCSID("$NetBSD:
getprotoent
.c,v 1.12 2008/04/28 20:23:00 martin Exp $");
46
__weak_alias(
getprotoent
,_getprotoent)
72
getprotoent
(void)
function in typeref:struct:protoent *
Makefile.inc
9
getprotobyname.c getprotobynumber.c
getprotoent
.c \
46
getnetent.3
getprotoent
.3 getpeereid.3 \
64
MLINKS+=
getprotoent
.3 endprotoent.3
getprotoent
.3 getprotobyname.3 \
65
getprotoent
.3 getprotobynumber.3
getprotoent
.3 setprotoent.3
/src/tests/lib/libc/net/
t_getprotoent.c
62
while ((p =
getprotoent
()) != NULL && i <= 10) {
70
while ((p =
getprotoent
()) != NULL && i <= 10) {
167
atf_tc_set_md_var(tc, "descr", "
getprotoent
(3) returns next line?");
178
while ((p =
getprotoent
()) != NULL && i <= 60) {
198
p =
getprotoent
();
201
p =
getprotoent
();
204
p =
getprotoent
();
209
p =
getprotoent
();
212
p =
getprotoent
();
215
p =
getprotoent
();
[
all
...]
h_protoent.c
93
while ((prp =
getprotoent
()) != NULL)
/src/include/
netdb.h
332
struct protoent *
getprotoent
(void);
/src/usr.bin/netstat/
main.c
694
while ((p =
getprotoent
()) != NULL) {
856
while ((p =
getprotoent
()) != NULL) {
/src/usr.bin/getent/
getent.c
708
while ((pe =
getprotoent
()) != NULL)
/src/lib/libresolv/
res_mkupdate.c
1017
while ((pp =
getprotoent
()) != NULL) {
/src/lib/libc/include/
namespace.h
410
#define
getprotoent
_getprotoent
macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
7149
INTERCEPTOR(struct __sanitizer_protoent *,
getprotoent
) {
7151
COMMON_INTERCEPTOR_ENTER(ctx,
getprotoent
);
7152
struct __sanitizer_protoent *p = REAL(
getprotoent
)();
7211
COMMON_INTERCEPT_FUNCTION(
getprotoent
); \
Completed in 23 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025