Searched refs:putflags (Results 1 - 3 of 3) sorted by relevance
/sendmail/makemap/ |
H A D | makemap.c | 97 int putflags = 0; local 305 putflags = SMDBF_NO_OVERWRITE; 478 putflags);
|
/sendmail/editmap/ |
H A D | editmap.c | 94 int putflags = 0; local 360 putflags);
|
/sendmail/sendmail/ |
H A D | headers.c | 1959 int putflags; local 1962 putflags = PXLF_HEADER | PXLF_STRIPMQUOTE; 1964 putflags |= PXLF_STRIP8BIT; 1982 if (!putxline(obuf, strlen(obuf), mci, putflags)) 1993 return putxline(obuf, strlen(obuf), mci, putflags); 2008 ** putflags -- flags for putxline() 2018 commaize(h, p, oldstyle, mci, e, putflags) 2024 int putflags; 2041 putflags |= PXLF_STRIP8BIT; 2186 if (!putxline(obuf, strlen(obuf), mci, putflags)) [all...] |
Completed in 43 milliseconds