Home
last modified time | relevance | path

Searched refs:Textlist (Results 1 – 25 of 48) sorted by relevance

12

/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dtextlist.c37 void tl_fput(FILE * fp, Textlist * list) in tl_fput()
97 void tl_init(Textlist * list) in tl_init()
106 void tl_clear(Textlist * list) in tl_clear()
122 void tl_free(Textlist *list) in tl_free()
130 void tl_append(Textlist * list, char *s) in tl_append()
211 long tl_size(Textlist * list) in tl_size()
224 void tl_addtl(Textlist * d, Textlist * s) in tl_addtl()
232 void tl_addtl_move(Textlist *d, Textlist *s) in tl_addtl_move()
271 int tl_copy(Textlist * dst, Textlist * src) in tl_copy()
280 Textlist *tl_dup(Textlist *src) in tl_dup()
[all …]
H A Drfcheader.c41 Textlist *headers = &header->headers; in header_ca_rfc()
148 static RFCHeader *header_new(Textlist *tl) in header_new()
174 Textlist *headers; in header_read()
206 RFCHeader *header_read_list(Textlist *body) in header_read_list()
212 Textlist *headers; in header_read_list()
249 int header_delete_from_body(Textlist * body) in header_delete_from_body()
276 Textlist *headers = &header->headers; in header_hops()
293 static char *header_get_from_tl(RFCHeader *header, Textlist *tl, char *name) in header_get_from_tl()
316 char *rfcheader_get(Textlist *tl, char *name) in rfcheader_get()
344 Textlist *tl = &header->headers; in header_geth()
[all …]
H A Dmime.c846 void mime_b64_encode_tl(Textlist * in, Textlist * out) in mime_b64_encode_tl()
941 void mime_qp_encode_tl(Textlist * in, Textlist * out) in mime_qp_encode_tl()
1506 static Textlist *mime_debody_qp(Textlist * body) in mime_debody_qp()
1511 Textlist *dec_body; in mime_debody_qp()
1566 static Textlist *mime_debody_base64(Textlist * body) in mime_debody_base64()
1640 static Textlist *mime_debody_section(Textlist *body, RFCHeader* header,
1643 static Textlist *mime_debody_multipart(Textlist * body, MIMEInfo * mime, in mime_debody_multipart()
1737 static Textlist *mime_debody_section(Textlist *body, RFCHeader *header, in mime_debody_section()
1741 Textlist *dec_body; in mime_debody_section()
1780 Textlist *mime_body_dec(Textlist *body, RFCHeader *header, in mime_body_dec()
[all …]
H A Dkludge.c42 Textlist *list; in kludge_pt_intl()
86 char *kludge_get(Textlist * tl, char *name, Textline ** ptline) in kludge_get()
H A Dbounce.c45 Textlist * body, RFCHeader *h) in print_file_subst()
136 Textlist * body, RFCHeader *h) in bounce_mail()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/include/
H A Dprototypes.h373 Textlist *mime_body_dec(Textlist *, RFCHeader *, char *, char *);
375 void mime_b64_encode_tl(Textlist * in, Textlist * out);
376 void mime_qp_encode_tl(Textlist * in, Textlist * out);
640 void tl_init(Textlist *);
647 void tl_clear(Textlist *);
648 long tl_size(Textlist *);
649 void tl_addtl(Textlist *, Textlist *);
652 int tl_copy(Textlist *, Textlist *);
658 Textlist *tl_dup(Textlist *);
659 void tl_free(Textlist *);
[all …]
H A Dstructs.h57 } Textlist; typedef
60 Textlist *list;
110 Textlist x_hdr; /* -X "Xtra: xyz" extra RFC headers */
394 Textlist body; /* text body */
397 Textlist seenby; /* EchoMail: SEEN-BY lines */
398 Textlist path; /* EchoMail: ^APATH lines */
399 Textlist via; /* NetMail: ^AVia lines */
412 Textlist desc; /* Description (multiple lines) */
413 Textlist ldesc; /* Description (multiple lines) */
422 Textlist app; /* Application specific */
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/common/
H A Dtextlist.c40 int tl_fput(FILE *fp, Textlist *list) in tl_fput()
55 void tl_add(Textlist *list, Textline *line) in tl_add()
74 void tl_remove(Textlist *list, Textline *line) in tl_remove()
97 void tl_delete(Textlist *list, Textline *line) in tl_delete()
108 void tl_init(Textlist *list) in tl_init()
119 void tl_clear(Textlist *list) in tl_clear()
139 void tl_append(Textlist *list, char *s) in tl_append()
158 void tl_appendf(Textlist *list, char *fmt, ...) in tl_appendf()
186 int tl_print(Textlist *list, FILE *fp) in tl_print()
218 long tl_size(Textlist *list) in tl_size()
[all …]
H A Dkludge.c45 Textlist *list; in kludge_pt_intl()
94 char *kludge_getn(Textlist *tl, char *name, Textline **ptline, int first) in kludge_getn()
139 char *kludge_get(Textlist *tl, char *name, Textline **ptline) in kludge_get()
H A Dbounce.c52 int print_file_subst(FILE *in, FILE *out, Message *msg, char *rfc_to, Textlist *body) in print_file_subst()
143 int bounce_mail(char *reason, RFCAddr *addr_from, Message *msg, char *rfc_to, Textlist *body) in bounce_mail()
H A Drfcheader.c40 static Textlist header = { NULL, NULL };
161 char *rfcheader_get(Textlist *tl, char *name) in rfcheader_get()
205 char *rfcheader_geth(Textlist *tl, char *name, int first) in rfcheader_geth()
/dports/news/fidogate4/fidogate-4.4.10/src/include/
H A Dstructs.h46 } Textlist; typedef
316 Textlist kludge; /* ^A kludges at start of message */
317 Textlist rfc; /* RFC headers at start of message */
318 Textlist body; /* text body */
321 Textlist seenby; /* EchoMail: SEEN-BY lines */
322 Textlist path; /* EchoMail: ^APATH lines */
323 Textlist via; /* NetMail: ^AVia lines */
339 Textlist desc; /* Description (multiple lines) */
340 Textlist ldesc; /* Description (multiple lines) */
344 Textlist path; /* Path (TL because of extra stuff) */
[all …]
H A Dprototypes.h122 char *, Textlist *);
300 int pkt_get_body (FILE *, Textlist *);
537 int tl_fput (FILE *, Textlist *);
538 void tl_add (Textlist *, Textline *);
539 void tl_remove (Textlist *, Textline *);
541 void tl_init (Textlist *);
542 void tl_append (Textlist *, char *);
545 int tl_print (Textlist *, FILE *);
547 void tl_clear (Textlist *);
548 long tl_size (Textlist *);
[all …]
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/areafix/
H A Dftnaf.c56 void areafix_do(Node * node, char *subj, Textlist *, Textlist *);
57 int areafix_do_cmd(Node *, char *, Textlist *, Textlist *);
66 void send_request(Textlist *);
99 Textlist tl, out; in do_mail()
211 Textlist req; in main()
H A Dftnafpkt.c49 void areafix_do(Node * node, char *subj, Textlist *, Textlist *);
76 Textlist outbody; in do_netmail()
81 Textlist tmp; in do_netmail()
187 Textlist tl; /* Textlist for message body */ in do_packet()
H A Dareafix.c63 int areafix_do_cmd(Node *, char *, Textlist *, Textlist *);
74 int cmd_sub(Node *, char *, Textlist *);
75 int cmd_unsub(Node *, char *, Textlist *);
80 int cmd_active(Node *, char *, Textlist *);
136 static Textlist *areafix_otl = NULL;
443 void areafix_do(Node * node, char *subj, Textlist * tl, Textlist * out) in areafix_do()
449 Textlist upl; in areafix_do()
524 int areafix_do_cmd(Node * node, char *line, Textlist * out, Textlist * upl) in areafix_do_cmd()
2136 void send_request(Textlist * upl) in send_request()
2140 Textlist out, send; in send_request()
[all …]
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/util/
H A Dftngenpkt.c57 Textlist kludges;
70 Textlist seenby;
128 static void tl_recode(Textlist * tl, char *charset) in tl_recode()
240 static int pkt_put_body(FILE * fp, struct cfg *cfg, Textlist * body) in pkt_put_body()
269 static void body_recode(Textlist * body, char *charset) in body_recode()
274 static int _packet_write(struct cfg *cfg, Textlist * body, FILE * fp) in _packet_write()
335 static int packet_write(struct cfg *cfg, Textlist * body) in packet_write()
557 static int body_read(Textlist * body, struct cfg *cfg, in body_read()
602 Textlist body; in main()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/gate/
H A Dftn2rfc.c42 char *get_from(Textlist *, Textlist *);
44 char *get_to(Textlist *);
45 char *get_cc(Textlist *);
46 char *get_bcc(Textlist *);
47 char *get_subject(Textlist *);
144 char *get_from(Textlist * rfc, Textlist * kludge) in get_from()
176 char *get_to(Textlist * tl) in get_to()
181 char *get_cc(Textlist * tl) in get_cc()
186 char *get_bcc(Textlist * tl) in get_bcc()
466 static void ftn2rfc_finish_mime(Textlist * hdr, Textlist * body, in ftn2rfc_finish_mime()
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/gate/
H A Dftn2rfc.c49 char *get_from (Textlist *, Textlist *);
50 char *get_reply_to (Textlist *);
51 char *get_to (Textlist *);
52 char *get_cc (Textlist *);
53 char *get_bcc (Textlist *);
144 char *get_from(Textlist *rfc, Textlist *kludge) in get_from()
163 char *get_reply_to(Textlist *tl) in get_reply_to()
168 char *get_to(Textlist *tl) in get_to()
173 char *get_cc(Textlist *tl) in get_cc()
178 char *get_bcc(Textlist *tl) in get_bcc()
[all …]
/dports/news/fidogate4/fidogate-4.4.10/src/areafix/
H A Dftnafpkt.c54 int areafix_do (Node *node, char *subj, Textlist*, Textlist*);
56 int areafix_do_cmd (Node *, char *, Textlist *);
84 Textlist outbody; in do_netmail()
135 Textlist tl; /* Textlist for message body */ in do_packet()
H A Dftnafutil.c53 int areafix_do (Node *node, char *subj, Textlist*, Textlist*);
55 int areafix_do_cmd (Node *, char *, Textlist *);
78 Textlist outbody; in do_mail()
H A Dftnaf.c64 int areafix_do (Node *node, char *subj, Textlist*, Textlist*);
66 int areafix_do_cmd (Node *, char *, Textlist *);
154 Textlist tl, out; in do_mail()
/dports/news/fidogate4/fidogate-4.4.10/src/toss/
H A Dftn2ftn.c46 void add_via (Textlist *, Node *);
72 void add_via(Textlist *list, Node *gate) in add_via()
176 Textlist tl; in unpack()
/dports/news/fidogate4/fidogate-4.4.10/src/util/
H A Dftnoutpkt.c47 int do_addr(FTNAddr *from, FTNAddr *to, char *subj, Textlist *tl) in do_addr()
110 Textlist tl; in main()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/toss/
H A Dftn2ftn.c41 void add_via(Textlist *, Node *);
62 void add_via(Textlist * list, Node * gate) in add_via()
162 Textlist tl; in unpack()

12