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

  /external/ltp/pan/cgi/
results.cgi 122 $thishost = $rp->{HOST};
127 if ($lasthost ne $thishost) {
138 print "<tr><td>$thishost\n";
150 print " [<a href=\"results.cgi?get_df=$thishost.$thisdate.$thissuite.scanner\">results</a>]";
151 print " [<a href=\"results.cgi?get_df=$thishost.$thisdate.$thissuite.summary\">summary</a>]";
157 $lasthost = $thishost;
  /external/openssh/
ssh.c 508 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
1120 if (gethostname(thishost, sizeof(thishost)) == -1)
1122 strlcpy(shorthost, thishost, sizeof(shorthost));
1123 shorthost[strcspn(thishost, ".")] = '\0';
1127 ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
1144 "l", thishost,
1162 "l", thishost,
1942 char *filename, *cp, thishost[NI_MAXHOST]; local
    [all...]
readconf.c 497 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 35 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
490 and socket.gethostbyname(host) in (localhost(), thishost()):
816 def thishost(): function
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]

Completed in 414 milliseconds