Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c150 const char *userstr, in auxprop_verify_password() argument
167 if (!conn || !userstr) in auxprop_verify_password()
180 result = _sasl_canon_user(conn, userstr, 0, in auxprop_verify_password()
263 const char *userstr, in _sasl_auxprop_verify_apop() argument
281 if (!conn || !userstr || !challenge || !response) in _sasl_auxprop_verify_apop()
672 const char *userstr, in always_true() argument
678 userstr); in always_true()
H A Dsaslint.h707 const char *userstr,
/illumos-gate/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()