Home
last modified time | relevance | path

Searched refs:return_file (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/xfpovray/xfpovray-1.3.1/flx/flx_filebox/
H A Dflx_filebox.c76 static char return_file[FILENAME_MAX]; in flx_filebox() local
139 sprintf(return_file, "%s", fl_get_input (theForm->file_input)); in flx_filebox()
141 sprintf(return_file, "%s/%s", theForm->dir, in flx_filebox()
150 return ((char *) return_file); in flx_filebox()
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dpipe.c762 if (addr->return_file >= 0) in pipe_transport_entry()
763 if(write(addr->return_file, big_buffer, rc) != rc) in pipe_transport_entry()
769 if (addr->return_file >= 0) in pipe_transport_entry()
773 if(write(addr->return_file, message, rc) != rc) in pipe_transport_entry()
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dpipe.c762 if (addr->return_file >= 0) in pipe_transport_entry()
763 if(write(addr->return_file, big_buffer, rc) != rc) in pipe_transport_entry()
769 if (addr->return_file >= 0) in pipe_transport_entry()
773 if(write(addr->return_file, message, rc) != rc) in pipe_transport_entry()
/dports/mail/exim/exim-4.95/src/transports/
H A Dpipe.c762 if (addr->return_file >= 0) in pipe_transport_entry()
763 if(write(addr->return_file, big_buffer, rc) != rc) in pipe_transport_entry()
769 if (addr->return_file >= 0) in pipe_transport_entry()
773 if(write(addr->return_file, message, rc) != rc) in pipe_transport_entry()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dpipe.c762 if (addr->return_file >= 0) in pipe_transport_entry()
763 if(write(addr->return_file, big_buffer, rc) != rc) in pipe_transport_entry()
769 if (addr->return_file >= 0) in pipe_transport_entry()
773 if(write(addr->return_file, message, rc) != rc) in pipe_transport_entry()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dpipe.c762 if (addr->return_file >= 0) in pipe_transport_entry()
763 if(write(addr->return_file, big_buffer, rc) != rc) in pipe_transport_entry()
769 if (addr->return_file >= 0) in pipe_transport_entry()
773 if(write(addr->return_file, message, rc) != rc) in pipe_transport_entry()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dpipe.c762 if (addr->return_file >= 0) in pipe_transport_entry()
763 if(write(addr->return_file, big_buffer, rc) != rc) in pipe_transport_entry()
769 if (addr->return_file >= 0) in pipe_transport_entry()
773 if(write(addr->return_file, message, rc) != rc) in pipe_transport_entry()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dpipe.c762 if (addr->return_file >= 0) in pipe_transport_entry()
763 if(write(addr->return_file, big_buffer, rc) != rc) in pipe_transport_entry()
769 if (addr->return_file >= 0) in pipe_transport_entry()
773 if(write(addr->return_file, message, rc) != rc) in pipe_transport_entry()
/dports/mail/exim-monitor/exim-4.95/src/
H A Ddeliver.c1521 if (addr->return_file >= 0 && addr->return_filename) in post_process_one()
1525 (void)EXIMfsync(addr->return_file); in post_process_one()
1529 if (fstat(addr->return_file, &statbuf) == 0 && statbuf.st_size > 0) in post_process_one()
1582 addr->return_file = -1; in post_process_one()
1585 (void)close(addr->return_file); in post_process_one()
2252 if ((addr->return_file = open_msglog_file(addr->return_filename, 0400, &error)) < 0) in deliver_local()
3056 addr3->return_file = -1; in do_local_deliveries()
3163 addr2->return_file = addr->return_file; in do_local_deliveries()
7761 if (addr->return_file >= 0) in deliver_message()
H A Dstructs.h665 short int return_file; /* fileno of return data file */ member
/dports/mail/exim/exim-4.95/src/
H A Ddeliver.c1521 if (addr->return_file >= 0 && addr->return_filename) in post_process_one()
1525 (void)EXIMfsync(addr->return_file); in post_process_one()
1529 if (fstat(addr->return_file, &statbuf) == 0 && statbuf.st_size > 0) in post_process_one()
1582 addr->return_file = -1; in post_process_one()
1585 (void)close(addr->return_file); in post_process_one()
2252 if ((addr->return_file = open_msglog_file(addr->return_filename, 0400, &error)) < 0) in deliver_local()
3056 addr3->return_file = -1; in do_local_deliveries()
3163 addr2->return_file = addr->return_file; in do_local_deliveries()
7761 if (addr->return_file >= 0) in deliver_message()
H A Dstructs.h665 short int return_file; /* fileno of return data file */ member
/dports/mail/exim-mysql/exim-4.95/src/
H A Ddeliver.c1521 if (addr->return_file >= 0 && addr->return_filename) in post_process_one()
1525 (void)EXIMfsync(addr->return_file); in post_process_one()
1529 if (fstat(addr->return_file, &statbuf) == 0 && statbuf.st_size > 0) in post_process_one()
1582 addr->return_file = -1; in post_process_one()
1585 (void)close(addr->return_file); in post_process_one()
2252 if ((addr->return_file = open_msglog_file(addr->return_filename, 0400, &error)) < 0) in deliver_local()
3056 addr3->return_file = -1; in do_local_deliveries()
3163 addr2->return_file = addr->return_file; in do_local_deliveries()
7761 if (addr->return_file >= 0) in deliver_message()
H A Dstructs.h665 short int return_file; /* fileno of return data file */ member
H A Dglobals.c601 .return_file = -1,
/dports/mail/exim-postgresql/exim-4.95/src/
H A Ddeliver.c1521 if (addr->return_file >= 0 && addr->return_filename) in post_process_one()
1525 (void)EXIMfsync(addr->return_file); in post_process_one()
1529 if (fstat(addr->return_file, &statbuf) == 0 && statbuf.st_size > 0) in post_process_one()
1582 addr->return_file = -1; in post_process_one()
1585 (void)close(addr->return_file); in post_process_one()
2252 if ((addr->return_file = open_msglog_file(addr->return_filename, 0400, &error)) < 0) in deliver_local()
3056 addr3->return_file = -1; in do_local_deliveries()
3163 addr2->return_file = addr->return_file; in do_local_deliveries()
7761 if (addr->return_file >= 0) in deliver_message()
H A Dstructs.h665 short int return_file; /* fileno of return data file */ member
H A Dglobals.c601 .return_file = -1,
/dports/mail/exim-ldap2/exim-4.95/src/
H A Ddeliver.c1521 if (addr->return_file >= 0 && addr->return_filename) in post_process_one()
1525 (void)EXIMfsync(addr->return_file); in post_process_one()
1529 if (fstat(addr->return_file, &statbuf) == 0 && statbuf.st_size > 0) in post_process_one()
1582 addr->return_file = -1; in post_process_one()
1585 (void)close(addr->return_file); in post_process_one()
2252 if ((addr->return_file = open_msglog_file(addr->return_filename, 0400, &error)) < 0) in deliver_local()
3056 addr3->return_file = -1; in do_local_deliveries()
3163 addr2->return_file = addr->return_file; in do_local_deliveries()
7761 if (addr->return_file >= 0) in deliver_message()
H A Dstructs.h665 short int return_file; /* fileno of return data file */ member
/dports/mail/exim-sqlite/exim-4.95/src/
H A Ddeliver.c1521 if (addr->return_file >= 0 && addr->return_filename) in post_process_one()
1525 (void)EXIMfsync(addr->return_file); in post_process_one()
1529 if (fstat(addr->return_file, &statbuf) == 0 && statbuf.st_size > 0) in post_process_one()
1582 addr->return_file = -1; in post_process_one()
1585 (void)close(addr->return_file); in post_process_one()
2252 if ((addr->return_file = open_msglog_file(addr->return_filename, 0400, &error)) < 0) in deliver_local()
3056 addr3->return_file = -1; in do_local_deliveries()
3163 addr2->return_file = addr->return_file; in do_local_deliveries()
7761 if (addr->return_file >= 0) in deliver_message()
H A Dstructs.h665 short int return_file; /* fileno of return data file */ member
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Ddeliver.c1521 if (addr->return_file >= 0 && addr->return_filename) in post_process_one()
1525 (void)EXIMfsync(addr->return_file); in post_process_one()
1529 if (fstat(addr->return_file, &statbuf) == 0 && statbuf.st_size > 0) in post_process_one()
1582 addr->return_file = -1; in post_process_one()
1585 (void)close(addr->return_file); in post_process_one()
2252 if ((addr->return_file = open_msglog_file(addr->return_filename, 0400, &error)) < 0) in deliver_local()
3056 addr3->return_file = -1; in do_local_deliveries()
3163 addr2->return_file = addr->return_file; in do_local_deliveries()
7761 if (addr->return_file >= 0) in deliver_message()
H A Dstructs.h665 short int return_file; /* fileno of return data file */ member
H A Dglobals.c601 .return_file = -1,

12