OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getrpcent
(Results
1 - 5
of
5
) sorted by relevancy
/src/include/rpc/
rpcent.h
63
extern struct rpcent *
getrpcent
(void);
/src/lib/libc/rpc/
getrpcent.c
1
/* $NetBSD:
getrpcent
.c,v 1.24 2021/04/13 00:29:22 mrg Exp $ */
37
static char *sccsid = "@(#)
getrpcent
.c 1.14 91/03/11 Copyr 1984 Sun Micro";
39
__RCSID("$NetBSD:
getrpcent
.c,v 1.24 2021/04/13 00:29:22 mrg Exp $");
66
__weak_alias(
getrpcent
,_getrpcent)
106
while ((rpc =
getrpcent
()) != NULL) {
123
while ((rpc =
getrpcent
()) != NULL) {
164
getrpcent
(void)
function in typeref:struct:rpcent *
193
return (
getrpcent
());
196
return (
getrpcent
());
200
return (
getrpcent
());
[
all
...]
Makefile.inc
10
getnetconfig.c getnetpath.c
getrpcent
.c getrpcport.c \
21
MAN+= bindresvport.3 getnetconfig.3 getnetpath.3
getrpcent
.3 getrpcport.3 \
33
getrpcent
.3 getrpcbyname.3 \
34
getrpcent
.3 getrpcbynumber.3 \
35
getrpcent
.3 endrpcent.3 \
36
getrpcent
.3 setrpcent.3 \
180
COPTS.
getrpcent
.c+= ${CC_WNO_STRINGOP_TRUNCATION}
/src/usr.bin/getent/
getent.c
749
while ((re =
getrpcent
()) != NULL)
/src/lib/libc/include/
namespace.h
422
#define
getrpcent
_getrpcent
macro
Completed in 16 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025