Searched refs:rhost (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/adv_cmds-153/fingerd/
H A Dfingerd.c78 char rhost[MAXHOSTNAMELEN]; local
119 realhostname_sa(rhost, sizeof rhost - 1,
121 rhost[sizeof(rhost) - 1] = '\0';
123 setenv("FINGERD_REMOTE_HOST", rhost, 1);
143 syslog(LOG_NOTICE, "query from %s: `%s'", rhost, t);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Drcmd.c319 extern int ruserok(const char *rhost, int superuser, const char *ruser, const char *luser) argument
330 sp = rhost;
335 baselen = sp - rhost;
380 _validuser(FILE *hostf, const char *rhost, const char *luser, argument
430 && _checkhost(rhost, &ahost[1], baselen))
434 && _checknetgrouphost(rhost, &ahost[2], baselen))
446 hostvalid = _checknetgrouphost(rhost, &ahost[2], baselen);
448 hostvalid = _checkhost(rhost, ahost, baselen);
459 hostvalid = hostvalid ? 1 : _checkhost(rhost, ahost, baselen);
471 _checkhost(const char *rhost, cons argument
507 _checknetgrouphost(const char *rhost, const char *netgr, int baselen) argument
[all...]
H A Drlib.h56 extern int _validuser(FILE *hostf, const char *rhost,
58 extern int _checkhost(const char *rhost, const char *lhost, int len);
/macosx-10.9.5/libpcap-42/libpcap/Win32/Include/
H A Dinetprivate.h48 extern int _validuser(FILE *hostf, const char *rhost,
50 extern int _checkhost(const char *rhost, const char *lhost, int len);
/macosx-10.9.5/gnutar-452/gnutar/scripts/
H A Dbackup.sh.in303 rhost=$1
305 if [ "z${localhost}" != "z$rhost" ] ; then
306 $RSH "$rhost" ${TAR_PART1} -f "${localhost}:${TAPE_FILE}" $@
330 rhost=$1
332 message 10 "REMOTE $rhost: $@"
333 if [ "x$rhost" != "x${localhost}" ] ; then
334 $RSH "${rhost}" "$@"
/macosx-10.9.5/remote_cmds-41.90.1/rshd.tproj/
H A Drshd.c264 char rhost[2 * MAXHOSTNAMELEN + 1]; local
399 realhostname_sa(rhost, sizeof(rhost) - 1, fromp, fromp->sa_len);
400 rhost[sizeof(rhost) - 1] = '\0';
418 strncpy(rhost, hp->h_name, sizeof(rhost) - 1);
419 rhost[sizeof(rhost) - 1] = 0;
420 errorhost = rhost;
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/comm/
H A Dget-regression-nb.xotcl125 proc readable {handle rhost} {
130 puts stderr "invalid output on client on host $rhost"
152 set rhost localhost
154 set rhost [lindex $::hosts $s]
156 #puts stderr "rsh $rhost $cmd"
157 puts -nonewline stderr "$rhost "
158 set f($s) [open "| rsh $rhost $cmd"]
160 fileevent $f($s) readable "readable $f($s) $rhost"
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.h179 aslmsg asl_input_parse(const char *in, int len, char *rhost, uint32_t source);
H A Ddaemon.c804 asl_syslog_input_convert(const char *in, int len, char *rhost, uint32_t source) argument
1019 else if (rhost != NULL)
1021 asl_set(msg, ASL_KEY_HOST, rhost);
1028 asl_input_parse(const char *in, int len, char *rhost, uint32_t source) argument
1055 if (legacy == 1) return asl_syslog_input_convert(in, len, rhost, source);
1063 if (rhost != NULL) asl_set(msg, ASL_KEY_HOST, rhost);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dpam.c264 struct berval dn, uid, svc, ruser, rhost, tty; local
291 rhost.bv_val = rhostc;
292 rhost.bv_len = tmpint32;
485 struct berval dn, uid, svc, tty, rhost, ruser; local
513 rhost.bv_val = rhostc;
514 rhost.bv_len = tmpint32;
545 tty.bv_len + ruser.bv_len + rhost.bv_len + STRLENOF(" (@)");
549 ruser.bv_val, rhost.bv_val);
/macosx-10.9.5/Libinfo-449.1.3/util.subproj/
H A Drcmd.c502 ruserok(rhost, superuser, ruser, luser)
503 const char *rhost, *ruser, *luser;
512 error = getaddrinfo(rhost, "0", &hints, &res);
/macosx-10.9.5/syslog-217.1.4/util.tproj/
H A Dsyslog.c770 rsend(aslmsg msg, char *rhost) argument
784 h = gethostbyname(rhost);
829 rlegacy(char *msg, int level, char *rhost) argument
842 h = gethostbyname(rhost);
1012 char tmp[64], *str, *rhost; local
1015 rhost = NULL;
1030 rhost = argv[++i];
1080 if (rhost == NULL)
1086 rsend(m, rhost);
1090 rlegacy(str, rlevel, rhost);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl108 tclLog "FTPD: $cb(rhost):$cb(rport): $msg"
175 set cb(rhost) $ip
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_rewrite.c477 const char *rhost, *rname; local
489 rhost = ap_get_remote_host(r->connection, r->per_dir_config,
503 rhost ? ap_escape_logitem(r->pool, rhost) : "UNKNOWN-HOST",

Completed in 325 milliseconds