Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ login_getuserclass
Function
login_getuserclass
tools/libutil/login_cap.c:345–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
*/
344
345
login_cap_t *
346
login_getuserclass(const struct passwd *pwd)
347
{
348
return login_getclassbyname(LOGIN_MECLASS, pwd);
349
}
350
351
352
/*
Callers
1
setusercontext
Function · 0.85
Calls
1
login_getclassbyname
Function · 0.85
Tested by
no test coverage detected