Home
last modified time | relevance | path

Searched refs:sect (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/man/
H A Dhelp2man277 my $sect = 'DESCRIPTION';
301 $sect = uc $1;
308 $sect = 'COPYRIGHT';
309 $include{$sect} ||= '';
310 $include{$sect} .= ".PP\n" if $include{$sect};
332 $include{$sect} .= $copy;
340 $sect = 'REPORTING BUGS';
346 $sect = 'AUTHOR';
356 $include{$sect} ||= '';
359 $include{$sect} .= "$break\n\\f(CW$prefix$1\\fR\n";
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/man/
H A Dhelp2man277 my $sect = 'DESCRIPTION';
301 $sect = uc $1;
308 $sect = 'COPYRIGHT';
309 $include{$sect} ||= '';
310 $include{$sect} .= ".PP\n" if $include{$sect};
332 $include{$sect} .= $copy;
340 $sect = 'REPORTING BUGS';
346 $sect = 'AUTHOR';
356 $include{$sect} ||= '';
359 $include{$sect} .= "$break\n\\f(CW$prefix$1\\fR\n";
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dobject.c23 LLVMSectionIteratorRef sect; in llvm_object_list_sections() local
40 sect = LLVMObjectFileCopySectionIterator(O); in llvm_object_list_sections()
41 while (sect && !LLVMObjectFileIsSectionIteratorAtEnd(O, sect)) { in llvm_object_list_sections()
42 printf("'%s': @0x%08" PRIx64 " +%" PRIu64 "\n", LLVMGetSectionName(sect), in llvm_object_list_sections()
43 LLVMGetSectionAddress(sect), LLVMGetSectionSize(sect)); in llvm_object_list_sections()
45 LLVMMoveToNextSection(sect); in llvm_object_list_sections()
48 LLVMDisposeSectionIterator(sect); in llvm_object_list_sections()
60 LLVMSectionIteratorRef sect; in llvm_object_list_symbols() local
78 sect = LLVMObjectFileCopySectionIterator(O); in llvm_object_list_symbols()
80 while (sect && sym && !LLVMObjectFileIsSymbolIteratorAtEnd(O, sym)) { in llvm_object_list_symbols()
[all …]
/netbsd-src/external/bsd/libbind/dist/nameser/
H A Dns_newmsg.c55 ns_sect sect; in ns_newmsg_copy() local
60 for (sect = ns_s_qd; sect < ns_s_max; sect++) { in ns_newmsg_copy()
63 count = ns_msg_count(*msg, sect); in ns_newmsg_copy()
68 if (ns_parserr2(msg, sect, i, &rr) < 0) in ns_newmsg_copy()
70 if (sect == ns_s_qd) in ns_newmsg_copy()
76 x = ns_newmsg_rr(handle, sect, in ns_newmsg_copy()
148 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, in ns_newmsg_rr() argument
157 if (sect < msg->_sect) { in ns_newmsg_rr()
162 if (sect > msg->_sect) { in ns_newmsg_rr()
163 msg->_sect = sect; in ns_newmsg_rr()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850-c.c126 const char *sect, *alias; in ghs_pragma_section() local
136 sect = IDENTIFIER_POINTER (sect_ident); in ghs_pragma_section()
155 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; in ghs_pragma_section()
156 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; in ghs_pragma_section()
157 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
158 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
159 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA; in ghs_pragma_section()
160 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA; in ghs_pragma_section()
161 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; in ghs_pragma_section()
162 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA; in ghs_pragma_section()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850-c.cc126 const char *sect, *alias; in ghs_pragma_section() local
136 sect = IDENTIFIER_POINTER (sect_ident); in ghs_pragma_section()
155 if (streq (sect, "data")) kind = GHS_SECTION_KIND_DATA; in ghs_pragma_section()
156 else if (streq (sect, "text")) kind = GHS_SECTION_KIND_TEXT; in ghs_pragma_section()
157 else if (streq (sect, "rodata")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
158 else if (streq (sect, "const")) kind = GHS_SECTION_KIND_RODATA; in ghs_pragma_section()
159 else if (streq (sect, "rosdata")) kind = GHS_SECTION_KIND_ROSDATA; in ghs_pragma_section()
160 else if (streq (sect, "rozdata")) kind = GHS_SECTION_KIND_ROZDATA; in ghs_pragma_section()
161 else if (streq (sect, "sdata")) kind = GHS_SECTION_KIND_SDATA; in ghs_pragma_section()
162 else if (streq (sect, "tdata")) kind = GHS_SECTION_KIND_TDATA; in ghs_pragma_section()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dkrl.c587 struct sshbuf *sect; in revoked_certs_generate() local
590 if ((sect = sshbuf_new()) == NULL) in revoked_certs_generate()
634 if ((r = put_bitmap(sect, bitmap)) != 0) in revoked_certs_generate()
641 (r = sshbuf_put_stringb(buf, sect)) != 0) in revoked_certs_generate()
643 sshbuf_reset(sect); in revoked_certs_generate()
651 sshbuf_reset(sect); in revoked_certs_generate()
662 if ((r = sshbuf_put_u64(sect, in revoked_certs_generate()
673 if ((r = sshbuf_put_u64(sect, rs->lo + i)) != 0) in revoked_certs_generate()
678 if ((r = sshbuf_put_u64(sect, rs->lo)) != 0 || in revoked_certs_generate()
679 (r = sshbuf_put_u64(sect, rs->hi)) != 0) in revoked_certs_generate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/sections/
H A Dosx.d199 auto sect = getSection(h, slide, e.seg.ptr, e.sect.ptr); in sections_osx_onAddImage() local
200 if (sect != null) in sections_osx_onAddImage()
201 _sections._gcRanges.insertBack((cast(void*)sect.ptr)[0 .. sect.length]); in sections_osx_onAddImage()
254 string sect; member
267 auto sect = getsectbynamefromheader(header, in getSection() local
274 auto sect = getsectbynamefromheader_64(cast(mach_header_64*)header, in getSection() local
281 if (sect !is null && sect.size > 0) in getSection()
282 return (cast(ubyte*)sect.addr + slide)[0 .. cast(size_t)sect.size]; in getSection()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dtexi2pod.pl115 $sect = $1;
118 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
120 $sects{$sect} = "" unless exists $sects{$sect};
121 $sects{$sect} .= postprocess($section);
364 for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
366 if(exists $sects{$sect}) {
367 $head = $sect;
370 print scalar unmunge ($sects{$sect});
/netbsd-src/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl117 $sect = $1;
120 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
122 $sects{$sect} = "" unless exists $sects{$sect};
123 $sects{$sect} .= postprocess($section);
345 for $sect (qw(NAME SYNOPSIS TARGET DESCRIPTION OPTIONS ENVIRONMENT FILES
347 if(exists $sects{$sect}) {
348 $head = $sect;
351 print scalar unmunge ($sects{$sect});
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl115 $sect = $1;
118 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
120 $sects{$sect} = "" unless exists $sects{$sect};
121 $sects{$sect} .= postprocess($section);
364 for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
366 if(exists $sects{$sect}) {
367 $head = $sect;
370 print scalar unmunge ($sects{$sect});
/netbsd-src/external/gpl3/binutils.old/dist/etc/
H A Dtexi2pod.pl117 $sect = $1;
120 /^\@c\s+man\s+begin\s+([A-Z]+)/ and $sect = $1, $output = 1, next;
122 $sects{$sect} = "" unless exists $sects{$sect};
123 $sects{$sect} .= postprocess($section);
345 for $sect (qw(NAME SYNOPSIS TARGET DESCRIPTION OPTIONS ENVIRONMENT FILES
347 if(exists $sects{$sect}) {
348 $head = $sect;
351 print scalar unmunge ($sects{$sect});
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dopncls.c1202 asection *sect; in bfd_get_debug_link_info_1() local
1212 sect = bfd_get_section_by_name (abfd, GNU_DEBUGLINK); in bfd_get_debug_link_info_1()
1214 if (sect == NULL || (sect->flags & SEC_HAS_CONTENTS) == 0) in bfd_get_debug_link_info_1()
1217 size = bfd_section_size (sect); in bfd_get_debug_link_info_1()
1223 if (!bfd_malloc_and_get_section (abfd, sect, &contents)) in bfd_get_debug_link_info_1()
1290 asection *sect; in bfd_get_alt_debug_link_info() local
1300 sect = bfd_get_section_by_name (abfd, GNU_DEBUGALTLINK); in bfd_get_alt_debug_link_info()
1302 if (sect == NULL || (sect->flags & SEC_HAS_CONTENTS) == 0) in bfd_get_alt_debug_link_info()
1305 size = bfd_section_size (sect); in bfd_get_alt_debug_link_info()
1309 if (!bfd_malloc_and_get_section (abfd, sect, & contents)) in bfd_get_alt_debug_link_info()
[all …]
H A Dsection.c1380 asection *sect; in bfd_map_over_sections() local
1383 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next) in bfd_map_over_sections()
1384 (*operation) (abfd, sect, user_storage); in bfd_map_over_sections()
1416 asection *sect; in bfd_sections_find_if() local
1418 for (sect = abfd->sections; sect != NULL; sect = sect->next) in bfd_sections_find_if()
1419 if ((*operation) (abfd, sect, user_storage)) in bfd_sections_find_if()
1422 return sect; in bfd_sections_find_if()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dopncls.c1203 asection *sect; in bfd_get_debug_link_info_1() local
1214 sect = bfd_get_section_by_name (abfd, GNU_DEBUGLINK); in bfd_get_debug_link_info_1()
1216 if (sect == NULL) in bfd_get_debug_link_info_1()
1219 size = bfd_section_size (sect); in bfd_get_debug_link_info_1()
1226 if (!bfd_malloc_and_get_section (abfd, sect, &contents)) in bfd_get_debug_link_info_1()
1294 asection *sect; in bfd_get_alt_debug_link_info() local
1305 sect = bfd_get_section_by_name (abfd, GNU_DEBUGALTLINK); in bfd_get_alt_debug_link_info()
1307 if (sect == NULL) in bfd_get_alt_debug_link_info()
1310 size = bfd_section_size (sect); in bfd_get_alt_debug_link_info()
1315 if (!bfd_malloc_and_get_section (abfd, sect, & contents)) in bfd_get_alt_debug_link_info()
[all …]
H A Dsection.c1366 asection *sect; in bfd_map_over_sections() local
1369 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next) in bfd_map_over_sections()
1370 (*operation) (abfd, sect, user_storage); in bfd_map_over_sections()
1402 asection *sect; in bfd_sections_find_if() local
1404 for (sect = abfd->sections; sect != NULL; sect = sect->next) in bfd_sections_find_if()
1405 if ((*operation) (abfd, sect, user_storage)) in bfd_sections_find_if()
1408 return sect; in bfd_sections_find_if()
/netbsd-src/usr.sbin/fstyp/
H A Dexfat.c139 read_sectn(FILE *fp, off_t sect, unsigned count, unsigned bytespersec) in read_sectn() argument
141 return (read_buf(fp, sect * bytespersec, bytespersec * count)); in read_sectn()
145 read_sect(FILE *fp, off_t sect, unsigned bytespersec) in read_sect() argument
147 return (read_sectn(fp, sect, 1, bytespersec)); in read_sect()
161 unsigned n, sect; in exfat_compute_boot_chksum() local
165 for (sect = 0; sect < 11; sect++) { in exfat_compute_boot_chksum()
166 sector = read_sect(fp, region + sect, bytespersec); in exfat_compute_boot_chksum()
170 if (sect == 0) { in exfat_compute_boot_chksum()
/netbsd-src/sys/arch/vax/boot/boot/
H A Dmfm.c459 int block, sect, head, cyl, scount; in mfm_rxstrategy() local
487 sect = block % lp->d_secpercyl; in mfm_rxstrategy()
488 head = sect / lp->d_nsectors; in mfm_rxstrategy()
489 sect = sect % lp->d_nsectors; in mfm_rxstrategy()
495 *rsize = 512 * min(scount, lp->d_nsectors - sect); in mfm_rxstrategy()
504 creg.udc_dsect = sect + 1; /* sectors are numbered 1..15 in mfm_rxstrategy()
547 int block, sect, head, cyl, scount, cmd; in mfm_rdstrategy() local
575 sect = block % lp->d_secpercyl; in mfm_rdstrategy()
576 head = sect / lp->d_nsectors; in mfm_rdstrategy()
577 sect = sect % lp->d_nsectors; in mfm_rdstrategy()
[all …]
/netbsd-src/sys/fs/filecorefs/
H A Dfilecore_bmap.c138 u_long frag, sect, zone, izone, a, b, m, n; in filecore_map() local
148 sect = (addr & 0xff) + in filecore_map()
160 if (sect > 0) in filecore_map()
161 sect--; in filecore_map()
162 sect <<= fcmp->drec.share_size; in filecore_map()
200 if (sect << fcmp->drec.log2secsize < n in filecore_map()
204 >> fcmp->drec.log2secsize) + sect; in filecore_map()
212 sect -= (n<<fcmp->drec.log2bpmb) in filecore_map()
/netbsd-src/games/adventure/
H A Dio.c200 int sect; in rdata() local
208 sect = next() - '0'; /* 1st digit of section number */ in rdata()
210 printf("Section %c", sect + '0'); in rdata()
217 sect = 10 * sect + ch - '0'; in rdata()
222 switch (sect) { in rdata()
262 printf("Invalid data section number: %d\n", sect); in rdata()
293 rdesc(int sect) in rdesc() argument
304 && !(sect == 5 && (locc == 0 || locc >= 100))) { in rdesc()
305 switch (sect) { /* now put it into right table */ in rdesc()
345 if (sect != 5 || (locc > 0 && locc < 100)) { in rdesc()
/netbsd-src/external/bsd/libbind/dist/resolv/
H A Dres_findzonecut.c278 ns_sect sect; in get_soa() local
310 sect = ns_s_max, n = 0; in get_soa()
316 sect = ns_s_an, n = ancount; in get_soa()
318 sect = ns_s_ns, n = nscount; in get_soa()
320 sect = ns_s_max, n = 0; in get_soa()
327 if (ns_parserr(&msg, sect, i, &rr) < 0) { in get_soa()
329 p_section(sect, ns_o_query), i)); in get_soa()
339 switch (sect) { in get_soa()
519 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns() argument
525 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns()
[all …]
/netbsd-src/lib/libresolv/
H A Dres_findzonecut.c281 ns_sect sect; in get_soa() local
313 sect = ns_s_max, n = 0; in get_soa()
319 sect = ns_s_an, n = ancount; in get_soa()
321 sect = ns_s_ns, n = nscount; in get_soa()
323 sect = ns_s_max, n = 0; in get_soa()
330 if (ns_parserr(&msg, sect, i, &rr) < 0) { in get_soa()
332 p_section(sect, ns_o_query), i)); in get_soa()
342 switch (sect) { in get_soa()
520 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns() argument
526 for (i = 0; i < ns_msg_count(*msg, sect); i++) { in save_ns()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarasm.cc229 hash_section (section *sect) in hash_section() argument
231 if (sect->common.flags & SECTION_NAMED) in hash_section()
232 return htab_hash_string (sect->named.name); in hash_section()
233 return sect->common.flags & ~SECTION_DECLARED; in hash_section()
241 return old->sect == new_section; in equal()
247 return hash_section (old->sect); in hash()
256 section *sect; in get_unnamed_section() local
258 sect = ggc_alloc<section> (); in get_unnamed_section()
259 sect->unnamed.common.flags = flags | SECTION_UNNAMED; in get_unnamed_section()
260 sect->unnamed.callback = callback; in get_unnamed_section()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarasm.c225 hash_section (section *sect) in hash_section() argument
227 if (sect->common.flags & SECTION_NAMED) in hash_section()
228 return htab_hash_string (sect->named.name); in hash_section()
229 return sect->common.flags & ~SECTION_DECLARED; in hash_section()
237 return old->sect == new_section; in equal()
243 return hash_section (old->sect); in hash()
252 section *sect; in get_unnamed_section() local
254 sect = ggc_alloc<section> (); in get_unnamed_section()
255 sect->unnamed.common.flags = flags | SECTION_UNNAMED; in get_unnamed_section()
256 sect->unnamed.callback = callback; in get_unnamed_section()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/demos/bio/
H A Dserver-conf.c32 STACK_OF(CONF_VALUE) *sect = NULL; in main()
50 sect = NCONF_get_section(conf, "default"); in main()
52 if (sect == NULL) { in main()
62 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) { in main()
64 cnf = sk_CONF_VALUE_value(sect, i); in main()

12345678910>>...13