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

/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c98 char lusername[NMAX+1], rusername[NMAX+1]; variable
292 if (*lusername=='-') {
294 lusername);
305 "-h", hostname, "-f", lusername, (char *)NULL);
308 "-h", hostname, lusername, (char *)NULL);
505 getstr(lusername, sizeof(lusername), "locuser too long");
508 pwd = getpwnam(lusername);
514 lusername));

Completed in 50 milliseconds