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

1 2

  /onnv/onnv-gate/usr/src/lib/mms/mms/common/
cfg_yacc.y 100 section : L section_name R section_content_list LS KEYWORD R label
129 : section
  /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/
cnf_save.c 85 char *section; local
94 printf("[ %s ]\n",cv->section);
100 section=(v->section == NULL)?"None":v->section;
conf_def.c 75 static int str_copy(CONF *conf,char *section,char **to, char *from);
221 char *section=NULL,*buf; local
232 section=(char *)OPENSSL_malloc(10);
233 if (section == NULL)
238 BUF_strlcpy(section,"default",10);
246 sv=_CONF_new_section(conf,section);
337 if (!str_copy(conf,NULL,&section,start)) goto err;
338 if ((sv=_CONF_get_section(conf,section)) == NULL)
339 sv=_CONF_new_section(conf,section);
386 if (psection == NULL) psection=section;
    [all...]
conf.h 76 char *section; member in struct:__anon2311
125 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
159 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,const char *section);
  /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...]
prof_tree.c 15 * Each node may represent either a relation or a section header.
17 * A section header must have its value field set to 0, and may a one
152 * Add a node to a particular section
154 errcode_t profile_add_node(struct profile_node *section, const char *name,
160 CHECK_MAGIC(section);
162 if (section->value)
170 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
179 new->group_level = section->group_level+1;
181 new->parent = section;
189 section->first_child = new
464 struct profile_node *section, *p; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
ToNroff.pm 25 sub section { shift->_perldoc_elem('section' , @_) } subroutine
67 fixeditalic, fixedbolditalic, quotes, release, section
ToMan.pm 31 sub section { shift->_perldoc_elem('section' , @_) } subroutine
142 fixeditalic, fixedbolditalic, quotes, release, section
  /onnv/onnv-gate/usr/src/cmd/dfs.cmds/sharectl/
sharectl.c 113 ret = gettext("delsect [-h] section proto");
129 char *section, *value, *name; local
177 section = sa_get_property_attr(propsect,
181 * in the SMB client, print the section name.
188 (void) printf("[%s]\n", section);
190 /* Display properties for this section */
221 section = sa_get_property_attr(propsect,
234 section, opt->optname,
236 sa_free_attr_string(section);
318 char *section = NULL local
463 char *section = NULL; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libcmd/common/
fmt.c 68 int section; member in struct:Fmt_s
376 fp->section = 0;
408 fp->section = 1;
418 else if (fp->section)
430 fp->section = 0;
458 fp->section = 0;
477 fp->section = 0;
482 fp->section = 0;
583 fmt.section = 1;
  /onnv/onnv-gate/usr/src/cmd/abi/appcert/static_prof/
static_prof.h 67 char *section; member in struct:binding_bucket
105 Elf64_Dyn *dynsect; /* pointer to 64 bit dynamic section */
109 Elf32_Dyn *dynsect; /* ptr to 64 bit dynamic section */
  /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/lib/libast/amd64/src/lib/libast/
conftab.h 75 short section; member in struct:Conf_s
  /onnv/onnv-gate/usr/src/lib/libast/common/misc/
optlib.h 64 unsigned char section; member in struct:Optpass_s
  /onnv/onnv-gate/usr/src/lib/libast/i386/src/lib/libast/
conftab.h 75 short section; member in struct:Conf_s
  /onnv/onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/
conftab.h 75 short section; member in struct:Conf_s
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
conftab.h 75 short section; member in struct:Conf_s
  /onnv/onnv-gate/usr/src/cmd/krb5/ldap_util/
kdb5_ldap_services.c 1973 char *section; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/
getNAME.c 45 static void section(char *, char *);
155 section(name, headbuf);
183 * Substitute section defined in page with new section spec
184 * of the form xx/yy where xx is the section suffix of the
186 * and yy are equal, in which case xx is the section).
197 section(char *name, char *buf) function
662 section(m->name, headbuf);
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
fru_access_impl.h 65 /* section header */
73 #define READ_ONLY_SECTION 1 /* section is read-only */
119 /* section header layout */
121 uint8_t headertag; /* section header tag */
160 handle_t section_hdl; /* section handle */
168 /* section hash object */
171 section_t section; member in struct:__anon1120
172 int num_of_segment; /* in a section */
181 int num_of_section; /* num of section in container */
182 struct hash_obj *sec_obj_list; /* points to section objects list *
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
fru_access_impl.h 66 /* section header */
74 #define READ_ONLY_SECTION 1 /* section is read-only */
122 /* section header layout */
124 uint8_t headertag; /* section header tag */
164 handle_t section_hdl; /* section handle */
172 /* section hash object */
175 section_t section; member in struct:__anon1188
177 int num_of_segment; /* in a section */
185 int num_of_section; /* num of section in container */
186 struct hash_obj *sec_obj_list; /* points to section objects list *
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
char_io.c 260 A command-line consists of ``section''s. A section is a part of the
261 line which may be displayed on the screen, but a section is never
262 displayed with another section simultaneously.
264 Each section is basically 77 or less characters, but the exception
265 is the first section, which is 78 or less characters, because the
268 The first section contains a prompt and a command-line (or the
270 screen). So, in the first section, the number of command-line
277 is absolutely a section before each section. If there is a sectio
294 int xpos, lpos, c, section; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libfru/libfrupicl/
frupicl.c 345 /* find the next section or return NODENOTFOUND */
356 /* Make sure this is a "Section" node */
364 /* is a section */
369 /* find the first section or return NODENOTFOUND */
371 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section)
380 /* Make sure this is a "Section" node */
383 *section = rc_section;
388 /* is a section */
389 return (find_next_section(rc_section, section));
396 * section this was found in.
631 picl_nodehdl_t section; local
958 section, segment; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libfru/libfrupicltree/
frupicltree.c 356 /* find the next section or return NODENOTFOUND */
367 /* Make sure this is a "Section" node */
375 /* is a section */
380 /* find the first section or return NODENOTFOUND */
382 find_first_section(picl_nodehdl_t parent, picl_nodehdl_t *section)
391 /* Make sure this is a "Section" node */
394 *section = rc_section;
399 /* is a section */
400 return (find_next_section(rc_section, section));
407 * section this was found in.
642 picl_nodehdl_t section; local
970 section, segment; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/nis/cache/
mapped_cache.cc 436 CacheSection *section; local
453 section = &header->sections[SECTION_BINDING];
454 for (i = 0; i < section->count; i++) {
526 CacheSection *section; local
538 section = &header->sections[SECTION_BINDING];
539 for (i = 0; i < section->count; i++) {
548 section->count -= 1;
555 entry.offset = section->offset;
557 entry.offset = section->offset + section->length
583 CacheSection *section; local
618 CacheSection *section; local
1078 CacheSection *section; local
1131 CacheSection *section; local
1168 CacheSection *section; local
1197 CacheSection *section; local
1247 CacheSection *section; local
1289 CacheSection *section; local
1329 CacheSection *section; local
    [all...]

Completed in 3969 milliseconds

1 2