Searched refs:tz_len (Results 1 – 1 of 1) sorted by relevance
464 int homedir_len, shell_len, username_len, tz_len; in doit() local1138 tz_len = strlen(tzenv) + strlen(tzstr) + 1; in doit()1139 tz = malloc(tz_len); in doit()1141 (void) snprintf(tz, tz_len, "%s%s", tzstr, tzenv); in doit()