Home
last modified time | relevance | path

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

1234

/titanic_52/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c204 * This function constructs all the email headers and puts them into the
205 * "headers" buffer handle. The caller is responsible for free'ing this
210 char **headers) in build_headers() argument
262 * Here we add some X-headers to our mail message for use by mail in build_headers()
263 * filtering agents. We add headers for the following bits of event in build_headers()
272 * For SMF transition events, we'll have the following add'l X-headers in build_headers()
278 * We follow the X-headers with standard Reply-To and Subject headers. in build_headers()
288 *headers = calloc(len + 1, sizeof (char)); in build_headers()
290 (void) snprintf(*headers, le in build_headers()
335 send_email(nd_hdl_t * nhdl,const char * headers,const char * body,const char * recip) send_email() argument
365 char *msg, *headers; send_email_template() local
567 char *body_fmt, *headers = NULL, *body = NULL, tstamp[32]; irpt_cbfunc() local
698 char *body = NULL, *headers = NULL; listev_cb() local
[all...]
/titanic_52/usr/src/cmd/mailx/misc/
H A Dmailx.rc47 # most mail headers are uninteresting to most people. here we ignore all
48 # the uninteresting headers that are at all common. a better approach
49 # might've been to retain only the interesting headers...
51 # ignore uninteresting headers
55 # ignore headers from news
60 # ignore strange headers from other mail systems
66 # ignore content headers, but they'll still be saved
69 # 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
/titanic_52/usr/src/lib/libkstat/common/
H A Dkstat.c221 kstat_t k0, *headers, *oksp, *nksp, **okspp, *next; in kstat_chain_update() local
250 headers = k0.ks_data; in kstat_chain_update()
253 * Chain the new headers together in kstat_chain_update()
256 headers[i - 1].ks_next = &headers[i]; in kstat_chain_update()
258 headers[k0.ks_ndata - 1].ks_next = NULL; in kstat_chain_update()
263 nksp = headers; in kstat_chain_update()
285 free(headers); in kstat_chain_update()
295 free(headers); in kstat_chain_update()
/titanic_52/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 in scsi_mode_select()
207 scsi_mode_sense(ds_scsi_info_t * sip,uchar_t page_code,uchar_t pc,void * buf,uint_t buflen,scsi_ms_hdrs_t * headers,uint_t * skp,uint_t * ascp,uint_t * ascqp) scsi_mode_sense() argument
338 scsi_ms_hdrs_t headers; load_modepages() local
[all...]
/titanic_52/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.sh207 headers=
240 headers=$headers$nl#include$sp'<'$1'>'
246 headers=$headers$nl#include$sp'<'$1'>'
296 eval CONF_headers_${key}='$'headers
315 eval headers=\"'$'CONF_headers_$key\"
316 printf "%29s %35s %8s %2s %1d %5s %s$nl" "$name" "$key" "$standard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script:+$sp$ob$script$nl$cb}"
531 headers
[all...]
/titanic_52/usr/src/lib/pyzfs/common/
H A Dtable.py54 def printme(self, headers=True): argument
55 if headers:
63 if not headers:
/titanic_52/usr/src/lib/libbsm/
H A Dauditxml100 my %headers = ();
345 foreach my $header (keys %headers) {
493 foreach my $header (sort keys %headers) {
518 foreach my $header (sort keys %headers) {
525 foreach my $header (keys %headers) {
1077 $headers{$header_index} = $header_index;
1089 foreach $header (sort keys %headers) {
1112 foreach $header (sort keys %headers) {
/titanic_52/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
/titanic_52/usr/src/contrib/ast/src/lib/libast/astsa/
H A DREADME-astsa9 astsa.omk is an old make makefile that builds the headers and objects
H A Dastsa.mm19 astsa.omk is an old make makefile that builds the headers and objects
/titanic_52/usr/src/lib/libnsl/
H A DREADME.build24 If you bringover only usr/src/lib/libnsl, you must do "make headers"
H A DMakefile85 headers: $(PROTOCOL_DIR) .WAIT $(PROTOCOL_FILES) $(PROTOCOL_FILES_UTS) \ target
/titanic_52/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.
/titanic_52/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
/titanic_52/usr/src/cmd/sendmail/src/
H A DMakefile37 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.
/titanic_52/usr/src/lib/libxnet/common/
H A Dllib-lxnet39 * Slurp the interfaces out of the official UNIX98 networking headers.
/titanic_52/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME40 kernel/netsmb uts/common/netsmb (exported headers)
/titanic_52/usr/src/lib/efcode/fcode_test/
H A Dtest.fth28 alias headerless headers
/titanic_52/usr/src/boot/sys/boot/efi/include/
H A DREADME6 terms found in the file headers of individual files.
/titanic_52/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg55 @ MSG_USAGE_DETAIL17 "\t[-P]\t\tuse program headers to generate \
56 section headers\n"
57 @ MSG_USAGE_DETAIL18 "\t[-p]\t\tdump the program headers\n"
79 @ MSG_ERR_NOSHDR "%s: section headers are not present: synthesizing \
80 from program headers (-P option)\n"
81 @ MSG_ERR_PNEEDSPH "%s: file without program headers is incompatible \
/titanic_52/usr/src/cmd/mailx/
H A Dcmd1.c72 headers(int *msgvec) in headers() function
147 return (headers(cur)); in scroll()
/titanic_52/usr/src/cmd/cmd-inet/etc/
H A Dipqosconf.3.sample31 # headers on a VLAN interface with a user priority corresponding
/titanic_52/usr/src/lib/libdtrace/common/
H A Dudp.d.in38 uint16_t udp_checksum; /* headers + data checksum */

1234