Searched defs:AuthenticatingUser (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c168 static char *AuthenticatingUser = NULL; variable
818 AuthenticatingUser);
906 AuthenticatingUser = (char *)strdup(namebuf);
948 (AuthenticatingUser != NULL ? AuthenticatingUser : ""));
953 if (AuthenticatingUser != NULL &&
955 AuthenticatingUser))) {
956 (void) strncpy(name, AuthenticatingUser, namelen);
963 AuthenticatingUser);
3061 (AuthenticatingUser !
[all...]

Completed in 66 milliseconds