Searched refs:xuser (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | sra.c | 54 char *user, *pass, *xuser, *xpass; variable 117 xuser = (char *)malloc(513); in sra_init() 121 if (user == NULL || xuser == NULL || pass == NULL || xpass == in sra_init() 185 memcpy(xuser,data,cnt); in sra_is() 186 xuser[cnt] = '\0'; in sra_is() 187 pk_decode(xuser,user,&ck); in sra_is() 283 pk_encode(user,xuser,&ck); in sra_reply() 288 if (!Data(ap, SRA_USER, (void *)xuser, strlen(xuser))) { in sra_reply()
|
/freebsd/tools/test/stress2/misc/ |
H A D | su.sh | 46 exec su -c xuser -m root -c ':' &
|
H A D | racct.sh | 48 exec su -c xuser -m root -c ':' &
|
/freebsd/usr.bin/login/ |
H A D | login.conf | 61 xuser:\
|