OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:userchk
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
acl.c
568
char *
userchk
;
local
570
userchk
= username;
574
userchk
= users [index++];
575
while(
userchk
!= NULL) {
576
if(strcmp (
userchk
, username) == 0)
578
userchk
= users[index++];
581
if (
userchk
!= NULL) {
587
userchk
, grp);
acl.c
568
char *
userchk
;
local
570
userchk
= username;
574
userchk
= users [index++];
575
while(
userchk
!= NULL) {
576
if(strcmp (
userchk
, username) == 0)
578
userchk
= users[index++];
581
if (
userchk
!= NULL) {
587
userchk
, grp);
Completed in 59 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026