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

/sendmail/sendmail/
H A Dparseaddr.c3092 char buf0[MAXLINE]; local
3107 if (bufsize > sizeof(buf0))
3111 buf = buf0;
3112 bufsize = sizeof(buf0);
3119 if (bufsize > sizeof(buf0))
3123 buf = buf0;
3124 bufsize = sizeof(buf0);
3259 if (buf != buf0)
3308 char buf0[MAXLINE]; local
3323 if (bufsize > sizeof(buf0))
[all...]
H A Drecipient.c470 char buf0[MAXNAME + 1]; /* unquoted image of the user name */ local
635 if (i >= sizeof(buf0))
642 buf = buf0;
643 buflen = sizeof(buf0);
1078 if (buf != buf0)
1129 (void) sm_snprintf(buf0, sizeof(buf0), "%d", e->e_nrcpts);
1130 macdefine(&e->e_macro, A_TEMP, macid("{nrcpts}"), buf0);
H A Dconf.c5388 char buf0[MAXLINE]; local
5398 buf = buf0;
5399 bufsize = sizeof(buf0);
5415 if (buf != buf0)
5467 if (buf != buf0)
5546 if (buf != buf0)

Completed in 55 milliseconds