Searched refs:MAXHOSTNAMELEN (Results 1 - 25 of 213) sorted by relevance

123456789

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-cray.h52 #ifndef MAXHOSTNAMELEN
53 # define MAXHOSTNAMELEN 64 macro
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dinitparse.c13 char thishost[MAXHOSTNAMELEN];
H A Dhostname.c17 static char hostbuf[MAXHOSTNAMELEN+1];
55 hostbuf[MAXHOSTNAMELEN] = '\0';
/freebsd-9.3-release/usr.sbin/pkg/
H A Ddns_utils.h39 char host[MAXHOSTNAMELEN];
H A Ddns_utils.c118 char host[MAXHOSTNAMELEN];
135 if((len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN)) < 0)
147 len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN);
171 len = dn_expand(q.buf, end, p, host, MAXHOSTNAMELEN);
193 strlcpy(res[n]->host, host, MAXHOSTNAMELEN);
/freebsd-9.3-release/contrib/mtree/
H A Dextern.h47 /* For MAXHOSTNAMELEN on some platforms. */
51 #ifndef MAXHOSTNAMELEN
52 #define MAXHOSTNAMELEN 256 macro
/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_connect.c56 if ((ypclnt->domain = malloc(MAXHOSTNAMELEN)) == NULL) {
61 if (getdomainname(ypclnt->domain, MAXHOSTNAMELEN) != 0) {
/freebsd-9.3-release/sys/nfs/
H A Dnfsdiskless.h68 char my_hostnam[MAXHOSTNAMELEN]; /* Client host name */
102 char my_hostnam[MAXHOSTNAMELEN]; /* Client host name */
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dworkarounds.c32 * Some AIX versions advertise a too small MAXHOSTNAMELEN value (32).
38 #if (MAXHOSTNAMELEN < 64)
39 #undef MAXHOSTNAMELEN macro
44 #ifndef MAXHOSTNAMELEN
45 #define MAXHOSTNAMELEN 256 /* storage for host name */ macro
207 static char mydomain[MAXHOSTNAMELEN];
210 return (getdomainname(mydomain, MAXHOSTNAMELEN));
/freebsd-9.3-release/lib/libc/rpc/
H A Dnetname.c59 #ifndef MAXHOSTNAMELEN
60 #define MAXHOSTNAMELEN 256 macro
131 char hostname[MAXHOSTNAMELEN+1];
H A Dclnt_simple.c60 #ifndef MAXHOSTNAMELEN
61 #define MAXHOSTNAMELEN 64 macro
74 char host[MAXHOSTNAMELEN]; /* Servers host */
185 if ((strlen(host) < (size_t)MAXHOSTNAMELEN) &&
/freebsd-9.3-release/include/protocols/
H A Dtimed.h55 char tsp_name[MAXHOSTNAMELEN];
/freebsd-9.3-release/libexec/rbootd/
H A Dconf.c72 char MyHost[MAXHOSTNAMELEN]; /* host name */
H A Ddefs.h60 #ifndef MAXHOSTNAMELEN
61 #define MAXHOSTNAMELEN 256 macro
/freebsd-9.3-release/bin/domainname/
H A Ddomainname.c58 char domainname[MAXHOSTNAMELEN];
/freebsd-9.3-release/bin/hostname/
H A Dhostname.c58 char *p, hostname[MAXHOSTNAMELEN];
/freebsd-9.3-release/sys/sys/
H A Djail.h63 char pr_host[MAXHOSTNAMELEN];
74 char pr_host[MAXHOSTNAMELEN];
75 char pr_name[MAXHOSTNAMELEN];
182 char pr_name[MAXHOSTNAMELEN]; /* (p) admin jail name */
184 char pr_hostname[MAXHOSTNAMELEN]; /* (p) jail hostname */
185 char pr_domainname[MAXHOSTNAMELEN]; /* (p) jail domainname */
191 char prr_name[MAXHOSTNAMELEN];
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dpt_tcp.c63 char host[MAXHOSTNAMELEN];
64 char port[MAXHOSTNAMELEN];
/freebsd-9.3-release/contrib/amd/hlfsd/
H A Dhlfsd.h94 #define PROGNAMESZ (MAXHOSTNAMELEN - 5)
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrbhst-test.c90 char host[MAXHOSTNAMELEN];
H A Dtest_plugin.c91 char host[MAXHOSTNAMELEN];
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetaddrinfo_hostspec.c51 char host[MAXHOSTNAMELEN];
/freebsd-9.3-release/lib/libpam/modules/pam_login_access/
H A Dpam_login_access.c60 char hostname[MAXHOSTNAMELEN];
/freebsd-9.3-release/lib/libutil/
H A Dtrimdomain.c58 static char domain[MAXHOSTNAMELEN];
/freebsd-9.3-release/usr.bin/talk/
H A Dget_names.c63 char hostname[MAXHOSTNAMELEN];

Completed in 136 milliseconds

123456789