/external/openssh/regress/ |
yes-head.sh | 7 lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
|
/external/openssh/ |
ssh.c | 242 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local 740 if (gethostname(thishost, sizeof(thishost)) == -1) 742 strlcpy(shorthost, thishost, sizeof(shorthost)); 743 shorthost[strcspn(thishost, ".")] = '\0'; 750 "h", host, "l", thishost, "n", host_arg, "r", options.user, 780 "l", thishost, "n", host_arg, "r", options.user, 1479 char *filename, *cp, thishost[NI_MAXHOST]; local [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...] |