OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_uid
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/user/
user.c
85
int
u_uid
; /* uid of user */
member in struct:user_t
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
;
[
all
...]
Completed in 635 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025