Home | History | Annotate | Download | only in user

Lines Matching defs:LOCK

103 	int		u_locked;		/* user account lock */
142 #define LOCK 1
390 warn("Can't lock `%s'", _PATH_GROUP);
454 warn("Can't modify group `%s': can't lock `%s'",
577 warn("Can't append group(s) for `%s': can't lock `%s'",
1096 err(EXIT_FAILURE, "Can't add user `%s': can't lock `%s'",
1330 warn("Can't remove user `%s' from `%s': can't lock `%s'",
1458 err(EXIT_FAILURE, "Can't modify user `%s': can't lock `%s'",
1536 /* check whether we should lock the account. */
1537 if (up->u_locked == LOCK) {
2049 up->u_locked = LOCK;