Searched refs:tzloadflags (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/tzcode/ |
| H A D | localtime.c | 916 tzloadbody(char const *name, struct state *sp, char tzloadflags, in tzloadbody() argument 942 tzloadflags &= ~TZLOAD_FROMENV; in tzloadbody() 1052 if (0 <= tz_change_interval && (tzloadflags & TZLOAD_FROMENV) in tzloadbody() 1225 if ((tzloadflags & TZLOAD_TZSTRING) && nread > 2 && in tzloadbody() 1305 tzload(char const *name, struct state *sp, char tzloadflags) in tzload() argument 1317 r = tzloadbody(name, sp, tzloadflags, &lsp); in tzload() 1806 zoneinit(struct state *sp, char const *name, char tzloadflags) in zoneinit() argument 1821 int err = tzload(name, sp, tzloadflags); in zoneinit() 1822 if (err != 0 && name && name[0] != ':' && !(tzloadflags & TZLOAD_TZDIR_SUB) in zoneinit() 1856 char tzloadflags; in tzset_unlocked() local [all …]
|