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

/sendmail/sendmail/
H A Dsasl.c249 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
267 hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), niflags) != 0)
281 sm_snprintf(pbuf, sizeof(pbuf), "%d", ntohs(addr->sin.sin_port));
284 if (outlen < strlen(hbuf) + strlen(pbuf) + 2)
289 sm_snprintf(out, outlen, "%s;%s", hbuf, pbuf);
H A Dmain.c2596 char pbuf[20]; local
2624 (void) sm_snprintf(pbuf, sizeof(pbuf), "%d",
2630 (void) sm_snprintf(pbuf, sizeof(pbuf), "%d",
2635 (void) sm_snprintf(pbuf, sizeof(pbuf), "0");
2639 macid("{client_port}"), pbuf);
H A Dsrvrsmtp.c1391 char pbuf[8]; local
1393 (void) sm_snprintf(pbuf, sizeof(pbuf),
1397 macid("{auth_ssf}"), pbuf);

Completed in 32 milliseconds