Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ clock_print_ts
Function
clock_print_ts
freebsd/kern/subr_clock.c:372–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
void
373
clock_print_ts(const struct timespec *ts, int nsdigits)
374
{
375
struct clocktime ct;
376
377
clock_ts_to_ct(ts, &ct);
378
clock_print_ct(&ct, nsdigits);
379
}
380
381
int
382
utc_offset(void)
Callers
2
clock_dbgprint_hdr
Function · 0.85
clock_dbgprint_ts
Function · 0.85
Calls
2
clock_ts_to_ct
Function · 0.85
clock_print_ct
Function · 0.85
Tested by
no test coverage detected