| /xsrc/external/mit/xsm/dist/ |
| auth.h | 33 extern Bool HostBasedAuthProc(char *hostname);
|
| info.c | 393 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
|
| save.c | 1225 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
|
| auth.c | 48 * we can accept. We can accept/reject based on the hostname. 52 HostBasedAuthProc(char *hostname)
|
| /xsrc/external/mit/xorgproto/dist/specs/SIAddresses/ |
| hostname.md | 1 ## 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/libSM/dist/src/ |
| sm_genid.c | 144 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/ |
| chooser.c | 162 ARRAY8 hostname, status; member in struct:_hostName 165 } HostName; 167 static HostName *hostNamedb; 221 HostName *names; 240 AddHostname (ARRAY8Ptr hostname, ARRAY8Ptr status, struct sockaddr *addr, int willing) 242 HostName *new, **names, *name; 282 new = calloc (1, sizeof (HostName)); 285 if (hostname->length) 300 XdmcpDisposeARRAY8 (hostname); 302 XdmcpAllocARRAY8 (hostname, strlen (host)) 382 ARRAY8 hostname = {0, NULL}; local [all...] |
| /xsrc/external/mit/xtrans/dist/ |
| Xtransutil.c | 330 char *hostname; local 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/ |
| CvtStdSel.c | 103 #ifndef hpux /* because of hostname length crock */ 190 char hostname[1024]; local 191 hostname[0] = '\0'; 192 *length = XmuGetHostname (hostname, sizeof hostname); 193 *value = XtNewString(hostname);
|
| /xsrc/external/mit/ctwm/dist/ |
| parse_m4.c | 171 struct hostent *hostname = gethostbyname(client); local 172 if(hostname) { 173 WR_DEF("HOSTNAME", hostname->h_name); 176 WR_DEF("HOSTNAME", client); 181 * Just leave HOSTNAME as a copy of CLIENTHOST for backward 184 WR_DEF("HOSTNAME", client);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_network.c | 111 u_socket_connect(const char *hostname, uint16_t port) 124 r = getaddrinfo(hostname, portString, NULL, &addr);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_network.c | 111 u_socket_connect(const char *hostname, uint16_t port) 124 r = getaddrinfo(hostname, portString, NULL, &addr);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxprop.c | 83 char hostname[256]; local 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/dist/hw/xfree86/parser/ |
| scan.c | 534 * %H hostname 574 static char *hostname = NULL; local 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/hw/xfree86/parser/ |
| scan.c | 550 * %H hostname 610 static char *hostname = NULL; local 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.old/dist/os/ |
| access.c | 868 char *hostname = ohostname; local 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, strlen (hostname), FALSE) 1775 char hostname[SI_HOSTNAME_MAXLEN]; local 1806 char hostname[SI_HOSTNAME_MAXLEN]; local [all...] |
| xdmcp.c | 138 ARRAY8Ptr hostname, 754 ARRAY8Ptr hostname, 1135 ARRAY8 hostname; local 1139 hostname.data = 0; 1142 XdmcpReadARRAY8 (&buffer, &hostname) && 1146 hostname.length + status.length) 1158 XdmcpAddHost(from, fromlen, &authenticationName, &hostname, &status); 1166 XdmcpDisposeARRAY8 (&hostname);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| access.c | 937 char *hostname = ohostname; local 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, strlen(hostname) 1831 char hostname[SI_HOSTNAME_MAXLEN]; local 1862 char hostname[SI_HOSTNAME_MAXLEN]; local [all...] |
| xdmcp.c | 138 ARRAY8Ptr hostname, ARRAY8Ptr status); 697 ARRAY8Ptr auth_name, ARRAY8Ptr hostname, ARRAY8Ptr status) 1040 ARRAY8 hostname; local 1044 hostname.data = 0; 1047 XdmcpReadARRAY8(&buffer, &hostname) && 1050 hostname.length + status.length) { 1060 XdmcpAddHost(from, fromlen, &authenticationName, &hostname, 1069 XdmcpDisposeARRAY8(&hostname);
|
| /xsrc/external/mit/xdm/dist/greeter/ |
| greet.c | 525 char *hostname = strdup(d->name); local 527 if (hostname == NULL) { 530 char *colon = strrchr(hostname, ':'); 536 (*pamhp, PAM_RHOST, hostname)); 537 free(hostname);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| xdmcp.c | 426 static ARRAY8 Hostname; 435 if (!XdmcpReallocARRAY8 (&Hostname, namelen)) 438 Hostname.data[i] = name[i]; 503 char *hostname = NULL; local 530 hostname = ai->ai_canonname; 541 hostname = hostent->h_name; 550 if (hostname && hostname[0] && (hostname[0] != '.') 553 if (!strcmp (localhost, hostname)) [all...] |
| /xsrc/external/mit/libICE/dist/src/ |
| process.c | 1047 char *hostname = _IceGetPeerName (iceConn); local 1049 if ((*iceConn->listen_obj->host_based_auth_proc) (hostname)) 1061 free (hostname); 1395 char *hostname = _IceGetPeerName (iceConn); local 1397 if ((*iceConn->listen_obj->host_based_auth_proc) (hostname)) 1402 free (hostname); 1469 char *hostname = _IceGetPeerName (iceConn); local 1471 if ((*myProtocol->host_based_auth_proc) (hostname)) 1476 free (hostname); 2095 char *hostname = _IceGetPeerName (iceConn) local [all...] |
| /xsrc/external/mit/proxymngr/dist/ |
| pmint.h | 61 extern int HostBasedAuthProc ( char *hostname );
|
| /xsrc/external/mit/xconsole/dist/ |
| xconsole.c | 240 char *hostname; local 242 hostname = mit_console_name + MIT_CONSOLE_LEN; 243 TextAppend (text, hostname, strlen (hostname));
|
| /xsrc/external/mit/xhost/dist/ |
| xhost.c | 183 const char *hostname; local 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"),
|