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);
|