Searched refs:sect (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-current/lib/libomp/
H A Dkmp_i18n_default.inc479 kmp_i18n_section_t * sect;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp59 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true);
60 if (sect.get()) {
62 *object_file, sect, DWARFCallFrameInfo::EH);
65 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true);
66 if (sect) {
68 *object_file, sect, DWARFCallFrameInfo::DWARF);
71 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true);
72 if (sect) {
74 std::make_unique<CompactUnwindInfo>(*object_file, sect);
77 sect
[all...]
/freebsd-current/crypto/openssl/demos/bio/
H A Dclient-conf.c24 STACK_OF(CONF_VALUE) *sect = NULL;
39 sect = NCONF_get_section(conf, "default");
41 if (sect == NULL) {
51 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
52 cnf = sk_CONF_VALUE_value(sect, i);
H A Dserver-conf.c32 STACK_OF(CONF_VALUE) *sect = NULL;
50 sect = NCONF_get_section(conf, "default");
52 if (sect == NULL) {
62 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
64 cnf = sk_CONF_VALUE_value(sect, i);
/freebsd-current/usr.sbin/manctl/
H A Dmanctl.sh58 local sect
74 sect=$1
92 mv $pname $fname.$sect
193 local sect
207 sect=$1
210 case "$sect" in
247 local sect
261 sect=$1
264 case "$sect" in
/freebsd-current/crypto/openssl/test/
H A Dconfdump.c19 STACK_OF(CONF_VALUE) *sect = NCONF_get_section(cnf, name);
23 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
24 CONF_VALUE *cv = sk_CONF_VALUE_value(sect, i);
/freebsd-current/crypto/openssh/
H A Dkrl.c580 struct sshbuf *sect; local
583 if ((sect = sshbuf_new()) == NULL)
627 if ((r = put_bitmap(sect, bitmap)) != 0)
634 (r = sshbuf_put_stringb(buf, sect)) != 0)
636 sshbuf_reset(sect);
644 sshbuf_reset(sect);
655 if ((r = sshbuf_put_u64(sect,
666 if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0)
671 if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 ||
672 (r = sshbuf_put_u64(sect, r
736 struct sshbuf *sect; local
982 blob_section(struct sshbuf *sect, struct revoked_blob_tree *target_tree, size_t expected_len) argument
1006 extension_section(struct sshbuf *sect, struct ssh_krl *krl) argument
1046 struct sshbuf *copy = NULL, *sect = NULL; local
[all...]
/freebsd-current/usr.sbin/fstyp/
H A Dexfat.c137 read_sectn(FILE *fp, off_t sect, unsigned count, unsigned bytespersec) argument
139 return (read_buf(fp, sect * bytespersec, bytespersec * count));
143 read_sect(FILE *fp, off_t sect, unsigned bytespersec) argument
145 return (read_sectn(fp, sect, 1, bytespersec));
159 unsigned n, sect; local
163 for (sect = 0; sect < 11; sect++) {
164 sector = read_sect(fp, region + sect, bytespersec);
168 if (sect
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp152 char const *expected = __kmp_i18n_default_table.sect[section].str[number];
194 if (1 <= number && number <= __kmp_i18n_default_table.sect[section].size) {
200 __kmp_i18n_default_table.sect[section].str[number]);
203 message = __kmp_i18n_default_table.sect[section].str[number];
266 for (m = 0; m < table->sect[s].size; ++m) {
268 KMP_INTERNAL_FREE((void *)table->sect[s].str[m]);
269 table->sect[s].str[m] = NULL;
271 table->sect[s].size = 0;
273 KMP_INTERNAL_FREE((void *)table->sect[s].str);
274 table->sect[
[all...]
/freebsd-current/crypto/openssl/crypto/conf/
H A Dconf_ssl.c87 CONF_VALUE *sect = sk_CONF_VALUE_value(cmd_lists, (int)i); local
88 STACK_OF(CONF_VALUE) *cmds = NCONF_get_section(cnf, sect->value);
97 "name=%s, value=%s", sect->name, sect->value);
100 ssl_name->name = OPENSSL_strdup(sect->name);
/freebsd-current/sys/dev/ice/
H A Dice_vlan_mode.c44 struct ice_meta_init_section *sect; local
53 meta_init_size, (void **)&sect);
58 sect->count = CPU_TO_LE16(1);
59 sect->offset = CPU_TO_LE16(ICE_META_VLAN_MODE_ENTRY);
71 arr[i] = LE32_TO_CPU(sect->entry[0].bm[i]);
/freebsd-current/contrib/mandoc/
H A Ddbm.h41 const char *sect; member in struct:dbm_page
H A Ddbm.c51 int32_t sect; member in struct:page
155 res.sect = dbm_get(pages[ip].sect);
156 if (res.sect == NULL)
157 res.sect = "(NULL)\0";
253 cp = dbm_get(pages[0].sect);
H A Ddba_read.c57 for (cp = pdata->sect; *cp != '\0'; cp = strchr(cp, '\0') + 1)
/freebsd-current/lib/libc/resolv/
H A Dres_findzonecut.c277 ns_sect sect; local
309 sect = ns_s_max, n = 0;
315 sect = ns_s_an, n = ancount;
317 sect = ns_s_ns, n = nscount;
319 sect = ns_s_max, n = 0;
326 if (ns_parserr(&msg, sect, i, &rr) < 0) {
328 p_section(sect, ns_o_query), i));
338 switch (sect) {
518 save_ns(res_state statp, ns_msg *msg, ns_sect sect, argument
524 for (i = 0; i < ns_msg_count(*msg, sect);
577 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
[all...]
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_pci.c259 STACK_OF(CONF_VALUE) *sect;
262 sect = X509V3_get_section(ctx, cnf->name + 1);
263 if (!sect) {
268 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) {
270 process_pci_value(sk_CONF_VALUE_value(sect, j),
273 X509V3_section_free(ctx, sect);
/freebsd-current/lib/libc/nameser/
H A Dns_parse.c37 static void setsection(ns_msg *msg, ns_sect sect);
262 setsection(ns_msg *msg, ns_sect sect) { argument
263 msg->_sect = sect;
264 if (sect == ns_s_max) {
269 msg->_msg_ptr = msg->_sections[(int)sect];
/freebsd-current/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c184 struct section_64 sect; local
185 memset(&sect, 0, sizeof(struct section_64));
186 memcpy(&sect, offset, sizeof(struct section_64));
188 baton->mach_header_start + sect.offset;
190 struct section sect; local
191 memset(&sect, 0, sizeof(struct section));
192 memcpy(&sect, offset, sizeof(struct section));
194 baton->mach_header_start + sect.offset;
199 struct section_64 sect; local
200 memset(&sect,
204 struct section sect; local
212 struct section_64 sect; local
218 struct section sect; local
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dprovider_conf.c86 STACK_OF(CONF_VALUE) *sect;
90 sect = NCONF_get_section(cnf, value);
91 if (sect != NULL) {
123 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
124 CONF_VALUE *sectconf = sk_CONF_VALUE_value(sect, i);
/freebsd-current/lib/geom/virstor/
H A Dgeom_virstor.c153 unsigned char *sect; local
406 sect = calloc(ssize, sizeof(unsigned char));
407 if (sect == NULL)
409 virstor_metadata_encode(&md, sect);
410 error = g_metadata_store(name, sect, ssize);
411 free(sect);
/freebsd-current/usr.bin/man/
H A Dman.sh504 local found_page locpath p path sect
529 for sect in $MANSECT; do
530 decho "Searching section $sect" 2
537 if find_file $p $sect $MACHINE "$1"; then
551 if find_file $p $sect $MACHINE_ARCH "$1"; then
564 if find_file $p $sect '' "$1"; then
1040 for sect in $MANSECT; do
1041 if [ "$sect" = "$1" ]; then
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c406 STACK_OF(CONF_VALUE) *sect = NULL;
416 sect = X509V3_get_section(cnf, (char *)section);
417 if (!sect)
419 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
421 generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf,
457 X509V3_section_free(cnf, sect);
/freebsd-current/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c44 struct sshbuf *sect; local
46 sect = sshbuf_new();
47 ASSERT_PTR_NE(sect, NULL);
50 ASSERT_INT_EQ(sshbuf_put_cstring(sect, value), 0);
51 ASSERT_INT_EQ(sshbuf_put_stringb(b, sect), 0);
52 sshbuf_free(sect);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DSection.cpp494 size_t SectionList::FindSectionIndex(const Section *sect) { argument
499 if (sect_iter->get() == sect) {
618 Section *sect = sect_iter->get(); local
619 if (sect->ContainsFileAddress(vm_addr)) {
624 sect_sp = sect->GetChildren().FindSectionContainingFileAddress(
627 if (sect_sp.get() == nullptr && !sect->IsFake())
/freebsd-current/contrib/smbfs/lib/smb/
H A Drcfile.c417 opt_args_parse(struct rcfile *rcp, struct opt_args *ap, const char *sect, argument
425 if (rc_getstringptr(rcp, sect, ap->name, &ap->str) != 0)
435 error = rc_getbool(rcp, sect, ap->name, &ap->ival);
443 if (rc_getint(rcp, sect, ap->name, &ap->ival) != 0)

Completed in 253 milliseconds

12