Home
last modified time | relevance | path

Searched refs:load_result (Results 1 – 1 of 1) sorted by path

/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c946 int load_result; in tzparse() local
976 load_result = tzload(TZDEFRULES, sp, FALSE); in tzparse()
977 if (load_result != 0) in tzparse()
997 if (*name == '\0' && load_result != 0) in tzparse()