Searched refs:tzlen (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dmain.c675 int tzlen; local
678 tzlen = strlen(p) + 4;
679 tz = xalloc(tzlen);
680 (void) sm_strlcpyn(tz, tzlen, 2, "TZ=", p);

Completed in 50 milliseconds