HomeSort by relevance Sort by last modified time
    Searched refs:section (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/lib/common/amd64/
crtn.s 41 .section .init,"ax"
48 .section .fini,"ax"
crti.s 41 .section .init,"ax"
52 .section .fini,"ax"
  /onnv/onnv-gate/usr/src/lib/common/sparc/
crtn.s 43 .section ".init"
51 .section ".fini"
crti.s 43 .section ".init"
54 .section ".fini"
  /onnv/onnv-gate/usr/src/lib/common/sparcv9/
crtn.s 41 .section ".init"
49 .section ".fini"
crti.s 44 .section ".init"
54 .section ".fini"
  /onnv/onnv-gate/usr/src/lib/common/i386/
crtn.s 42 .section .init,"ax"
51 .section .fini,"ax"
crti.s 43 .section .init,"ax"
58 .section .fini,"ax"
crt1.s 44 .section .data
69 .section .text
110 * is registered after the .fini section, it runs before the library
120 .section .data
133 .section .text
190 .section .text
198 .section .data
  /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/
conf_api.h 70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
75 const char *section);
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section,
80 long _CONF_get_number(const CONF *conf, const char *section, const char *name);
conf_api.c 84 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section)
88 if ((conf == NULL) || (section == NULL)) return(NULL);
90 vv.section=(char *)section;
97 const char *section)
101 v=_CONF_get_section(conf,section);
108 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value)
113 ts = (STACK_OF(CONF_VALUE) *)section->value;
115 value->section=section->section;
    [all...]
cnf_save.c 85 char *section; local
94 printf("[ %s ]\n",cv->section);
100 section=(v->section == NULL)?"None":v->section;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
ParseLink.pm 44 # Parse the name and section portion of a link into a name and section.
50 # If the whole link is enclosed in quotes, interpret it all as a section
54 # Split into page and section on slash, and then clean up quoting in the
55 # section. If there is no section and the name contains spaces, also
56 # guess that it's an old section link.
57 my ($page, $section) = split (/\s*\/\s*/, $link, 2);
58 $section =~ s/^"\s*(.*?)\s*"$/$1/ if $section;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/nameser/
ns_parse.c 80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) {
90 if (section != ns_s_qd) {
140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) {
144 /* Make section right. */
145 tmp = section;
146 if (tmp < 0 || section >= ns_s_max)
148 if (section != handle->_sect)
149 setsection(handle, section);
154 if (rrnum < 0 || rrnum >= handle->_counts[(int)section])
157 setsection(handle, section);
    [all...]
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
prof_set.c 88 struct profile_node *section, *node; local
105 section = profile->first_file->data->root;
108 retval = profile_find_node(section, *cpp, 0, 1,
109 &state, &section);
117 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node);
140 struct profile_node *section, *node; local
151 section = profile->first_file->data->root;
154 retval = profile_find_node(section, *cpp, 0, 1,
155 &state, &section);
162 retval = profile_find_node(section, *cpp, 0, 0, &state, &node)
186 struct profile_node *section, *node; local
239 struct profile_node *section; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
Usage.t 18 The SYNOPSIS section is displayed with -verbose >= 0.
76 The SYNOPSIS section is displayed with -verbose >= 0.
79 The OPTIONS section is displayed with -verbose >= 1.
82 The ARGUMENTS section is displayed with -verbose >= 1.
115 The B<SYNOPSIS> section is displayed with -verbose >= 0.
119 Testing Pod::Usage. This section is not displayed with -verbose < 2.
123 The B<OPTIONS> section is displayed with -verbose >= 1.
127 The B<ARGUMENTS> section is displayed with -verbose >= 1.
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
podselect.xr 7 podselect [-help] [-man] [-section *section-spec*] [*file* ...]
14 -section *section-spec*
15 Specify a section to include in the output. See the section on
16 "SECTION SPECIFICATIONS" in the Pod::Parser manpage for the
17 format to use for *section-spec*. This option may be given
26 more of the given section specifications. If no section specification
    [all...]
  /onnv/onnv-gate/usr/src/common/openssl/crypto/x509v3/
v3_conf.c 73 static char *conf_lhash_get_string(void *db, char *section, char *value);
74 static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, char *section);
140 ERR_add_error_data(4, "name=", OBJ_nid2sn(ext_nid), ",section=", value);
320 * section to an extension STACK.
324 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section,
331 if (!(nval = NCONF_get_section(conf, section))) return 0;
345 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
351 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk);
356 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section,
362 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/
bld_vernote.ksh 56 .section ".note"
68 .section ".rodata", #alloc
86 .section .note
98 .section .rodata, "a"
  /onnv/onnv-gate/usr/src/uts/sun4/conf/
