Home
last modified time | relevance | path

Searched refs:detzcode64 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/lib/libc/time/
Dlocaltime.c406 detzcode64(const char *const codep) in detzcode64() function
738 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
789 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()