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

  /src/lib/libc/time/
localtime.c 596 /* These tzload flags can be ORed together, and fit into 'char'. */
931 tzload(char const *name, struct state *sp, char tzloadflags) function in typeref:typename:int
1292 load_ok = tzload(TZDEFRULES, sp, 0) == 0;
1532 if (tzload(etc_utc, sp, TZLOAD_TZSTRING) != 0)
1557 int err = tzload(name, sp, tzloadflags);
localtime.c 596 /* These tzload flags can be ORed together, and fit into 'char'. */
931 tzload(char const *name, struct state *sp, char tzloadflags) function in typeref:typename:int
1292 load_ok = tzload(TZDEFRULES, sp, 0) == 0;
1532 if (tzload(etc_utc, sp, TZLOAD_TZSTRING) != 0)
1557 int err = tzload(name, sp, tzloadflags);

Completed in 27 milliseconds