genalign.s 39 ! this little hack generates a .note section where we tell
42 .section ".note"
  /onnv/onnv-gate/usr/src/lib/libdscfg/common/
cfg.h 50 int cfg_find_cstring(CFGFILE *cfg, const char *target, const char *section,
52 int cfg_get_options(CFGFILE *cfg, int section, const char *basekey,
54 int cfg_put_options(CFGFILE *cfg, int section, const char *basekey,
59 int cfg_get_num_entries(CFGFILE *cfg, char *section);
64 int cfg_get_section(CFGFILE *cfg, char ***buf, const char *section);
66 void cfg_rewind(CFGFILE *cfg, int section);
83 #define CFG_SEC_CONF 0 /* configuration section */
84 #define CFG_SEC_PERS 1 /* persistent section */
87 int cfg_update_parser_config(CFGFILE *, const char *key, int section);
91 #define CFG_PARSE_CONF 0 /* config section key *
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/io/
rmclomv.c 99 static int get_sensor_by_name(const rmclomv_cache_section_t *section,
101 static int validate_section_entry(rmclomv_cache_section_t *section,
103 static int add_names_to_section(rmclomv_cache_section_t *section);
104 static void free_section(rmclomv_cache_section_t *section);
106 rmclomv_cache_section_t *section);
597 * Create a cache section structure
616 free_section(rmclomv_cache_section_t *section)
618 size_t len = section->section_len;
619 kmem_free(section, len);
623 * adds supplied section to end of cache chai
1616 rmclomv_cache_section_t *section; local
1833 rmclomv_cache_section_t *section; local
1986 rmclomv_cache_section_t *section; local
3447 rmclomv_cache_section_t *section; local
3513 rmclomv_cache_section_t *section; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshare/smbfs/
libshare_smbfs.c 149 { "section", NULL, PROTO_OPT_SECTION,
193 range_check_validator(int index, char *section, char *value)
218 string_length_check_validator(int index, char *section, char *value)
236 yes_no_validator(int index, char *section, char *value)
255 ip_address_validator(int index, char *section, char *value)
271 minauth_validator(int index, char *section, char *value)
289 signing_validator(int index, char *section, char *value)
305 password_validator(int index, char *section, char *value)
338 * Load the persistent settings from SMF. Each section is an SMF
339 * property group with an "S-" prefix and a UUID, and the section
426 char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value; local
643 char *section; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
podselect.PL 25 # In this section, perl variables will be expanded during extraction.
56 B<podselect> [B<-help>] [B<-man>] [B<-section>S< >I<section-spec>]
71 =item B<-section>S< >I<section-spec>
73 Specify a section to include in the output.
74 See L<Pod::Parser/"SECTION SPECIFICATIONS">
75 for the format to use for I<section-spec>.
89 match one ore more of the given section specifications. If no section
    [all...]
  /onnv/onnv-gate/usr/src/lib/brand/sn1/sn1_brand/sparc/
sn1_runexe.s 39 .section ".text"

Completed in 3030 milliseconds

1 2 3 4 5 6 7 8 9