Searched refs:thishost (Results 1 – 7 of 7) 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/ |
D | ssh.c | 516 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in main() local 1181 if (gethostname(thishost, sizeof(thishost)) == -1) in main() 1183 strlcpy(shorthost, thishost, sizeof(shorthost)); in main() 1184 shorthost[strcspn(thishost, ".")] = '\0'; in main() 1189 ssh_digest_update(md, thishost, strlen(thishost)) < 0 || in main() 1206 "l", thishost, in main() 1224 "l", thishost, in main() 1402 "u", pw->pw_name, "l", thishost, "h", host, in main() 2040 char *filename, *cp, thishost[NI_MAXHOST]; in load_public_identity_files() local 2084 if (gethostname(thishost, sizeof(thishost)) == -1) in load_public_identity_files() [all …]
|
D | readconf.c | 555 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line() local 631 if (gethostname(thishost, sizeof(thishost)) == -1) in match_cfg_line() 633 strlcpy(shorthost, thishost, sizeof(shorthost)); in match_cfg_line() 634 shorthost[strcspn(thishost, ".")] = '\0'; in match_cfg_line() 641 "l", thishost, in match_cfg_line()
|
/external/openssh/regress/ |
D | yes-head.sh | 7 …lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION…
|
/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 | 1999 and socket.gethostbyname(host) in ((localhost(),) + thishost())): 2331 def thishost(): function
|
/external/python/cpython3/Lib/test/ |
D | test_urllib.py | 1392 self.assertIsInstance(urllib.request.thishost(), tuple)
|