Home
last modified time | relevance | path

Searched full:deliver (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/freebsd/contrib/sendmail/src/
H A DTRACEFLAGS16 10 deliver.c deliver
17 11 deliver.c openmailer, mailfile
19 13 deliver.c sendall, sendenvelope
23 17 deliver.c hostsignature
105 84 deliver.c timeout
116 90,>99 tls.c deliver.c Simulate error for OpenSSL functions related to DANE
H A Dsendmail.840 to deliver the message to the correct place.
47 is used only to deliver pre-formatted messages.
124 Deliver mail in the usual way (default).
150 Verify names only \- do not try to collect or deliver a message.
H A Ddeliver.c17 SM_RCSID("@(#)$Id: deliver.c,v 8.1030 2013-11-22 20:51:55 ca Exp $")
35 static int deliver __P((ENVELOPE *, ADDRESS *));
746 syserr("deliver: fork 1");
823 syserr("deliver: fork 2");
919 ** or if deliver-by time is exceeded.
1019 (void) deliver(e, q);
1446 sm_strlcat(cbuf, "deliver: ", sizeof(cbuf));
1607 ** DELIVER -- Deliver a message to a list of addresses.
1612 ** that it will deliver to all these addresses however -- so
1613 ** deliver should be called once for each address on the list.
[all …]
H A Dsavemail.c270 ** Deliver a non-delivery report to the
524 msg = "Unable to deliver mail";
722 /* actually deliver the error message */
1046 p = "Deliver-By notify: relayed";
1048 p = "Deliver-By trace: relayed";
1184 /* Deliver-By-Date: -- when it should have been delivered */
1191 "Deliver-By-Date: ",
1229 action = "relayed (Deliver-By trace mode)";
1231 action = "delayed (Deliver-By notify mode)";
1233 action = "relayed (Deliver-By notify mode)";
/freebsd/contrib/sendmail/cf/mailer/
H A Dcyrus.m439 ifdef(`CYRUS_MAILER_PATH',, `define(`CYRUS_MAILER_PATH', /usr/cyrus/bin/deliver)')
40 ifdef(`CYRUS_MAILER_ARGS',, `define(`CYRUS_MAILER_ARGS', `deliver -e -m $h -- $u')')
43 ifdef(`CYRUS_BB_MAILER_ARGS',, `define(`CYRUS_BB_MAILER_ARGS', `deliver -e -m $u')')
/freebsd/contrib/sqlite3/
H A Dsqlite3.160 .B insert into memos values('deliver project description', 10);
68 deliver project description|10
/freebsd/contrib/dma/
H A Ddma.877 Queue the mail, but do not attempt to deliver it.
178 Use this port to deliver remote emails.
183 will deliver all mails to this port, regardless of whether a smarthost is set
H A Ddma.c64 static void deliver(struct qitem *);
276 * return and deliver mail in go_background()
315 deliver(struct qitem *it) in deliver() function
346 "Could not deliver for the last %d seconds. Giving up.", in deliver()
384 deliver(it); in run_queue()
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml17 The per-core architected timer is attached to a GIC to deliver its
19 to deliver its interrupts via SPIs.
H A Darm,twd-timer.yaml17 The TWD is usually attached to a GIC to deliver its two per-processor
H A Darm,twd.txt7 The TWD is usually attached to a GIC to deliver its two per-processor
/freebsd/lib/libsys/
H A Drfork.288 If set, the kernel will deliver a specified signal to the parent
98 If set, the kernel will deliver SIGUSR1 instead of SIGCHLD upon thread
/freebsd/sys/dev/sfxge/common/
H A Def10_ev.c828 goto deliver; in ef10_ev_rx_packed_stream()
834 goto deliver; in ef10_ev_rx_packed_stream()
839 goto deliver; in ef10_ev_rx_packed_stream()
848 deliver: in ef10_ev_rx_packed_stream()
967 goto deliver; in ef10_ev_rx()
973 goto deliver; in ef10_ev_rx()
982 goto deliver; in ef10_ev_rx()
1063 deliver: in ef10_ev_rx()
/freebsd/contrib/sendmail/contrib/
H A Dqtool.849 immediately. No attempt will be made to deliver the messages.
109 Deliver by flag and deadline for DELIVERBY ESMTP extension.
H A Ddoublebounce.pl32 ## closest to us, and try to deliver a double-bounce report back to a
70 # to deliver to a postmaster. sendmail's exit status tells us
/freebsd/share/man/man4/
H A Dng_pptpgre.4148 as PPP protocol can not deliver reordered data.
158 Greater values allow the node to deliver packets being late after more
H A Dmulticast.4251 added, the kernel may deliver upcall messages (also called signals
652 kernel will still deliver an
758 * pass the threshold we deliver an upcall and we are done.
789 /* max. number of upcalls to deliver together */
940 deliver a signal if bw >= 1 packet, the first packet will trigger a
/freebsd/sys/dev/hyperv/vmbus/x86/
H A Dvmbus_x86.c96 * not deliver any more messages since there is no in vmbus_handle_timer_intr1()
107 * deliver another msg from the hypervisor in vmbus_handle_timer_intr1()
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_attach_mcast.348 the fabric's multicast routing is configured to deliver messages to
H A Dibv_create_comp_channel.335 essentially file descriptor that is used to deliver completion
/freebsd/contrib/tcpdump/
H A Datm.h27 * do not deliver a heading HEC byte
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Darm,twd-wdt.yaml17 The TWD is usually attached to a GIC to deliver its two per-processor
/freebsd/contrib/sendmail/cf/
H A DREADME346 LOCAL_MAILER_PATH [/bin/mail] The program used to deliver local mail.
349 LOCAL_MAILER_ARGS [mail -d $u] The arguments passed to deliver local
354 messages to deliver in a single connection. Only
365 LOCAL_SHELL_PATH [/bin/sh] The shell used to deliver piped email.
368 LOCAL_SHELL_ARGS [sh -c $u] The arguments passed to deliver "prog"
396 messages to deliver in a single connection for the
399 recipients to deliver in a single envelope for the
414 messages to deliver in a single connection for the
478 CYRUS_MAILER_PATH [/usr/cyrus/bin/deliver] The program used to deliver
480 CYRUS_MAILER_ARGS [deliver -e -m $h -- $u] The arguments passed
[all …]
/freebsd/sys/netgraph/
H A Dng_pptpgre.c685 /* Deliver packet */ in ng_pptpgre_xmit()
885 if (!gre->hasSeq) { /* no data to deliver */ in ng_pptpgre_rcvdata_lower()
914 goto deliver; \ in ng_pptpgre_rcvdata_lower()
952 * Then we correctly deliver the queue without growing it. in ng_pptpgre_rcvdata_lower()
1017 deliver: in ng_pptpgre_rcvdata_lower()
1045 /* Current packet has been queued, nothing to free/deliver. */ in ng_pptpgre_rcvdata_lower()
1169 * Deliver it and next packets in sequence, if any.
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rt5739.yaml13 The RT5739 is a step-down switching buck converter that can deliver the

12345678910>>...13