Lines Matching full:setname
1421 ** If successful and SETNAME is nonzero,
1425 ** SETNAME's type is intfast32_t for compatibility with gmtsub,
1431 localsub(struct state const *sp, time_t const *timep, int_fast32_t setname,
1461 result = localsub(sp, &newt, setname, tmp);
1503 if (setname)
1520 localtime_tzset(time_t const *timep, struct tm *tmp, bool setname)
1527 if (setname || !lcl_is_set)
1529 tmp = localsub(lclptr, timep, setname, tmp);
2144 mktime_tzname(struct state *sp, struct tm *tmp, bool setname)
2147 return time1(tmp, localsub, sp, setname);