OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:got_id
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/user/
user.c
1122
int
got_id
= 0;
local
1128
for (i = up->u_defrc; !
got_id
&& i < up->u_rc ; i++) {
1129
got_id
= getnextuid(sync_uid_gid, &up->u_uid,
1137
for (i = 0; !
got_id
&& i < up->u_defrc; i++) {
1138
got_id
= getnextuid(sync_uid_gid, &up->u_uid,
1141
if (!
got_id
) {
2285
int
got_id
= 0;
local
2292
for (i = gp->g_defrc; !
got_id
&& i < gp->g_rc ; i++) {
2293
got_id
= getnextgid(&gid,
2301
for (i = 0; !
got_id
&& i < gp->g_defrc; i++)
[
all
...]
Completed in 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026