/freebsd/contrib/sendmail/src/ |
H A D | sendmail.h | 364 typedef struct envelope ENVELOPE; typedef 480 #define QS_CLONED 9 /* addr cloned to split envelope */ 527 extern char *crackaddr __P((char *, ENVELOPE *)); 530 extern int include __P((char *, bool, ADDRESS *, ADDRESS **, int, ENVELOPE *)); 533 ENVELOPE *, bool)); 536 extern ADDRESS *recipient __P((ADDRESS *, ADDRESS **, int, ENVELOPE *)); 537 extern char *remotename __P((char *, MAILER *, int, int *, ENVELOPE *)); 538 extern int rewrite __P((char **, int, int, ENVELOPE *, int)); 540 extern int sendtolist __P((char *, ADDRESS *, ADDRESS **, int, ENVELOPE *)); 542 extern int removefromlist __P((char *, ADDRESS **, ENVELOPE *)); [all …]
|
H A D | envelope.c | 17 SM_RCSID("@(#)$Id: envelope.c,v 8.313 2013-11-22 20:51:55 ca Exp $") 20 ** CLRSESSENVELOPE -- clear session oriented data in an envelope 23 ** e -- the envelope to clear. 31 ENVELOPE *e; 53 ** NEWENVELOPE -- fill in a new envelope 58 ** e -- the new envelope to fill in. 59 ** parent -- the envelope to be the parent of e. 61 ** from which envelope memory is allocated, and 62 ** to which envelope resources are attached. 71 ENVELOPE * [all …]
|
H A D | milter.c | 37 static void milter_error __P((struct milter *, ENVELOPE *)); 38 static int milter_open __P((struct milter *, bool, ENVELOPE *)); 41 ENVELOPE *, const char *)); 43 ENVELOPE *, const char *)); 45 time_t, ENVELOPE *, const char *)); 47 ssize_t, ENVELOPE *, char *, const char *)); 49 ENVELOPE *, char *, const char *, bool)); 50 static char *milter_body __P((struct milter *, ENVELOPE *, char *)); 51 static int milter_reopen_df __P((ENVELOPE *)); 52 static int milter_reset_df __P((ENVELOPE *)); [all …]
|
H A D | collect.c | 20 static void eatfrom __P((char *volatile, ENVELOPE *)); 21 static void collect_doheader __P((ENVELOPE *)); 22 static SM_FILE_T *collect_dfopen __P((ENVELOPE *)); 23 static SM_FILE_T *collect_eoh __P((ENVELOPE *, int, int)); 33 ** e -- envelope 42 ** envelope state is updated. 50 ENVELOPE *e; in collect_eoh() 83 ** e -- envelope 89 ** envelope state is updated. 95 ENVELOPE *e; in collect_doheader() [all …]
|
H A D | ratectrl.h | 123 extern void connection_rate_check __P((SOCKADDR *, ENVELOPE *)); 124 extern int conn_limits __P((ENVELOPE *, time_t, SOCKADDR *, int, CHash_T *, int, int)); 125 extern bool occ_exceeded __P((ENVELOPE *, MCI *, const char *, SOCKADDR *)); 126 extern bool occ_close __P((ENVELOPE *, MCI *, const char *, SOCKADDR *));
|
H A D | queue.c | 56 static char queue_letter __P((ENVELOPE *, int)); 57 static bool quarantine_queue_item __P((int, int, ENVELOPE *, char *)); 141 static bool readqf __P((ENVELOPE *, bool)); 143 static void runner_work __P((ENVELOPE *, int, bool, int, int)); 146 static ADDRESS *setctluser __P((char *, int, ENVELOPE *)); 326 ** Z original envelope id from ESMTP 336 ** e -- the envelope to queue up. 352 register ENVELOPE *e; in queueup() 660 /* message from envelope, if it exists */ 1489 static ENVELOPE QueueEnvelope; /* the queue run envelope */ [all …]
|
H A D | usersmtp.c | 20 static void esmtp_check __P((char *, bool, MAILER *, MCI *, ENVELOPE *)); 21 static void helo_options __P((char *, bool, MAILER *, MCI *, ENVELOPE *)); 22 static int smtprcptstat __P((ADDRESS *, MAILER *, MCI *, ENVELOPE *)); 47 ** SMTPCCLRSE -- clear session related data in envelope 50 ** e -- the envelope. 58 ENVELOPE *e; in smtpclrse() 84 ** e -- the envelope. 98 ENVELOPE *e; 323 ** e -- the envelope. 335 ENVELOPE *e; [all …]
|
H A D | macro.c | 131 ENVELOPE *e; in initmacros() 168 ** e -- envelope in which to work. 174 static void doexpand __P(( char *, char *, size_t, int, ENVELOPE *)); 182 ENVELOPE *e; 352 ENVELOPE *e; 405 ** or (in the case of an envelope macro) 407 ** -- in the case of an envelope macro, 408 ** value is a string member of the envelope 540 ** e -- envelope in which to start looking for the macro. 552 ENVELOPE *e;
|
H A D | headers.c | 21 static size_t fix_mime_header __P((HDR *, ENVELOPE *)); 58 ** e -- the envelope including this header. 69 static unsigned long dochompheader __P((char *, int, HDR **, ENVELOPE *)); 76 ENVELOPE *e; 505 ** e -- the envelope including this header. 520 register ENVELOPE *e; 627 ** e -- envelope. 634 ** adds the field on the list of headers for this envelope. 645 ENVELOPE *e; 674 ** e -- envelope. [all …]
|
H A D | TRACEFLAGS | 58 45 envelope.c setsender 59 46 envelope.c openxscript 64 50 envelope.c dropenvelope
|
H A D | deliver.c | 35 static int deliver __P((ENVELOPE *, ADDRESS *)); 37 static void dup_queue_file __P((ENVELOPE *, ENVELOPE *, int)); 45 static void sendenvelope __P((ENVELOPE *, int)); 52 static int starttls __P((MAILER *, MCI *, ENVELOPE *, bool, dane_vrfy_ctx_P)); 66 static int starttls __P((MAILER *, MCI *, ENVELOPE *, bool)); 72 static bool iscltflgset __P((ENVELOPE *, int)); 155 ** e -- the envelope to send. 171 ENVELOPE *e; in sendall() 178 register ENVELOPE *ee; 179 ENVELOPE *splitenv = NULL; [all …]
|
H A D | sendmail.8 | 193 (i.e., the envelope sender of the mail). 196 The envelope sender address is used as the recipient 400 Set the original envelope id. 596 adds a To: header with the envelope recipients, 598 adds an Apparently-To: header with the envelope recipients,
|
/freebsd/contrib/sendmail/include/libmilter/ |
H A D | mfapi.h | 123 /* envelope sender filter */ 126 /* envelope recipient filter */ 190 #define SMFIF_QUARANTINE 0x00000020L /* filter may quarantine envelope */ 192 /* filter may change "from" (envelope sender) */ 258 ** although in other cases (e.g., when processing an envelope 307 /* envelope sender filter */ 311 ** xxfi_envfrom(ctx, argv) Invoked on envelope from 318 /* envelope recipient filter */ 322 ** xxfi_envrcpt(ctx, argv) Invoked on each envelope recipient 376 ** envelope. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | envelope-detector.yaml | 4 $id: http://devicetree.org/schemas/iio/adc/envelope-detector.yaml# 7 title: ADC envelope detector using a DAC and a comparator 32 const: axentia,tse850-envelope-detector 77 envelope-detector { 78 compatible = "axentia,tse850-envelope-detector";
|
H A D | envelope-detector.txt | 1 Bindings for ADC envelope detector using a DAC and a comparator 21 - compatible: Should be "axentia,tse850-envelope-detector" 46 envelope-detector { 47 compatible = "axentia,tse850-envelope-detector";
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_SealInit.pod | 5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption 20 The EVP envelope routines are a high-level interface to envelope 22 "envelope" it by using public key encryption. Data can then be 65 Envelope encryption is the usual method of using public key encryption
|
H A D | EVP_OpenInit.pod | 5 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption 19 The EVP envelope routines are a high-level interface to envelope
|
/freebsd/contrib/wpa/src/utils/ |
H A D | xml-utils.c | 445 xml_node_t *envelope, *body; in soap_build_envelope() local 448 envelope = xml_node_create_root( in soap_build_envelope() 449 ctx, "http://www.w3.org/2003/05/soap-envelope", "soap12", &ns, in soap_build_envelope() 450 "Envelope"); in soap_build_envelope() 451 if (envelope == NULL) in soap_build_envelope() 453 body = xml_node_create(ctx, envelope, ns, "Body"); in soap_build_envelope() 455 return envelope; in soap_build_envelope() 463 body = get_node_uri(ctx, soap, "Envelope/Body"); in soap_get_body()
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | EVP_SealInit.3 | 140 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal \- EVP envelope encryption 155 The \s-1EVP\s0 envelope routines are a high-level interface to envelope 157 \&\*(L"envelope\*(R" it by using public key encryption. Data can then be 198 Envelope encryption is the usual method of using public key encryption
|
H A D | EVP_OpenInit.3 | 140 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal \- EVP envelope decryption 154 The \s-1EVP\s0 envelope routines are a high-level interface to envelope
|
/freebsd/contrib/sendmail/cf/mailer/ |
H A D | uucp.m4 | 30 # envelope and header sender rewriting 52 # envelope recipient rewriting 88 # envelope sender rewriting for uucp-dom mailer 99 # envelope sender rewriting for uucp-uudom mailer 152 # domain-ized UUCP mailer with UUCP-style sender envelope
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | printer | 122 >3 string \&l80A - Monarch envelope size 123 >3 string \&l81A - No. 10 envelope size 124 >3 string \&l90A - Intl. DL envelope size 125 >3 string \&l91A - Intl. C5 envelope size 126 >3 string \&l100A - Intl. B5 envelope size 127 >3 string \&l-81A - No. 10 envelope size (landscape) 128 >3 string \&l-90A - Intl. DL envelope size (landscape)
|
/freebsd/contrib/sendmail/contrib/ |
H A D | qtool.8 | 112 Original envelope id form ESMTP. 138 envelope has DSN RET= parameter 164 Envelope status message.
|
/freebsd/release/scripts/ |
H A D | box.ovf | 2 <Envelope ovf:version="1.0" xml:lang="en-US" xmlns="http://schemas.dmtf.org/ovf/envelope/1" xmlns:o… 226 </Envelope>
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_irig.c | 44 * signal filters for IRIG-B and IRIG-E, a comb filter, envelope 219 double exing; /* envelope phase */ 239 double envmin, envmax; /* envelope min and max */ 240 double slice; /* envelope slice level */ 241 double intmin, intmax; /* integrated envelope min and max */ 249 int envphase; /* envelope phase */ 250 int envptr; /* envelope phase pointer */ 251 int envsw; /* envelope state */ 252 int envxing; /* envelope slice crossing */ 597 double env; /* envelope detecto in irig_base() [all...] |