| /NextBSD/crypto/openssl/crypto/ts/ |
| HD | ts_conf.c | 165 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section() 175 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() 193 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device() 240 int TS_CONF_set_signer_cert(CONF *conf, const char *section, in TS_CONF_set_signer_cert() 262 int TS_CONF_set_certs(CONF *conf, const char *section, const char *certs, in TS_CONF_set_certs() 283 int TS_CONF_set_signer_key(CONF *conf, const char *section, in TS_CONF_set_signer_key() 306 int TS_CONF_set_def_policy(CONF *conf, const char *section, in TS_CONF_set_def_policy() 330 int TS_CONF_set_policies(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_policies() 361 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests() 397 int TS_CONF_set_accuracy(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_accuracy() [all …]
|
| /NextBSD/contrib/elftoolchain/elfcopy/ |
| HD | elfcopy.h | 116 struct section { struct 119 const char *name; /* section name */ argument 120 char *newname; /* new section name */ argument 123 void *buf; /* section content */ argument 124 uint8_t *pad; /* section padding */ argument 125 uint64_t off; /* section offset */ argument 126 uint64_t sz; /* section size */ argument 127 uint64_t cap; /* section capacity */ argument 128 uint64_t align; /* section alignment */ argument 129 uint64_t type; /* section type */ argument [all …]
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_conf.c | 328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk() 352 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf() 363 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf() 374 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf() 391 char *X509V3_get_string(X509V3_CTX *ctx, char *name, char *section) in X509V3_get_string() 422 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free() 430 static char *nconf_get_string(void *db, char *section, char *value) in nconf_get_string() 483 static char *conf_lhash_get_string(void *db, char *section, char *value) in conf_lhash_get_string() 507 char *section, X509 *cert) in X509V3_EXT_add_conf() 517 char *section, X509_CRL *crl) in X509V3_EXT_CRL_add_conf() [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | config.c | 333 cfg_section_t *section, in for_each_option() 367 merge_callback(void *baton, cfg_section_t *section, cfg_option_t *option) in merge_callback() 397 rmex_callback(void *baton, cfg_section_t *section, cfg_option_t *option) in rmex_callback() 458 find_option(svn_config_t *cfg, const char *section, const char *option, in find_option() 495 cfg_section_t *section, cfg_option_t *opt, in make_string_from_option() 554 expand_option_value(svn_config_t *cfg, cfg_section_t *section, in expand_option_value() 632 const char *section) in svn_config_addsection() 674 const char *section, in svn_config__is_expanded() 702 const char *section, const char *option, in svn_config_get() 737 const char *section, const char *option, in svn_config_set() [all …]
|
| HD | config_win.c | 113 parse_section(svn_config_t *cfg, HKEY hkey, const char *section, in parse_section() 172 svn_stringbuf_t *section, *option, *value; in svn_config__parse_registry() local
|
| /NextBSD/usr.sbin/ndiscvt/ |
| HD | inf.h | 9 struct section { struct 12 TAILQ_ENTRY(section) link; argument 17 struct section *section; member 27 struct section *section; member
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | nwld.c | 39 const char section[] = ".ctors"TARGET_SUB_SECTION_SEPARATOR; in nwld_named_section_asm_out_constructor() local 60 const char section[] = ".dtors"TARGET_SUB_SECTION_SEPARATOR; in nwld_named_section_asm_out_destructor() local
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | addr2line.c | 128 find_address_in_section (bfd *abfd, asection *section, in find_address_in_section() 155 find_offset_in_section (bfd *abfd, asection *section) in find_offset_in_section() 177 translate_addresses (bfd *abfd, asection *section) in translate_addresses() 268 asection *section; in process_file() local
|
| HD | dwarf.c | 285 struct dwarf_section *section = &debug_displays [str].section; in fetch_indirect_string() local 1530 process_debug_info (struct dwarf_section *section, void *file, in process_debug_info() 1813 display_debug_lines (struct dwarf_section *section, void *file) in display_debug_lines() 2087 display_debug_pubnames (struct dwarf_section *section, in display_debug_pubnames() 2171 display_debug_macinfo (struct dwarf_section *section, in display_debug_macinfo() 2247 display_debug_abbrev (struct dwarf_section *section, in display_debug_abbrev() 2290 display_debug_loc (struct dwarf_section *section, void *file) in display_debug_loc() 2485 display_debug_str (struct dwarf_section *section, in display_debug_str() 2543 display_debug_info (struct dwarf_section *section, void *file) in display_debug_info() 2550 display_debug_aranges (struct dwarf_section *section, in display_debug_aranges() [all …]
|
| /NextBSD/lib/libc/nameser/ |
| HD | ns_parse.c | 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 142 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 205 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
|
| /NextBSD/crypto/openssl/crypto/conf/ |
| HD | conf_api.c | 106 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() 128 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() 273 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section) in _CONF_new_section()
|
| HD | cnf_save.c | 83 char *section; in print_conf() local
|
| /NextBSD/tools/tools/bus_autoconf/ |
| HD | bus_sections.c | 76 format_get_section(const char *section) in format_get_section() 99 format_get_section_size(const char *section) in format_get_section_size() 112 format_get_field(const char *section, const char *field, in format_get_field()
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ldmain.c | 1103 asection *section, in add_to_set() 1137 asection *section, in constructor_callback() 1199 asection *section, in warning_callback() 1315 asection *section, in undefined_symbol() 1425 asection *section, in reloc_overflow() 1480 asection *section, in reloc_dangerous() 1495 asection *section, in unattached_reloc() 1511 asection *section, in notice()
|
| /NextBSD/contrib/smbfs/lib/smb/ |
| HD | rcfile.c | 325 rc_getstringptr(struct rcfile *rcp, const char *section, const char *key, in rc_getstringptr() 341 rc_getstring(struct rcfile *rcp, const char *section, const char *key, in rc_getstring() 359 rc_getint(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getint() 384 rc_getbool(struct rcfile *rcp, const char *section, const char *key, int *value) in rc_getbool()
|
| /NextBSD/usr.sbin/nandsim/ |
| HD | nandsim_rcfile.c | 302 rc_getstringptr(struct rcfile *rcp, const char *section, int sect_id, in rc_getstringptr() 320 rc_getstring(struct rcfile *rcp, const char *section, int sect_id, in rc_getstring() 339 rc_getint(struct rcfile *rcp, const char *section, int sect_id, in rc_getint() 366 rc_getbool(struct rcfile *rcp, const char *section, int sect_id, in rc_getbool()
|
| /NextBSD/contrib/ldns/ |
| HD | host2wire.c | 88 int section) in ldns_rr2buffer_wire_canonical() 159 ldns_rr2buffer_wire(ldns_buffer *buffer, const ldns_rr *rr, int section) in ldns_rr2buffer_wire() 357 ldns_rr2wire(uint8_t **dest, const ldns_rr *rr, int section, size_t *result_size) in ldns_rr2wire()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | simple.c | 103 asection *section; member 108 asection *section, in simple_save_output_info() 124 asection *section, in simple_restore_output_info()
|
| /NextBSD/usr.bin/catman/ |
| HD | catman.c | 265 get_cat_section(char *section) in get_cat_section() 452 scan_section(char *mandir, char *section, char *cat_section) in scan_section() 577 process_section(char *mandir, char *section) in process_section() 609 process_mandir(char *dir_name, char *section) in process_mandir() 667 char *section; in process_argument() local
|
| /NextBSD/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 89 struct section { struct 90 const char *name; /* section name */ argument 91 Elf_Scn *scn; /* section scn */ argument 92 uint64_t off; /* section offset */ argument 93 uint64_t sz; /* section size */ argument 94 uint64_t entsize; /* section entsize */ argument 95 uint64_t align; /* section alignment */ argument 96 uint64_t type; /* section type */ argument 97 uint64_t flags; /* section flags */ argument 98 uint64_t addr; /* section virtual addr */ argument [all …]
|
| /NextBSD/contrib/unbound/util/data/ |
| HD | msgparse.c | 74 uint32_t rrset_flags, sldns_pkt_section section, in new_rrset() 276 sldns_pkt_section section) in change_section() 387 int hasother, sldns_pkt_section section, struct regional* region) in change_rrsig_rrset() 462 sldns_pkt_section section, struct regional* region) in find_rrset() 746 sldns_pkt_section section, uint16_t type) in add_rr_to_rrset() 817 struct regional* region, sldns_pkt_section section, in parse_section()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | minsyms.c | 367 lookup_minimal_symbol_by_pc_section (CORE_ADDR pc, asection *section) in lookup_minimal_symbol_by_pc_section() 506 struct obj_section *section = find_pc_section (pc); in lookup_minimal_symbol_by_pc() local 545 int section; in prim_record_minimal_symbol() local 576 char *info, int section, in prim_record_minimal_symbol_and_info()
|
| HD | block.c | 74 blockvector_for_pc_sect (CORE_ADDR pc, struct bfd_section *section, in blockvector_for_pc_sect() 139 block_for_pc_sect (CORE_ADDR pc, struct bfd_section *section) in block_for_pc_sect()
|
| /NextBSD/contrib/subversion/subversion/include/private/ |
| HD | svn_cmdline_private.h | 80 const char *section; member
|
| /NextBSD/sys/arm/include/ |
| HD | asmacros.h | 47 #define ELFNOTE(section, type, vendor, desctype, descdata...) \ argument
|