Searched refs:thishost (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dyes-head.sh7 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)`
/macosx-10.10/uucp-11/uucp/contrib/
H A Duutraf124 $thishost = &gethostname();
125 $thishost = (defined $thishost) ? "on node $thishost" : "report";
134 "UUCP traffic $thishost from $first_date to $last_date"
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_krb5.c277 char thishost[BUFSIZ]; local
308 if (gethostname(thishost, BUFSIZ) < 0) {
311 thishost[BUFSIZ-1] = '\0';
314 thishost, NULL, ccache, &packet))) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh.c247 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; local
743 if (gethostname(thishost, sizeof(thishost)) == -1)
745 strlcpy(shorthost, thishost, sizeof(shorthost));
746 shorthost[strcspn(thishost, ".")] = '\0';
753 "h", host, "l", thishost, "n", host_arg, "r", options.user,
783 "l", thishost, "n", host_arg, "r", options.user,
1500 char *filename, *cp, thishost[NI_MAXHOST]; local
1540 if (gethostname(thishost, sizeof(thishost))
[all...]
/macosx-10.10/gnuserv-7/gnuserv/
H A Dgnuclient.c340 char thishost[HOSTNAMSZ]; /* this hostname */ local
598 gethostname (thishost, HOSTNAMSZ);
608 else if (strcmp (thishost,hostarg))
609 { /* try /net/thishost */
612 strcat (remotepath, thishost);
/macosx-10.10/autofs-246/automountlib/
H A Dns_fstab.c856 char thishost[MAXHOSTNAMELEN]; local
932 gethostname(thishost, MAXHOSTNAMELEN);
933 err = add_dir_entry(thishost, NULL, NULL, list, &last);
941 p = strchr(thishost, '.');
944 err = add_dir_entry(thishost, NULL, NULL, list,
H A Dhost_is_us.c40 static int hosts_match(const char *host, size_t hostlen, const char *thishost);
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Dchat2.pl36 chop($thishost = `hostname`);

Completed in 148 milliseconds