Home
last modified time | relevance | path

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

/dports/mail/mess822/mess822-0.58/
H A Dmess822_quote.c62 int mess822_quoteplus(out,addr,comment) in mess822_quoteplus() function
118 return mess822_quoteplus(out,addr,comment);
141 if (!mess822_quoteplus(out,in->s + i + 1,comment ? in->s + comment : (char *) 0)) return 0;
H A Dmess822.h28 extern int mess822_quoteplus();
/dports/mail/serialmail/serialmail-0.75/
H A Dmess822.h28 extern int mess822_quoteplus();
/dports/mail/libspamtest/libspamtest/
H A Dmess822.h43 int mess822_quoteplus(stralloc *out,char *addr,char *comment);
H A Dmess822.c304 int mess822_quoteplus(stralloc *out,char *addr,char *comment) in mess822_quoteplus() function
354 return mess822_quoteplus(out,addr,comment); in mess822_quote()
375 if (!mess822_quoteplus(out,in->s + i + 1,comment ? in->s + comment : (char *) 0)) return 0; in mess822_quotelist()