Searched refs:thishost (Results 1 – 8 of 8) sorted by relevance
/external/ltp/pan/cgi/ |
D | 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/regress/ |
D | yes-head.sh | 6 lines=`${SSH} -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=1992…
|
/external/openssh/ |
D | readconf.h | 203 char *ssh_connection_hash(const char *thishost, const char *host,
|
D | ssh.c | 177 static char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; variable 238 "l", thishost, \ 1350 if (gethostname(thishost, sizeof(thishost)) == -1) in main() 1352 strlcpy(shorthost, thishost, sizeof(shorthost)); in main() 1353 shorthost[strcspn(thishost, ".")] = '\0'; in main() 1358 conn_hash_hex = ssh_connection_hash(thishost, host, portstr, in main()
|
D | readconf.c | 328 ssh_connection_hash(const char *thishost, const char *host, const char *portstr, in ssh_connection_hash() argument 335 ssh_digest_update(md, thishost, strlen(thishost)) < 0 || in ssh_connection_hash() 582 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line() local 669 if (gethostname(thishost, sizeof(thishost)) == -1) in match_cfg_line() 671 strlcpy(shorthost, thishost, sizeof(shorthost)); in match_cfg_line() 672 shorthost[strcspn(thishost, ".")] = '\0'; in match_cfg_line() 676 conn_hash_hex = ssh_connection_hash(thishost, host, in match_cfg_line() 684 "l", thishost, in match_cfg_line()
|
/external/python/cpython2/Lib/ |
D | urllib.py | 500 and socket.gethostbyname(host) in (localhost(), thishost()): 826 def thishost(): function
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 2025 and socket.gethostbyname(host) in ((localhost(),) + thishost())): 2357 def thishost(): function
|
/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 1549 self.assertIsInstance(urllib.request.thishost(), tuple)
|