42#include <rpcsvc/yp_prot.h>
43#include <rpcsvc/ypclnt.h>
53#define MAXHOSTNAMELEN 256
59#define TYPE_BIT(type) (sizeof (type) * CHAR_BIT)
61#define TYPE_SIGNED(type) (((type) -1) < 0)
69#define INT_STRLEN_MAXIMUM(type) \
70 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
ACPI_SIZE strlen(const char *String)
INT WSAAPI gethostname(OUT char FAR *name, IN INT namelen)
#define sprintf(buf, format,...)
int user2netname(netname, const uid_t uid, const char *domain)
#define INT_STRLEN_MAXIMUM(type)
int host2netname(netname, const char *host, const char *domain)
int __rpc_get_default_domain(char **)