Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/test/header-tests/tests/common/
H A Dtest_parse_sym_cfg.py74 atypes=[], headers=['test.h'], env_spec='C11+'),
76 atypes=[], headers=['test.h'], env_spec='C99+'),
78 atypes=[], headers=['test.h'], defval=None, env_spec='C99+'),
80 atypes=[], headers=['test.h'], defval='2', env_spec='C99+'),
82 atypes=['double'], headers=['test.h'], env_spec='C99+'),
84 atypes=['double', 'double'], headers=['test.h'], env_spec='C99+'),
86 atypes=['double'], headers=['test.h', 'helper.h'], env_spec='C99+'),
109 self.assertEqual(e.headers, exp['headers'])
127 self.assertNotEqual(cfg.entries[1].headers[0], cfg.primary_header)
H A Dtest_gen_probe.py28 def make_entry(directive, symbol, headers, rtype=None, atypes=None, defval=None): argument
33 headers=headers,
H A Dsymbol_test.py240 def __init__(self, directive, symbol, env_spec, headers, argument
245 self.headers = headers # list of header filenames
305 if not entry.headers:
311 header = entry.headers[0]
346 headers=self._split_list(hdrs),
361 headers=self._split_list(hdrs),
376 headers=self._split_list(hdrs),
392 headers=self._split_list(hdrs),
420 for h in entry.headers:
686 if entry.headers[0] == sym_config.primary_header:
[all …]
H A DREADME.md23 first header of later entries is expected to be the same. Additional headers
24 after the first one in an entry are supporting headers and do not affect
36 headers without picking up GCC's fixincludes copies of system headers.
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c215 char **headers) in build_headers() argument
293 *headers = calloc(len + 1, sizeof (char)); in build_headers()
295 (void) snprintf(*headers, len + 1, "%s: %s\n%s: %s\n%s: %s\n" in build_headers()
311 *headers = calloc(len + 1, sizeof (char)); in build_headers()
313 (void) snprintf(*headers, len + 1, "%s: %s\n%s: %s\n%s: %s\n" in build_headers()
328 *headers = calloc(len + 1, sizeof (char)); in build_headers()
330 (void) snprintf(*headers, len + 1, "%s: %s\n%s: %s\n%s: %s\n" in build_headers()
340 send_email(nd_hdl_t *nhdl, const char *headers, const char *body, in send_email() argument
357 if (fprintf(mp, "%s", headers) < 0) in send_email()
370 char *msg, *headers; in send_email_template() local
[all …]
/illumos-gate/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
/illumos-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()
/illumos-gate/usr/src/compat/bhyve/
H A DREADME1 These are the compatibility headers for building bhyve on illumos. They are
6 For headers which would otherwise be copied verbatim from FreeBSD, the
8 only the bare minimum in the 'compat' headers while making updates for the
9 'contrib' headers easy (simply copy over the new version).
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c156 void *buf, uint_t buflen, scsi_ms_hdrs_t *headers, uint_t *skp, in scsi_mode_select() argument
166 assert(headers->ms_length == sip->si_cdblen); in scsi_mode_select()
179 headers->ms_hdr.g0.ms_header.length = 0; in scsi_mode_select()
180 headers->ms_hdr.g0.ms_header.device_specific = 0; in scsi_mode_select()
185 &headers->ms_hdr.g0, &sense, &senselen); in scsi_mode_select()
189 &headers->ms_hdr.g0, &sense, &senselen); in scsi_mode_select()
192 headers->ms_hdr.g1.ms_header.length = 0; in scsi_mode_select()
193 headers->ms_hdr.g1.ms_header.device_specific = 0; in scsi_mode_select()
198 &headers->ms_hdr.g1, &sense, &senselen); in scsi_mode_select()
202 &headers->ms_hdr.g1, &sense, &senselen); in scsi_mode_select()
[all …]
/illumos-gate/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
316 …dard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script…
650 …dard" "$call" "$section" "$flags" "$define${values:+$sp=$values}${headers:+$sp$headers$nl}${script…
805 #include <unistd.h>$systeminfo$headers
834 #include <unistd.h>$systeminfo$headers
875 #include <unistd.h>$systeminfo$headers
1113 #include <unistd.h>$systeminfo$headers
[all …]
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dtable.py54 def printme(self, headers=True): argument
55 if headers:
63 if not headers:
/illumos-gate/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) {
1078 $headers{$header_index} = $header_index;
1090 foreach $header (sort keys %headers) {
1113 foreach $header (sort keys %headers) {
/illumos-gate/usr/src/head/
H A DREADME.cplusplus.md28 # Guidance for headers used in C++
32 Two models exist for how C system headers expose library names to C++:
48 intended to prevent that class of problem when updating existing headers or
72 ### C++11 §D.5 `[depr.c.headers]`
88 In illumos headers, that flexibility should be used in a way that keeps the
131 Their system headers declare the C functions in `::`, and their C++ libraries
167 The older illumos headers were developed when the C and C++ standards were
189 4. **Bugs from over-population of `::`.** The outer headers use `using std::func`
207 illumos headers are currently in transition. Many still follow the old
/illumos-gate/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
/illumos-gate/usr/src/contrib/bhyve/
H A DREADME1 These are headers (and sources) contributed directly from FreeBSD which are
/illumos-gate/usr/src/uts/intel/ia32/
H A DREADME21 headers still used by various parts of the system, largely describing
/illumos-gate/usr/src/tools/onbld/Checks/
H A DDbLookups.py88 headers = {
/illumos-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.
/illumos-gate/usr/src/lib/libnsl/
H A DREADME.build24 If you bringover only usr/src/lib/libnsl, you must do "make headers"
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME55 headers.c Routines to process message headers.
H A DMakefile37 deliver.o domain.o envelope.o err.o headers.o macro.o main.o map.o \
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME40 kernel/netsmb uts/common/netsmb (exported headers)
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.msg58 @ MSG_USAGE_DETAIL17 "\t[-P]\t\tuse program headers to generate \
59 section headers\n"
60 @ MSG_USAGE_DETAIL18 "\t[-p]\t\tdump the program headers\n"
82 @ MSG_ERR_NOSHDR "%s: section headers are not present: synthesizing \
83 from program headers (-P option)\n"
84 @ MSG_ERR_PNEEDSPH "%s: file without program headers is incompatible \

1234