MCPcopy 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
137int
138in_lt(const login_time_t *ltm, time_t *t)
139{
140
141 return (in_ltm(ltm, localtime(t), t));
142}
143
144int
145in_ltms(const login_time_t *ltm, struct tm *tm, time_t *t)

Callers

nothing calls this directly

Calls 1

in_ltmFunction · 0.85

Tested by

no test coverage detected