Lines Matching defs:u_uid
85 int u_uid; /* uid of user */
1121 if (up->u_uid == -1) {
1129 got_id = getnextuid(sync_uid_gid, &up->u_uid,
1138 got_id = getnextuid(sync_uid_gid, &up->u_uid,
1146 up->u_uid);
1150 if (!(up->u_flags & F_DUPUID) && getpwuid((uid_t)(up->u_uid)) != NULL) {
1154 "uid %d is already in use", login_name, up->u_uid);
1158 if (getgrgid((gid_t)(up->u_uid)) != NULL) {
1163 up->u_uid);
1165 gid = up->u_uid;
1232 up->u_uid,
1266 (void)copydotfiles(up->u_skeldir, up->u_uid, gid, home,
1297 "shell=%s", login_name, up->u_uid, gid, home, up->u_shell);
1566 getpwuid((uid_t)(up->u_uid)) != NULL) {
1571 up->u_uid);
1573 pwp->pw_uid = up->u_uid;
1591 up->u_uid);
1860 up->u_uid = -1;
1956 up->u_uid = check_numeric(optarg, "uid");
2106 up->u_uid = check_numeric(optarg, "uid");