Searched refs:tzloadflags (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | localtime.c | 906 tzloadbody(char const *name, struct state *sp, char tzloadflags, in tzloadbody() argument 931 tzloadflags &= ~TZLOAD_FROMENV; in tzloadbody() 1033 if (0 <= tz_change_interval && (tzloadflags & TZLOAD_FROMENV) in tzloadbody() 1227 if ((tzloadflags & TZLOAD_TZSTRING) && nread > 2 && in tzloadbody() 1307 tzload(char const *name, struct state *sp, char tzloadflags) in tzload() argument 1319 r = tzloadbody(name, sp, tzloadflags, &lsp); in tzload() 1835 zoneinit(struct state *sp, char const *name, char tzloadflags) in zoneinit() argument 1850 int err = tzload(name, sp, tzloadflags); in zoneinit() 1851 if (err != 0 && name && name[0] != ':' && !(tzloadflags & TZLOAD_TZDIR_SUB) in zoneinit() 1885 char tzloadflags; in tzset_unlocked() local [all …]
|