Home
last modified time | relevance | path

Searched refs:mess822_quote (Results 1 – 10 of 10) sorted by relevance

/dports/mail/mess822/mess822-0.58/
H A DTARGETS12 mess822_quote.o
173 mess822_quote.0
H A Dmess822.h29 extern int mess822_quote();
H A Dquote.c35 if (!mess822_quote(&quoted,addr.s,comment)) nomem();
H A DFILES47 mess822_quote.3
48 mess822_quote.c
H A Dnew-inject.c211 if (!mess822_quote(&tmp,sender.s,(char *) 0)) nomem(); in envelope_print()
218 if (!mess822_quote(&tmp,recipients.s + i,(char *) 0)) nomem(); in envelope_print()
258 if (!mess822_quote(&tmp,tmp2.s,config(&name) ? config_data(&name)->s : (char *) 0)) nomem(); in from_print()
H A Dmess822_quote.c112 int mess822_quote(out,addr,comment) in mess822_quote() function
H A Dofmipd.c279 if (!mess822_quote(&tmp,mailfrom.s,name)) nomem(); in finishheader()
/dports/mail/serialmail/serialmail-0.75/
H A Dmess822.h29 extern int mess822_quote();
/dports/mail/libspamtest/libspamtest/
H A Dmess822.h44 int mess822_quote(stralloc *out,char *addr,char *comment);
H A Dmess822.c351 int mess822_quote(stralloc *out,char *addr,char *comment) in mess822_quote() function