HomeSort by: relevance | last modified time | path
    Searched refs:rpcent (Results 1 - 8 of 8) sorted by relevancy

  /src/include/rpc/
rpcent.h 1 /* $NetBSD: rpcent.h,v 1.3 2005/02/03 04:39:32 perry Exp $ */
36 * rpcent.h,
44 /* #pragma ident "@(#)rpcent.h 1.13 94/04/25 SMI" */
45 /* @(#)rpcent.h 1.1 88/12/06 SMI */
48 struct rpcent { struct
55 extern struct rpcent *getrpcbyname_r(const char *, struct rpcent *,
57 extern struct rpcent *getrpcbynumber_r(int, struct rpcent *, char *, int);
58 extern struct rpcent *getrpcent_r(struct rpcent *, char *, int)
    [all...]
Makefile 6 rpc_com.h rpc_msg.h rpcb_clnt.h rpcb_prot.h rpcent.h \
rpc.h 77 #include <rpc/rpcent.h>
  /src/lib/libc/rpc/
getrpcent.c 78 struct rpcent rpc;
82 static struct rpcent *interpret(char *val, size_t len);
100 struct rpcent *
103 struct rpcent *rpc;
114 struct rpcent *
117 struct rpcent *rpc;
163 struct rpcent *
177 static struct rpcent *
  /src/usr.sbin/rpcbind/
security.c 184 struct rpcent *rpc;
  /src/usr.bin/rpcinfo/
rpcinfo.c 69 #include <rpc/rpcent.h>
474 struct rpcent *rpc;
686 struct rpcent *rpc;
900 struct rpcent *rpc;
1511 struct rpcent *rpc;
1670 const struct rpcent *rpc;
1696 const struct rpcent *rpc;
  /src/usr.bin/getent/
getent.c 64 #include <rpc/rpcent.h>
735 struct rpcent *re;
  /src/usr.sbin/inetd/
parse.c 304 struct rpcent *rp;

Completed in 17 milliseconds