authtok_flag     2102 nsswitch/pam_winbind.c 	int authtok_flag;
authtok_flag     2120 nsswitch/pam_winbind.c 		authtok_flag = PAM_OLDAUTHTOK;
authtok_flag     2122 nsswitch/pam_winbind.c 		authtok_flag = PAM_AUTHTOK;
authtok_flag     2131 nsswitch/pam_winbind.c 		retval = _pam_get_item(ctx->pamh, authtok_flag, &item);
authtok_flag     2236 nsswitch/pam_winbind.c 	retval = pam_set_item(ctx->pamh, authtok_flag, token);
authtok_flag     2239 nsswitch/pam_winbind.c 	    (retval = _pam_get_item(ctx->pamh, authtok_flag, &item)) != PAM_SUCCESS) {
authtok_flag      507 source3/pam_smbpass/support.c     int authtok_flag;
authtok_flag      523 source3/pam_smbpass/support.c     authtok_flag = on(SMB__OLD_PASSWD, ctrl) ? PAM_OLDAUTHTOK : PAM_AUTHTOK;
authtok_flag      528 source3/pam_smbpass/support.c         retval = _pam_get_item( pamh, authtok_flag, &item );
authtok_flag      619 source3/pam_smbpass/support.c         retval = pam_set_item( pamh, authtok_flag, (const void *)token );
authtok_flag      622 source3/pam_smbpass/support.c             || (retval = _pam_get_item( pamh, authtok_flag