Lines Matching refs:u_flags
84 int u_flags; /* see below */ member
1150 if (!(up->u_flags & F_DUPUID) && getpwuid((uid_t)(up->u_uid)) != NULL) { in adduser()
1178 if (!(up->u_flags & F_DUPUID) && getpwnam(login_name) != NULL) { in adduser()
1184 if (up->u_flags & F_HOMEDIR) { in adduser()
1191 if (up->u_flags & F_SHELL) { in adduser()
1214 if (lstat(home, &st) < 0 && !(up->u_flags & F_MKDIR)) { in adduser()
1252 if (up->u_flags & F_MKDIR) { in adduser()
1479 if (up->u_flags & F_USERNAME) { in moduser()
1498 if (up->u_flags & F_MKDIR) { in moduser()
1504 if (up->u_flags & F_PASSWORD) { in moduser()
1563 if (up->u_flags & F_UID) { in moduser()
1565 if (!(up->u_flags & F_DUPUID) && in moduser()
1575 if (up->u_flags & F_GROUP) { in moduser()
1607 if (up->u_flags & F_INACTIVE) { in moduser()
1614 if (up->u_flags & F_EXPIRE) { in moduser()
1623 if (up->u_flags & F_COMMENT) { in moduser()
1626 if (up->u_flags & F_HOMEDIR) { in moduser()
1629 if (up->u_flags & F_SHELL) { in moduser()
1646 if (up->u_flags & F_CLASS) { in moduser()
1707 if ((up->u_flags & F_MKDIR) && in moduser()
1903 up->u_flags |= F_HOMEDIR; in useradd()
1928 up->u_flags |= F_MKDIR; in useradd()
1937 up->u_flags |= F_DUPUID; in useradd()
1951 up->u_flags |= F_SHELL; in useradd()
2036 up->u_flags |= F_SECGROUP; in usermod()
2045 up->u_flags |= F_COMMENT; in usermod()
2060 up->u_flags |= F_INACTIVE; in usermod()
2064 up->u_flags |= F_HOMEDIR; in usermod()
2068 up->u_flags |= F_EXPIRE; in usermod()
2072 up->u_flags |= F_INACTIVE; in usermod()
2076 up->u_flags |= F_GROUP; in usermod()
2081 up->u_flags |= F_USERNAME; in usermod()
2086 up->u_flags |= F_CLASS; in usermod()
2090 up->u_flags |= F_MKDIR; in usermod()
2093 up->u_flags |= F_DUPUID; in usermod()
2098 up->u_flags |= F_PASSWORD; in usermod()
2103 up->u_flags |= F_SHELL; in usermod()
2107 up->u_flags |= F_UID; in usermod()
2119 if ((up->u_flags & F_MKDIR) && !(up->u_flags & F_HOMEDIR) && in usermod()
2120 !(up->u_flags & F_USERNAME)) { in usermod()
2122 up->u_flags &= ~F_MKDIR; in usermod()
2213 up->u_flags |= F_SHELL; in userdel()
2219 up->u_flags |= F_PASSWORD; in userdel()