rpcent
struct rpcent *rpc;
rpc = (struct rpcent *)getrpcbyname(progname);
struct rpcent data;
register struct rpcent *rpc;
struct rpcent *rpc;
register struct rpcent *rpc;
struct rpcent *rpc;
struct rpcent *rpc;
struct rpcent *rpc;
struct rpcent rentry;
struct rpcent *rpc;
rpc = (struct rpcent *)getrpcbynumber(prognum);
rpc = (struct rpcent *)getrpcbyname(sname);
#define INETSVC_SVC_BUF_MAX (NSS_BUFLEN_RPC + sizeof (struct rpcent))
struct rpcent rpc;
NSS_XbyY_ALLOC(&buffer, sizeof (struct rpcent), NSS_BUFLEN_RPC)
struct rpcent *
struct rpcent *
struct rpcent *
struct rpcent *
getrpcent_r(struct rpcent *result, char *buffer, int buflen)
return ((struct rpcent *)NSS_XbyY_FINI(&arg));
struct rpcent *rpc = (struct rpcent *)ent;
struct rpcent *
getrpcbyname_r(const char *name, struct rpcent *result, char *buffer,
return ((struct rpcent *)NSS_XbyY_FINI(&arg));
struct rpcent *
getrpcbynumber_r(const int number, struct rpcent *result, char *buffer,
return ((struct rpcent *)NSS_XbyY_FINI(&arg));
struct rpcent *ptr;
ptr = (struct rpcent *)data;
struct rpcent *rpc = (struct rpcent *)args->returnval;
extern struct rpcent *getrpcbyname_r
(const char *, struct rpcent *, char *, int);
extern struct rpcent *getrpcbynumber_r
(const int, struct rpcent *, char *, int);
extern struct rpcent *getrpcent_r(struct rpcent *, char *, int);
extern struct rpcent *getrpcbyname(const char *);
extern struct rpcent *getrpcbynumber(const int);
extern struct rpcent *getrpcent(void);