Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ in_lt
Function
in_lt
tools/libutil/login_times.c:137–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
136
137
int
138
in_lt(const login_time_t *ltm, time_t *t)
139
{
140
141
return (in_ltm(ltm, localtime(t), t));
142
}
143
144
int
145
in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t)
Callers
nothing calls this directly
Calls
1
in_ltm
Function · 0.85
Tested by
no test coverage detected