Home
last modified time | relevance | path

Searched refs:__rcmd_errstr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libc/net/
H A Drcmd.c596 const char *__rcmd_errstr; variable
674 __rcmd_errstr = NULL; in iruserok_sa()
715 __rcmd_errstr = ".rhosts lstat failed"; in iruserok_sa()
717 __rcmd_errstr = ".rhosts not regular file"; in iruserok_sa()
719 __rcmd_errstr = ".rhosts fstat failed"; in iruserok_sa()
721 __rcmd_errstr = "bad .rhosts owner"; in iruserok_sa()
723 __rcmd_errstr = in iruserok_sa()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Diruserok.c55 char *__rcmd_errstr = 0; variable
276 __rcmd_errstr = cp; in iruserok()
/netbsd-src/libexec/rlogind/
H A Drlogind.c146 extern char *__rcmd_errstr; /* syslog hook from libc/net/rcmd.c */
640 if (__rcmd_errstr) in do_rlogin()
642 rusername, host, lusername, __rcmd_errstr); in do_rlogin()
/netbsd-src/libexec/rshd/
H A Drshd.c149 extern char *__rcmd_errstr; /* syslog hook from libc/net/rcmd.c. */
522 errormsg = __rcmd_errstr ? __rcmd_errstr : "unknown error"; in doit()