Searched refs:SET_IF (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | user-record-nss.c | 11 #define SET_IF(field, condition, value, fallback) \ macro 108 SET_IF(hr->locked, in nss_passwd_to_user_record() 112 SET_IF(hr->not_after_usec, in nss_passwd_to_user_record() 116 SET_IF(hr->password_change_now, in nss_passwd_to_user_record() 120 SET_IF(hr->last_password_change_usec, in nss_passwd_to_user_record() 124 SET_IF(hr->password_change_min_usec, in nss_passwd_to_user_record() 128 SET_IF(hr->password_change_max_usec, in nss_passwd_to_user_record() 132 SET_IF(hr->password_change_warn_usec, in nss_passwd_to_user_record() 136 SET_IF(hr->password_change_inactive_usec, in nss_passwd_to_user_record()
|