/titanic_44/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 210 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 …]
|
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | ColumnList.java | 114 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 …]
|
H A D | ColumnListCanvas.java | 96 String[] headers; field in ColumnListCanvas 144 headers = new String[0]; in ColumnListCanvas() 375 headers = headersIn; in setHeaders() 1070 int width = fm.stringWidth(headers[c]) + 10; in cacheDimensions() 1159 drawString(g, headers[c], left + LEFT_PAD, in paint()
|
/titanic_44/usr/src/cmd/mailx/misc/ |
H A D | mailx.rc | 47 # 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 D | mailx.help | 19 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_44/usr/src/lib/libkstat/common/ |
H A D | kstat.c | 221 kstat_t k0, *headers, *oksp, *nksp, **okspp, *next; in kstat_chain_update() local 250 headers = k0.ks_data; 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_44/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi.c | 150 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 …]
|
/titanic_44/usr/src/lib/pyzfs/common/ |
H A D | table.py | 51 def printme(self, headers=True): argument 52 if headers: 60 if not headers:
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | conf.sh | 191 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 …]
|
/titanic_44/usr/src/lib/libbsm/ |
H A D | auditxml | 100 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_44/usr/src/cmd/sgs/prof/sparc/ |
H A D | README | 35 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_44/usr/src/lib/libnsl/ |
H A D | README.build | 24 If you bringover only usr/src/lib/libnsl, you must do "make headers"
|
H A D | Makefile | 85 headers: $(PROTOCOL_DIR) .WAIT $(PROTOCOL_FILES) $(PROTOCOL_FILES_UTS) \ target
|
/titanic_44/usr/src/pkg/transforms/ |
H A D | global_zone_only_component | 48 # You DO NOT need to specify __NODEFAULT for man pages, headers, or 69 # pages and headers.
|
/titanic_44/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 35 headers 81 headers 93 \ zfs bootblks with all headers exceeds 7.5k 151 headers 445 headers 608 headers
|
/titanic_44/usr/src/lib/libxnet/common/ |
H A D | llib-lxnet | 39 * Slurp the interfaces out of the official UNIX98 networking headers.
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | Makefile | 37 deliver.o domain.o envelope.o err.o headers.o macro.o main.o map.o \
|
H A D | READ_ME | 55 headers.c Routines to process message headers.
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | README | 40 kernel/netsmb uts/common/netsmb (exported headers)
|
/titanic_44/usr/src/lib/efcode/fcode_test/ |
H A D | test.fth | 28 alias headerless headers
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.msg | 55 @ 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_44/usr/src/cmd/mailx/ |
H A D | cmd1.c | 72 headers(int *msgvec) in headers() function 147 return (headers(cur)); in scroll()
|
/titanic_44/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.3.sample | 31 # headers on a VLAN interface with a user priority corresponding
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | udp.d.in | 38 uint16_t udp_checksum; /* headers + data checksum */
|
/titanic_44/usr/src/test/util-tests/tests/libsff/ |
H A D | libsff_conn.out | 6 Fibre Channel coax headers 265 Fibre Channel coax headers
|