Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 118) sorted by relevance

12345

/onnv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_mime.c280 STACK_OF(MIME_HEADER) *headers = NULL; in SMIME_read_PKCS7()
289 if (!(headers = mime_parse_hdr(bio))) { in SMIME_read_PKCS7()
294 if(!(hdr = mime_hdr_find(headers, "content-type")) || !hdr->value) { in SMIME_read_PKCS7()
295 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_PKCS7()
306 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_PKCS7()
311 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_PKCS7()
321 if (!(headers = mime_parse_hdr(p7in))) { in SMIME_read_PKCS7()
329 if(!(hdr = mime_hdr_find(headers, "content-type")) || in SMIME_read_PKCS7()
331 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_PKCS7()
338 sk_MIME_HEADER_pop_free(headers, mime_hdr_free); in SMIME_read_PKCS7()
[all …]
/onnv-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c210 char **headers) in build_headers() argument
288 *headers = calloc(len + 1, sizeof (char)); in build_headers()
290 (void) snprintf(*headers, len + 1, "%s: %s\n%s: %s\n%s: %s\n" in build_headers()
306 *headers = calloc(len + 1, sizeof (char)); in build_headers()
308 (void) snprintf(*headers, len + 1, "%s: %s\n%s: %s\n%s: %s\n" in build_headers()
323 *headers = calloc(len + 1, sizeof (char)); in build_headers()
325 (void) snprintf(*headers, len + 1, "%s: %s\n%s: %s\n%s: %s\n" in build_headers()
335 send_email(nd_hdl_t *nhdl, const char *headers, const char *body, in send_email() argument
352 if (fprintf(mp, "%s", headers) < 0) in send_email()
365 char *msg, *headers; in send_email_template() local
[all …]
/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnList.java114 public ColumnList(String[] headers, in ColumnList() argument
118 setHeaders(headers); in ColumnList()
306 public void setHeaders(String[] headers) { in setHeaders() argument
309 if (headers != null) { in setHeaders()
310 realHeaders = new String[headers.length]; in setHeaders()
311 names = new String[headers.length]; in setHeaders()
312 keys = new boolean[headers.length]; in setHeaders()
314 for (int h = 0; h < headers.length; h++) { in setHeaders()
316 int offset = headers[h].indexOf(/* NOI18N */ '='); in setHeaders()
318 names[h] = headers[h].substring(0, offset); in setHeaders()
[all …]
/onnv-gate/usr/src/cmd/mailx/misc/
H A Dmailx.rc51 # most mail headers are uninteresting to most people. here we ignore all
52 # the uninteresting headers that are at all common. a better approach
53 # might've been to retain only the interesting headers...
55 # ignore uninteresting headers
59 # ignore headers from news
64 # ignore strange headers from other mail systems
70 # ignore content headers, but they'll still be saved
73 # ignore common non-standard headers
H A Dmailx.help19 header [message] print page of active message headers
30 Print,Type [msglist] print messages with all headers
46 write [msglist] file write messages without headers
48 z [+/-] display next [last] page of 10 headers
/onnv-gate/usr/src/lib/libkstat/common/
H A Dkstat.c222 kstat_t k0, *headers, *oksp, *nksp, **okspp, *next; in kstat_chain_update() local
251 headers = k0.ks_data; in kstat_chain_update()
257 headers[i - 1].ks_next = &headers[i]; in kstat_chain_update()
259 headers[k0.ks_ndata - 1].ks_next = NULL; in kstat_chain_update()
264 nksp = headers; in kstat_chain_update()
286 free(headers); in kstat_chain_update()
296 free(headers); in kstat_chain_update()
/onnv-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c150 void *buf, uint_t buflen, scsi_ms_hdrs_t *headers, uint_t *skp, in scsi_mode_select() argument
160 assert(headers->ms_length == sip->si_cdblen); in scsi_mode_select()
173 headers->ms_hdr.g0.ms_header.length = 0; in scsi_mode_select()
174 headers->ms_hdr.g0.ms_header.device_specific = 0; in scsi_mode_select()
179 &headers->ms_hdr.g0, &sense, &senselen); in scsi_mode_select()
183 &headers->ms_hdr.g0, &sense, &senselen); in scsi_mode_select()
186 headers->ms_hdr.g1.ms_header.length = 0; in scsi_mode_select()
187 headers->ms_hdr.g1.ms_header.device_specific = 0; in scsi_mode_select()
192 &headers->ms_hdr.g1, &sense, &senselen); in scsi_mode_select()
196 &headers->ms_hdr.g1, &sense, &senselen); in scsi_mode_select()
[all …]
/onnv-gate/usr/src/lib/pyzfs/common/
H A Dtable.py51 def printme(self, headers=True): argument
52 if headers:
60 if not headers:
/onnv-gate/usr/src/lib/libast/common/comp/
H A Dconf.sh191 headers=
224 headers=$headers$nl#include$sp'<'$1'>'
230 headers=$headers$nl#include$sp'<'$1'>'
280 eval CONF_headers_${key}='$'headers
300 …dard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script…
634 …dard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script…
789 #include <unistd.h>$systeminfo$headers
817 #include <unistd.h>$systeminfo$headers
858 #include <unistd.h>$systeminfo$headers
1096 #include <unistd.h>$systeminfo$headers
[all …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap.t72 my %headers = (
105 for my $header ( sort keys %headers ) {
106 my $expect = $headers{$header};
/onnv-gate/usr/src/lib/libbsm/
H A Dauditxml97 my %headers = ();
342 foreach my $header (keys %headers) {
490 foreach my $header (sort keys %headers) {
515 foreach my $header (sort keys %headers) {
522 foreach my $header (keys %headers) {
1074 $headers{$header_index} = $header_index;
1086 foreach $header (sort keys %headers) {
1109 foreach $header (sort keys %headers) {
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DSMIME_write_PKCS7.pod13 SMIME_write_PKCS7() adds the appropriate MIME headers to a PKCS#7
29 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain>
H A DPKCS7_sign.pod26 Many S/MIME clients expect the signed content to include valid MIME headers. If
27 the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> are prepended
H A DPKCS7_decrypt.pod28 If the B<PKCS7_TEXT> flag is set MIME headers for type B<text/plain> are deleted
/onnv-gate/usr/src/cmd/sgs/prof/sparc/
H A DREADME35 Thus to clean up the build, only the object files and headers that prof
38 lprof directory. The follow source files and headers where copied into the
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Dsmime.pod116 this option adds plain text (text/plain) MIME headers to the supplied
118 off text headers: if the decrypted or verified message is not of MIME
229 the relevant mail headers. These are included outside the signed
239 headers and the output. Some mail programs will automatically add
244 necessary MIME headers or many S/MIME clients wont display it
246 add plain text headers.
311 Send a signed message under Unix directly to sendmail, including headers:
335 being encrypted already has MIME headers.
/onnv-gate/usr/src/lib/libnsl/
H A DREADME.build24 If you bringover only usr/src/lib/libnsl, you must do "make headers"
/onnv-gate/usr/src/pkg/transforms/
H A Dglobal_zone_only_component48 # You DO NOT need to specify __NODEFAULT for man pages, headers, or
69 # pages and headers.
/onnv-gate/usr/src/lib/libxnet/common/
H A Dllib-lxnet39 * Slurp the interfaces out of the official UNIX98 networking headers.
/onnv-gate/usr/src/psm/stand/bootblks/common/
H A Dboot.fth35 headers
81 headers
93 \ zfs bootblks with all headers exceeds 7.5k
151 headers
445 headers
608 headers
/onnv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME40 kernel/netsmb uts/common/netsmb (exported headers)
/onnv-gate/usr/src/cmd/sendmail/src/
H A DMakefile35 deliver.o domain.o envelope.o err.o headers.o macro.o main.o map.o \
H A DREAD_ME55 headers.c Routines to process message headers.
/onnv-gate/usr/src/lib/efcode/fcode_test/
H A Dtest.fth28 alias headerless headers
/onnv-gate/usr/src/cmd/mailx/
H A Dcmd1.c68 headers(int *msgvec) in headers() function
143 return (headers(cur)); in scroll()

12345