RTEMS CPU Kit with SuperCore
4.11.2
|
#include <sys/cdefs.h>
Go to the source code of this file.
Data Structures | |
struct | rpcent |
Functions | |
__BEGIN_DECLS struct rpcent * | getrpcbyname_r (const char *, struct rpcent *, char *, int) |
struct rpcent * | getrpcbynumber_r (int, struct rpcent *, char *, int) |
struct rpcent * | getrpcent_r (struct rpcent *, char *, int) |
struct rpcent * | getrpcbyname (char *) |
struct rpcent * | getrpcbynumber (int) |
struct rpcent * | getrpcent (void) |
void | setrpcent (int) |
void | endrpcent (void) |