Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dlocaltime.c593 tzloadbody(char const *name, struct state *sp, char tzloadflags, in tzloadbody() argument
616 tzloadflags &= ~TZLOAD_FROMENV; in tzloadbody()
652 if (doaccess && (tzloadflags & TZLOAD_FROMENV)) { in tzloadbody()
672 if ((tzloadflags & TZLOAD_FROMENV) && strcmp(name, TZDEFAULT) == 0) in tzloadbody()
673 tzloadflags &= ~TZLOAD_FROMENV; in tzloadbody()
681 if ((tzloadflags & TZLOAD_FROMENV) && issetugid()) { in tzloadbody()
709 if (tzloadflags) { in tzloadbody()
902 if ((tzloadflags & TZLOAD_TZSTRING) && nread > 2 && in tzloadbody()
980 tzload(char const *name, struct state *sp, char tzloadflags) in tzload() argument
987 int err = tzloadbody(name, sp, tzloadflags, lsp); in tzload()
[all …]