OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getnetent
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libc/net/
getnetent.c
1
/* $NetBSD:
getnetent
.c,v 1.22 2020/06/05 11:16:15 nia Exp $ */
38
* from
getnetent
.c 1.1 (Coimbra) 93/06/02
44
static char sccsid[] = "@(#)
getnetent
.c 8.1 (Berkeley) 6/4/93";
45
static char rcsid[] = "Id:
getnetent
.c,v 8.4 1997/06/01 20:34:37 vixie Exp ";
47
__RCSID("$NetBSD:
getnetent
.c,v 1.22 2020/06/05 11:16:15 nia Exp $");
62
__weak_alias(
getnetent
,_getnetent)
116
getnetent
(void)
function in typeref:struct:netent *
Makefile.inc
8
getnetnamadr.c
getnetent
.c getpeereid.c \
46
getnetent
.3 getprotoent.3 getpeereid.3 \
62
MLINKS+=
getnetent
.3 endnetent.3
getnetent
.3 getnetbyaddr.3 \
63
getnetent
.3 getnetbyname.3
getnetent
.3 setnetent.3
getnetnamadr.c
290
while ((np =
getnetent
()) != NULL)
423
while ((np =
getnetent
()) != NULL) {
/src/include/
netdb.h
329
struct netent *
getnetent
(void);
/src/usr.bin/getent/
getent.c
404
while ((ne =
getnetent
()) != NULL)
/src/lib/libc/include/
namespace.h
396
#define
getnetent
_getnetent
macro
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
7219
INTERCEPTOR(struct __sanitizer_netent *,
getnetent
) {
7221
COMMON_INTERCEPTOR_ENTER(ctx,
getnetent
);
7222
struct __sanitizer_netent *n = REAL(
getnetent
)();
7281
COMMON_INTERCEPT_FUNCTION(
getnetent
); \
Completed in 44 milliseconds
Indexes created Mon Oct 20 08:09:54 GMT 2025