Home
last modified time | relevance | path

Searched refs:userstr (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libsasl/lib/
H A Dcheckpw.c151 const char *userstr, in auxprop_verify_password() argument
168 if (!conn || !userstr) in auxprop_verify_password()
181 result = _sasl_canon_user(conn, userstr, 0, in auxprop_verify_password()
264 const char *userstr, in _sasl_auxprop_verify_apop() argument
282 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
673 const char *userstr, in always_true() argument
679 userstr); in always_true()
H A Dsaslint.h707 const char *userstr,
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c399 static char userstr[] = "USER="; variable
1124 username_len = strlen(pwd->pw_name) + strlen(userstr) + 1; in doit()
1134 (void) snprintf(username, username_len, "%s%s", userstr, pwd->pw_name); in doit()