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

/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcheckpw.c151 const char *userstr,
168 if (!conn || !userstr)
181 result = _sasl_canon_user(conn, userstr, 0,
264 const char *userstr,
282 if (!conn || !userstr || !challenge || !response)
673 const char *userstr,
679 userstr);
150 auxprop_verify_password(sasl_conn_t *conn, const char *userstr, const char *passwd, const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
263 _sasl_auxprop_verify_apop(sasl_conn_t *conn, const char *userstr, const char *challenge, const char *response, const char *user_realm __attribute__((unused))) argument
672 always_true(sasl_conn_t *conn, const char *userstr, const char *passwd __attribute__((unused)), const char *service __attribute__((unused)), const char *user_realm __attribute__((unused))) argument
/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;
1134 (void) snprintf(username, username_len, "%s%s", userstr, pwd->pw_name);

Completed in 61 milliseconds