Searched refs:hostname (Results 1 - 25 of 351) sorted by relevance

1234567891011>>

/xsrc/external/mit/xsm/dist/
H A Dauth.h33 extern Bool HostBasedAuthProc(char *hostname);
H A Dinfo.c393 char *progName, *hostname, *tmp1, *tmp2;
470 hostname = tmp1;
472 hostname = tmp2 + 1;
474 if ((int) strlen (hostname) > maxlen2)
475 maxlen2 = strlen (hostname);
553 hostname = tmp1;
555 hostname = tmp2 + 1;
558 extra2 = maxlen2 - strlen (hostname);
580 hostname, extraBuf2, hint);
384 char *progName, *hostname, *tmp1, *tmp2; local in function:UpdateClientList
H A Dsave.c1225 char *progName, *hostname, *tmp1, *tmp2;
1289 hostname = tmp1;
1291 hostname = tmp2 + 1;
1293 if ((int) strlen (hostname) > maxlen2)
1294 maxlen2 = strlen (hostname);
1338 hostname = tmp1;
1340 hostname = tmp2 + 1;
1343 extra2 = maxlen2 - strlen (hostname);
1354 hostname, extraBuf2);
1197 char *progName, *hostname, *tmp1, *tmp2; local in function:PopupBadSave
H A Dauth.c48 * we can accept. We can accept/reject based on the hostname.
52 HostBasedAuthProc(char *hostname)
51 HostBasedAuthProc(char * hostname) argument
/xsrc/external/mit/xorgproto/dist/specs/SIAddresses/
H A Dhostname.md1 ## ServerInterpreted address definition for type "hostname"
3 A ServerInterpreted address with type "hostname" shall have a value
4 representing a hostname as defined in [IETF RFC 2396](https://tools.ietf.org/html/rfc2396). Due to Mobile IP
9 definition of hostname does not allow use of literal IP addresses.
/xsrc/external/mit/xorgproto/dist/specs/
H A DMakefile.am18 SIAddresses/hostname.md \
/xsrc/external/mit/libSM/dist/src/
H A Dsm_genid.c144 char hostname[256];
158 if (gethostname (hostname, sizeof (hostname)))
162 if (getaddrinfo(hostname,NULL,NULL,&ai) != 0)
200 if ((hostp = _XGethostbyname (hostname,hparams)) != NULL)
/xsrc/external/mit/xdm/dist/chooser/
H A Dchooser.c162 ARRAY8 hostname, status; member in struct:_hostName
240 AddHostname (ARRAY8Ptr hostname, ARRAY8Ptr status, struct sockaddr *addr, int willing) argument
285 if (hostname->length)
300 XdmcpDisposeARRAY8 (hostname);
302 XdmcpAllocARRAY8 (hostname, strlen (host));
303 memcpy(hostname->data, host, hostname->length);
315 new->hostname = *hostname;
326 XdmcpDisposeARRAY8 (hostname);
382 ARRAY8 hostname = {0, NULL}; local in function:ReceivePacket
[all...]
/xsrc/external/mit/xtrans/dist/
H A DXtransutil.c330 char *hostname; local in function:TRANS
414 hostname = malloc (strlen (ciptr->transptr->TransName) +
416 if (hostname)
418 strcpy (hostname, ciptr->transptr->TransName);
419 strcat (hostname, "/");
421 strcat (hostname, addr);
423 return (hostname);
/xsrc/external/mit/libXmu/dist/src/
H A DCvtStdSel.c103 #ifndef hpux /* because of hostname length crock */
190 char hostname[1024]; local in function:XmuConvertStandardSelection
191 hostname[0] = '\0';
192 *length = XmuGetHostname (hostname, sizeof hostname);
193 *value = XtNewString(hostname);
/xsrc/external/mit/ctwm/dist/
H A Dparse_m4.c171 struct hostent *hostname = gethostbyname(client); local in function:m4_defs
172 if(hostname) {
173 WR_DEF("HOSTNAME", hostname->h_name);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_network.c111 u_socket_connect(const char *hostname, uint16_t port) argument
124 r = getaddrinfo(hostname, portString, NULL, &addr);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_network.c111 u_socket_connect(const char *hostname, uint16_t port) argument
124 r = getaddrinfo(hostname, portString, NULL, &addr);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxprop.c83 char hostname[256]; local in function:dmxPropertyIdentifier
89 XmuGetHostname(hostname, sizeof(hostname));
90 XmuSnprintf(buf, sizeof(buf), "%s:%s:%s", DMX_IDENT, hostname, display);
313 * "#DMX_IDENT:<hostname running DMX>:<display name of DMX>,<screen number>"
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dscan.c550 * %H hostname
610 static char *hostname = NULL; local in function:DoSubstitution
656 if (!hostname) {
657 if ((hostname = malloc(MAXHOSTNAMELEN + 1))) {
658 if (gethostname(hostname, MAXHOSTNAMELEN) == 0) {
659 hostname[MAXHOSTNAMELEN] = '\0';
661 free(hostname);
662 hostname = NULL;
666 if (hostname)
667 APPEND_STR(hostname);
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dscan.c534 * %H hostname
574 static char *hostname = NULL; local in function:DoSubstitution
624 if (!hostname) {
625 if ((hostname = malloc(MAXHOSTNAMELEN + 1))) {
626 if (gethostname(hostname, MAXHOSTNAMELEN) == 0) {
627 hostname[MAXHOSTNAMELEN] = '\0';
630 free(hostname);
631 hostname = NULL;
635 if (hostname)
636 APPEND_STR(hostname);
[all...]
/xsrc/external/mit/xorg-server.old/dist/os/
H A Daccess.c868 char *hostname = ohostname; local in function:ResetHosts
921 hostname = ohostname;
932 hostname = ohostname + 5;
938 hostname = ohostname + 6;
946 hostname = ohostname + 4;
952 hostname = ohostname + 3;
959 len = siCheckAddr(hostname, hostlen);
961 NewHost(family, hostname, len, FALSE);
966 if ((family == FamilyNetname) || (strchr(hostname, '@')))
969 (void) NewHost (FamilyNetname, hostname, strle
1775 char hostname[SI_HOSTNAME_MAXLEN]; local in function:siHostnameAddrMatch
1806 char hostname[SI_HOSTNAME_MAXLEN]; local in function:siHostnameAddrMatch
[all...]
H A Dxdmcp.c138 ARRAY8Ptr hostname,
754 ARRAY8Ptr hostname,
1135 ARRAY8 hostname; local in function:recv_willing_msg
1139 hostname.data = 0;
1142 XdmcpReadARRAY8 (&buffer, &hostname) &&
1146 hostname.length + status.length)
1158 XdmcpAddHost(from, fromlen, &authenticationName, &hostname, &status);
1166 XdmcpDisposeARRAY8 (&hostname);
750 XdmcpAddHost(const struct sockaddr * from,int fromlen,ARRAY8Ptr AuthenticationName,ARRAY8Ptr hostname,ARRAY8Ptr status) argument
/xsrc/external/mit/xorg-server/dist/os/
H A Daccess.c937 char *hostname = ohostname; local in function:ResetHosts
987 hostname = ohostname;
996 hostname = ohostname + 5;
1001 hostname = ohostname + 6;
1008 hostname = ohostname + 4;
1013 hostname = ohostname + 3;
1018 len = siCheckAddr(hostname, hostlen);
1020 NewHost(family, hostname, len, FALSE);
1025 if ((family == FamilyNetname) || (strchr(hostname, '@'))) {
1027 (void) NewHost(FamilyNetname, hostname, strle
1831 char hostname[SI_HOSTNAME_MAXLEN]; local in function:siHostnameAddrMatch
1862 char hostname[SI_HOSTNAME_MAXLEN]; local in function:siHostnameAddrMatch
[all...]
/xsrc/external/mit/xdm/dist/greeter/
H A Dgreet.c525 char *hostname = strdup(d->name); local in function:GreetUser
527 if (hostname == NULL) {
530 char *colon = strrchr(hostname, ':');
536 (*pamhp, PAM_RHOST, hostname));
537 free(hostname);
/xsrc/external/mit/xdm/dist/xdm/
H A Dxdmcp.c503 char *hostname = NULL; local in function:NetworkAddressToName
530 hostname = ai->ai_canonname;
541 hostname = hostent->h_name;
550 if (hostname && hostname[0] && (hostname[0] != '.')
553 if (!strcmp (localhost, hostname))
574 (remoteDot = strchr(hostname, '.')))
585 hostname, displayNumber) < 0) {
/xsrc/external/mit/libICE/dist/src/
H A Dprocess.c1047 char *hostname = _IceGetPeerName (iceConn); local in function:ProcessConnectionSetup
1049 if ((*iceConn->listen_obj->host_based_auth_proc) (hostname))
1061 free (hostname);
1395 char *hostname = _IceGetPeerName (iceConn); local in function:ProcessAuthReply
1397 if ((*iceConn->listen_obj->host_based_auth_proc) (hostname))
1402 free (hostname);
1469 char *hostname = _IceGetPeerName (iceConn); local in function:ProcessAuthReply
1471 if ((*myProtocol->host_based_auth_proc) (hostname))
1476 free (hostname);
2095 char *hostname local in function:ProcessProtocolSetup
[all...]
/xsrc/external/mit/xhost/dist/
H A Dxhost.c183 const char *hostname; local in function:main
205 fprintf(stderr, gettext("usage: %s [[+-]hostname ...]\n"), argv[0]);
229 hostname = get_hostname(&list[i]);
230 if (hostname) {
257 printf ("%s", hostname);
285 fprintf (stderr, gettext("%s: bad hostname \"%s\"\n"),
299 fprintf (stderr, gettext("%s: bad hostname \"%s\"\n"),
/xsrc/external/mit/proxymngr/dist/
H A Dpmint.h61 extern int HostBasedAuthProc ( char *hostname );
/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c240 char *hostname; local in function:OpenConsole
242 hostname = mit_console_name + MIT_CONSOLE_LEN;
243 TextAppend (text, hostname, strlen (hostname));

Completed in 28 milliseconds

1234567891011>>