Searched defs:hr (Results 1 - 3 of 3) sorted by relevance

/sendmail/sendmail/
H A Dconvtime.c129 int wk, dy, hr, mi, se; local
141 hr = intvl % 24;
165 hr, mi, se);
182 if (hr > 0)
184 (void) sm_snprintf(p, SPACELEFT(buf, p), ", %d hour%s", hr,
185 PLURAL(hr));
H A Dsasl.c165 char *hr, *h1, *h, *res; local
179 hr = res;
195 if (hr != res)
196 *hr++ = ' ';
199 memcpy(hr, h1, l1);
202 hr += l1;
203 *hr = '\0';
H A Dusersmtp.c327 char *hr, *h1, *h, *res; local
353 hr = res + l1;
369 *hr++ = ' ';
372 memcpy(hr, h1, l1);
375 hr += l1;
376 *hr = '\0';

Completed in 14 milliseconds