HomeSort by: relevance | last modified time | path
    Searched defs:tzload (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/time/
localtime.c 1011 /* These tzload flags can be ORed together, and fit into 'char'. */
1427 tzload(char const *name, struct state *sp, char tzloadflags) function
1936 if (!TZ_RUNTIME_LEAPS || tzload(etc_utc, sp, TZLOAD_TZSTRING) != 0)
1980 int err = tzload(name, sp, tzloadflags);

Completed in 19 milliseconds