Home | History | Annotate | Download | only in dist

Lines Matching refs:tzbuf

169 			char tzbuf[16];
170 tzbuf[0]=0;
178 if(strftime(tzbuf, sizeof(tzbuf), "%z", tm_p) == 5) {
180 tzbuf[5] = tzbuf[4];
181 tzbuf[4] = tzbuf[3];
182 tzbuf[3] = ':';
183 tzbuf[6] = 0;
187 tmbuf, (int)tv.tv_usec/1000, tzbuf,