login
if (rmconf->xauth->login != NULL) {
vfree(rmconf->xauth->login);
rmconf->xauth->login = NULL;
rmconf->xauth->login = id;
if ((cur_rmconf->xauth->login = vdup($2)) == NULL) {
getph1bylogin(char *login)
if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0)
purgeph1bylogin(char *login)
if (strncmp(p->mode_cfg->login, login, LOGINLEN) == 0) {
iph1->remote, iph1->mode_cfg->login, inout);
iph1->mode_cfg->login) != 0) {
char login[LOGINLEN + 1]; /* login */
if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login) {
dlen = iph1->rmconf->xauth->login->l - 1;
if (!iph1->rmconf->xauth || !iph1->rmconf->xauth->login)
usr = vmalloc(iph1->rmconf->xauth->login->l - 1 + skip);
iph1->rmconf->xauth->login->v,
iph1->rmconf->xauth->login->l - 1);
iph1->rmconf->xauth->login->v);
memcpy(data, iph1->rmconf->xauth->login->v, dlen);
(*xauth_rmconf)->login = NULL;
if ((*xauth_rmconf)->login != NULL)
vfree((*xauth_rmconf)->login);
if (xauth_rmconf->login != NULL) {
new->login = vdup(xauth_rmconf->login);
if (new->login == NULL) {
vfree(new->login);
strncpy(iph1->mode_cfg->login, usr, LOGINLEN);
iph1->mode_cfg->login[LOGINLEN] = '\0';
vchar_t *login; /* xauth login */
void login(const struct utmp *) __RENAME(__login50);
login(&utmp);
char login[BUFMAGIC];
user = login;
(void)strlcpy(user, host, sizeof(login));
READ(i) = WRITE(i) = _rmt_rexec(host, login);
if (*login) {
execl(rshpath, rsh, host, "-l", login, _PATH_RMT, NULL);
__warn_references(login,
login(const struct utmp50 *ut50)
void login(const struct utmp50 *);
int login(int, char **);
{"login", login},
fp->mode.wreqq.dest_hi = sdev->login->cmd_hi;
fp->mode.wreqq.dest_lo = sdev->login->cmd_lo + offset;
ocb->orb[4] = htonl(ORB_NOTIFY | func | sdev->login->id);
login_res = sdev->login;
login_res = sdev->login;
struct sbp_login_res *login;
sdev->login = (struct sbp_login_res *)&sdev->ocb[SBP_QUEUE_LEN];
login((iscsi_login_parameters_t *) addr, l, d->fd_dev);
char login[sizeof(p->p_session->s_login)];
if (namelen > sizeof(login))
namelen = sizeof(login);
memcpy(login, p->p_session->s_login, namelen);
return (copyout(login, (void *)SCARG(uap, namebuf), namelen));
getpwnam(const char *login)
if (strcmp(login, "root") == 0) {
} else if (strcmp(login, "test") == 0) {
expandusername(const char *gecos, const char *login, char *buf, int buflen)
snprintf(buf, buflen, "%s", login);
snprintf(bp, buflen - (bp - buf), "%s", login);
char *login;
if ((login = getlogin()) == NULL)
if (pw == NULL || strcmp(login, pw->pw_name))
(void)printf("login\t%s\n", login);
login(&utmp);
const char *login;
if ((login = getlogin()) == NULL) {
login = pwd->pw_name;
else login = "???";
login, host, mytty, nows + 11);