Home | History | Annotate | Download | only in tzcode

Lines Matching refs:setname

1437 ** If successful and SETNAME is nonzero,
1441 ** SETNAME's type is intfast32_t for compatibility with gmtsub,
1447 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname,
1477 result = localsub(sp, &newt, setname, tmp);
1519 if (setname)
2166 mktime_tzname(struct state *sp, struct tm *tmp, bool setname)
2169 return time1(tmp, localsub, sp, setname);