HomeSort by: relevance | last modified time | path
    Searched defs:lusername (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/rlogind/
rlogind.c 121 static char lusername[NMAX+1], rusername[NMAX+1]; variable in typeref:typename:char[]
403 "-f", "--", lusername, (char *)0);
407 "--", lusername, (char *)0);
622 getstr(lusername, sizeof(lusername), "locuser too long");
625 pwd = getpwnam(lusername);
628 "%s@%s as %s: unknown login.", rusername, host, lusername);
633 lusername);
638 rusername, host, lusername);
642 rusername, host, lusername, __rcmd_errstr)
    [all...]
rlogind.c 121 static char lusername[NMAX+1], rusername[NMAX+1]; variable in typeref:typename:char[]
403 "-f", "--", lusername, (char *)0);
407 "--", lusername, (char *)0);
622 getstr(lusername, sizeof(lusername), "locuser too long");
625 pwd = getpwnam(lusername);
628 "%s@%s as %s: unknown login.", rusername, host, lusername);
633 lusername);
638 rusername, host, lusername);
642 rusername, host, lusername, __rcmd_errstr)
    [all...]

Completed in 22 milliseconds