Home
last modified time | relevance | path

Searched refs:buf0 (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
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 …]
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);
Dconf.c5395 char buf0[MAXLINE]; local
5405 buf = buf0;
5406 bufsize = sizeof(buf0);
5422 if (buf != buf0)
5474 if (buf != buf0)
5553 if (buf != buf0)
/mirbsd/src/usr.sbin/pppd/chat/
Dchat.c1508 char *str, *buf0; local
1514 buf0 = buf;
1689 return buf - buf0;
/mirbsd/src/usr.sbin/pppd/
Dmain.c1447 char *str, *f, *buf0; local
1453 buf0 = buf;
1637 return buf - buf0;