Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 79) sorted by relevance

1234

/minix/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_conf.c165 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()
361 int TS_CONF_set_digests(CONF *conf, const char *section, TS_RESP_CTX *ctx) in TS_CONF_set_digests()
434 int TS_CONF_set_clock_precision_digits(CONF *conf, const char *section, in TS_CONF_set_clock_precision_digits()
459 static int TS_CONF_add_flag(CONF *conf, const char *section, in TS_CONF_add_flag()
[all …]
/minix/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_conf.c328 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 …]
/minix/external/bsd/bind/dist/bin/tests/system/stress/
H A Dupdate.pl93 sub section { subroutine
/minix/external/bsd/bind/dist/bin/tests/system/nsupdate/
H A Dupdate_test.pl93 sub section { subroutine
/minix/external/bsd/bind/dist/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl88 sub section { subroutine
/minix/lib/libc/nameser/
H A Dns_parse.c88 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr()
149 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
212 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
/minix/crypto/external/bsd/openssl/dist/crypto/conf/
H A Dconf_api.c106 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()
H A Dcnf_save.c83 char *section; in print_conf() local
H A Dconf_def.c219 char *section = NULL, *buf; in def_load_bio() local
475 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy()
/minix/external/bsd/byacc/dist/
H A Dbtyaccpar.c1241 write_section(FILE * fp, const char *const section[]) in write_section()
H A Dyaccpar.c414 write_section(FILE * fp, const char *const section[]) in write_section()
/minix/libexec/makewhatis/
H A Dmakewhatis.c482 int section; in manpagesection() local
498 char *section; in createsectionstring() local
586 makewhatisline(const char *file, const char *line, const char *section) in makewhatisline()
633 char *section, *ptr, *last; in parsecatpage() local
876 char *section, buffer[8192], *ptr; in parsemanpage() local
1105 int section; in getwhatisdata() local
/minix/usr.bin/nl/
H A Dnl.c276 int section; /* logical page section */ in filter() local
357 parse_numbering(const char *argstr, int section) in parse_numbering()
/minix/external/bsd/bind/dist/lib/dns/
H A Dmessage.c832 dns_namelist_t *section) in findname()
1015 dns_namelist_t *section; in getquestions() local
1164 update(dns_section_t section, dns_rdataclass_t rdclass) { in update()
1189 dns_namelist_t *section; in getsection() local
1866 dns_namelist_t *section; in dns_message_rendersection() local
2280 dns_message_firstname(dns_message_t *msg, dns_section_t section) { in dns_message_firstname()
2293 dns_message_nextname(dns_message_t *msg, dns_section_t section) { in dns_message_nextname()
2319 dns_message_findname(dns_message_t *msg, dns_section_t section, in dns_message_findname()
2389 dns_section_t section) in dns_message_addname()
2401 dns_section_t section) in dns_message_removename()
[all …]
/minix/minix/llvm/passes/sectionify/
H A DSectionifyPass.cpp130 bool SectionifyPass::sectionifyFromRegex(GlobalObject *value, Regex *regex, std::string &section) in sectionifyFromRegex()
177 std::string section = regexMapIt->second; in sectionify() local
/minix/external/bsd/llvm/dist/clang/www/
H A Dmake_cxx_dr_status17 def __init__(self, section, issue, url, status, title): argument
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCOFF.h244 struct section { struct
245 char Name[NameSize];
246 uint32_t VirtualSize;
247 uint32_t VirtualAddress;
248 uint32_t SizeOfRawData;
249 uint32_t PointerToRawData;
250 uint32_t PointerToRelocations;
251 uint32_t PointerToLineNumbers;
252 uint16_t NumberOfRelocations;
253 uint16_t NumberOfLineNumbers;
[all …]
/minix/external/bsd/bind/dist/lib/samples/
H A Dsample-request.c131 print_section(dns_message_t *message, int section, isc_buffer_t *buf) { in print_section()
/minix/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_compression_rpm.c165 uint32_t section; in rpm_filter_read() local
/minix/crypto/external/bsd/openssl/dist/apps/
H A Dts.c130 char *section = NULL; in MAIN() local
648 static int reply_command(CONF *conf, char *section, char *engine, in reply_command()
772 static TS_RESP *create_response(CONF *conf, const char *section, char *engine, in create_response()
H A Dx509.c1047 int days, int clrext, CONF *conf, char *section, in x509_certify()
1158 const EVP_MD *digest, CONF *conf, char *section) in sign()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELF.h866 const char *ELFFile<ELFT>::getString(uint32_t section, in getString()
872 const char *ELFFile<ELFT>::getString(const Elf_Shdr *section, in getString()
922 ErrorOr<StringRef> ELFFile<ELFT>::getSymbolVersion(const Elf_Shdr *section, in getSymbolVersion()
/minix/external/bsd/bind/dist/bin/dig/
H A Dnslookup.c249 dns_section_t section) { in printsection()
315 dns_section_t section) { in detailsection()
/minix/external/bsd/llvm/dist/clang/utils/
H A DFindSpecRefs729 def __init__(self, name, section, filename, path, line): argument
/minix/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dobject.py330 def section(self): member in Symbol

1234