HomeSort by relevance Sort by last modified time
    Searched full:thishost (Results 1 - 10 of 10) sorted by null

  /external/openssh/
ssh.c 509 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
1121 if (gethostname(thishost, sizeof(thishost)) == -1)
1123 strlcpy(shorthost, thishost, sizeof(shorthost));
1124 shorthost[strcspn(thishost, ".")] = '\0';
1128 ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
1145 "l", thishost,
1163 "l", thishost,
1942 char *filename, *cp, thishost[NI_MAXHOST]; local
    [all...]
readconf.c 496 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
570 if (gethostname(thishost, sizeof(thishost)) == -1)
572 strlcpy(shorthost, thishost, sizeof(shorthost));
573 shorthost[strcspn(thishost, ".")] = '\0';
580 "l", thishost,
    [all...]
  /external/libvncserver/libvncserver/
httpd.c 112 rfbLog(" URL http://%s:%d\n",rfbScreen->thisHost,rfbScreen->httpPort);
125 rfbLog(" URL http://%s:%d\n",rfbScreen->thisHost,rfbScreen->http6Port);
499 sprintf(str, "%s:%d", rfbScreen->thisHost, rfbScreen->port-5900);
main.c 890 GetComputerName(screen->thisHost,&dummy);
893 gethostname(screen->thisHost, 255);
  /external/libvncserver/examples/
mac.c 464 gethostname(rfbScreen->thisHost, 255);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
494 and socket.gethostbyname(host) in (localhost(), thishost()):
818 def thishost(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
494 and socket.gethostbyname(host) in (localhost(), thishost()):
818 def thishost(): function
    [all...]
  /external/libvncserver/rfb/
rfb.h 263 char thisHost[255];
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/libvncserver/x11vnc/
remote.c     [all...]

Completed in 803 milliseconds