Searched refs:PW_FALSE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/su/
H A Dsu.c85 #define PW_FALSE 1 /* no password change */ macro
194 int pw_change = PW_FALSE;
336 audit_failure(PW_FALSE, NULL, nptr, retcode);
387 audit_failure(PW_FALSE, NULL, nptr, PAM_USER_UNKNOWN);
406 audit_failure(PW_FALSE, NULL, nptr, PAM_AUTH_ERR);
998 * pw_change == PW_FALSE, if no password change requested.
1061 if (pw_change != PW_FALSE) {
1355 audit_failure(PW_FALSE, &pwd, NULL, error);

Completed in 59 milliseconds