Searched refs:remotehost (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/scripts/
H A Dbackup.in168 remotehost="`expr \"${1}\" : '\([^/][^/]*\):.*'`"
169 if [ -z "$remotehost" ]; then
170 remotehost=$localhost
176 message 10 "remotehost=$remotehost"
178 make_level_log ${remotehost}
181 remote_run "${remotehost}" cp "`level_log_name ${fsname} $PREV_LEVEL`" "`level_log_name temp`"
184 ${DUMP_BEGIN-:} $DUMP_LEVEL $remotehost $fs $fsname
185 backup_host ${remotehost} \
187 "--label='`print_level` backup of ${fs} on ${remotehost} a
[all...]
H A Drestore.in113 remotehost="`expr \"${1}\" : '\([^/][^/]*\):.*'`"
114 if [ -z "$remotehost" ]; then
115 remotehost=$localhost
119 message 10 "remotehost=$remotehost"
125 LEVELS=`remote_run "${remotehost}" ls $LOGPAT |
142 LABEL="`print_level $level` backup of ${fs} on ${remotehost} at ${DATE}"
143 ${RESTORE_BEGIN-:} $level $remotehost $fs $fsname
144 backup_host ${remotehost} \
148 ${RESTORE_END-:} $level $remotehost
[all...]
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dextern.h144 extern char hostname[], remotehost[];
H A Dftpd.c92 char remotehost[MaxHostNameLen]; variable
532 remotehost, data_addr);
563 remotehost,
713 ftpd_logwtmp(ttyline, pw->pw_name, remotehost);
768 remotehost,
782 remotehost,
789 snprintf(proctitle, sizeof(proctitle), "%s: %s", remotehost, pw->pw_name);
802 remotehost,
929 remotehost,
936 remotehost,
[all...]
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_access_compat.c246 const char *remotehost = NULL; local
279 remotehost = ap_get_remote_host(r->connection,
284 if ((remotehost == NULL) || remotehost_is_ip) {
292 if ((gothost == 2) && in_domain(ap[i].x.from, remotehost)) {
H A Dmod_authz_host.c168 const char *remotehost = NULL; local
171 remotehost = ap_get_remote_host(r->connection,
176 if ((remotehost == NULL) || remotehost_is_ip) {
199 if (in_domain(w, remotehost)) {
/macosx-10.10/Heimdal-398.1.2/appl/kx/
H A Dkxd.c118 char remotehost[MaxHostNameLen]; local
147 remotehost, sizeof(remotehost),
247 remotehost, remoteaddr,
/macosx-10.10/BerkeleyDB-21/db/examples_c/ex_rep/base/
H A Drep_net.c419 get_connected_socket(machtab, progname, remotehost, port, is_open, eidp)
421 const char *progname, *remotehost;
433 if ((hp = gethostbyname(remotehost)) == NULL) {
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.decls.h115 extern void remotehost (void);
H A Dsh.c584 remotehost();
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dconnect.c1115 const struct Curl_dns_entry *remotehost)
1129 conn->num_addr = Curl_num_addresses(remotehost->addr);
1130 conn->tempaddr[0] = remotehost->addr;
1114 Curl_connecthost(struct connectdata *conn, const struct Curl_dns_entry *remotehost) argument
/macosx-10.10/libtelnet-13/
H A Dsra.c542 e = pam_set_item(pamh, PAM_RHOST, remotehost);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pop3d/
H A Dpop3d.tcl52 # remotehost - name of remote host for connection
439 set cstate(remotehost) $rHost

Completed in 246 milliseconds