Home
last modified time | relevance | path

Searched refs:readlast (Results 1 – 7 of 7) sorted by relevance

/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dunmime.c236 int *readlast) in mime_makefield() argument
244 *readlast = 0; in mime_makefield()
372 int done=0, readlast, firstcont, loop2; in MIME_HANDLER() local
395 readlast = 0; override = 0; in MIME_HANDLER()
402 while(!readlast) { in MIME_HANDLER()
408 } else readlast = 1; in MIME_HANDLER()
790 int done=0, readlast, firstcont; in unmime_file() local
811 readlast = 0; in unmime_file()
818 if (readlast) inbody = 1; in unmime_file()
828 if (readlast) inbody = 1; in unmime_file()
[all …]
/dports/news/trn4/trn-4.0-test77/
H A Dlast.c26 readlast(); in last_init()
30 readlast() in readlast() function
H A Dlast.h15 void readlast _((void));
H A Drcstuff.c631 readlast();
1438 readlast();
/dports/emulators/hercules/hercules-3.13/
H A Dhetlib.h84 u_int readlast:1; /* TRUE=last i/o was read */ member
H A Dhetlib.c1079 if( !hetb->readlast ) in het_write_header()
1082 hetb->readlast = FALSE; in het_write_header()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ip/dhcpd/
H A Ddhcpd.c197 int readlast(int, Udphdr*, uchar*, int);
305 n = readlast(fd, &r.uh, r.buf, sizeof(r.buf)); in main()
1614 readlast(int fd, Udphdr *hdr, uchar *buf, int len) in readlast() function