Home
last modified time | relevance | path

Searched refs:blaze822_file (Results 1 – 6 of 6) sorted by relevance

/dports/mail/mblaze/mblaze-1.1/
H A Dmshow.c423 struct message *msg = blaze822_file(file); in list()
436 struct message *msg = blaze822_file(file); in reply()
575 struct message *msg = blaze822_file(file); in extract_cb()
711 msg = blaze822_file(file); in show()
H A Dblaze822.h16 struct message *blaze822_file(char *file); // header + body (read(2))
H A Dmagrep.c123 struct message *msg = blaze822_file(filename); in match_body()
H A Dmdeliver.c210 struct message *msg = blaze822_file(tmp); in deliver()
H A Dmsed.c104 struct message *msg = blaze822_file(file); in sed()
H A Dblaze822.c590 blaze822_file(char *file) in blaze822_file() function