Home
last modified time | relevance | path

Searched refs:write_section (Results 1 – 25 of 121) sorted by relevance

12345

/dports/print/libspectre/libspectre-0.2.9/test/
H A Dparser-test.c12 write_section (FILE *fd, const char *section, long begin, long end) in write_section() function
69 write_section (fd, "prolog", doc->beginprolog, doc->endprolog); in main()
70 write_section (fd, "setup", doc->beginsetup, doc->endsetup); in main()
75 write_section (fd, pagename, doc->pages[i].begin, doc->pages[i].end); in main()
78 write_section (fd, "trailer", doc->begintrailer, doc->endtrailer); in main()
/dports/net/samba412/samba-4.12.15/python/samba/gp_parse/
H A Dgp_inf.py46 def write_section(self, header, fp): member in GptTmplInfParser.AbstractParam
68 def write_section(self, header, fp): member in GptTmplInfParser.IniParam
100 def write_section(self, header, fp): member in GptTmplInfParser.RegParam
130 def write_section(self, header, fp): member in GptTmplInfParser.PrivSIDListParam
189 def write_section(self, header, fp): member in GptTmplInfParser.NameModeACLParam
226 def write_section(self, header, fp): member in GptTmplInfParser.MemberSIDListParam
269 def write_section(self, header, fp): member in GptTmplInfParser.UnicodeParam
285 def write_section(self, header, fp): member in GptTmplInfParser.VersionParam
341 self.sections[s].write_section(s, f)
/dports/deskutils/py-khal/khal-0.10.4/doc/source/
H A Dconf.py34 def write_section(specsection, secname, key, comment, output): function
86 write_section(spec[secname]['__many__'][key], secname,
89 write_section(spec[secname][key], secname, key, comment, f)
/dports/devel/byaccj/byaccj1.15/src/
H A Doutput.c31 write_section(jheader); in output()
42 if (rflag) write_section(tables); in output()
44 write_section(header); in output()
49 write_section(jbody_a); in output()
52 write_section(jbody_b); in output()
55 write_section(jbody_nodebug_a); in output()
58 write_section(jbody_nodebug_b); in output()
62 write_section(body); in output()
68 write_section(jtrailer); in output()
70 write_section(jtrailer_nodebug); in output()
[all …]
H A Dskeleton.c840 void write_section(char **section) in write_section() function
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/
H A Doutput.c1991 write_section(fp, xdecls); in output()
2034 write_section(code_file, xdecls); in output()
2036 write_section(code_file, tables); in output()
2041 write_section(code_file, impure_vars); in output()
2043 write_section(code_file, hdr_defs); in output()
2046 write_section(code_file, hdr_vars); in output()
2053 write_section(code_file, body_1); in output()
2056 write_section(code_file, body_vars); in output()
2058 write_section(code_file, body_2); in output()
2063 write_section(code_file, body_3); in output()
[all …]
H A Dyaccpar.c414 write_section(FILE * fp, const char *const section[]) in write_section() function
H A Dbtyaccpar.c1241 write_section(FILE * fp, const char *const section[]) in write_section() function
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/src/
H A Dwrite-qt.c381 write_section (FILE *output_file, unsigned char tag, void *data, size_t size) in write_section() function
466 write_section (output_file, 0x42, obstack_base (&hashes_pool), in write_qm()
470 write_section (output_file, 0x69, obstack_base (&messages_pool), in write_qm()
627 write_section (output_file, 0x2f, obstack_base (&contexts_pool), in write_qm()
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/src/
H A Dwrite-qt.c381 write_section (FILE *output_file, unsigned char tag, void *data, size_t size) in write_section() function
466 write_section (output_file, 0x42, obstack_base (&hashes_pool), in write_qm()
470 write_section (output_file, 0x69, obstack_base (&messages_pool), in write_qm()
627 write_section (output_file, 0x2f, obstack_base (&contexts_pool), in write_qm()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/src/
H A Dwrite-qt.c381 write_section (FILE *output_file, unsigned char tag, void *data, size_t size) in write_section() function
466 write_section (output_file, 0x42, obstack_base (&hashes_pool), in write_qm()
470 write_section (output_file, 0x69, obstack_base (&messages_pool), in write_qm()
627 write_section (output_file, 0x2f, obstack_base (&contexts_pool), in write_qm()
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/src/
H A Dwrite-qt.c381 write_section (FILE *output_file, unsigned char tag, void *data, size_t size) in write_section() function
466 write_section (output_file, 0x42, obstack_base (&hashes_pool), in write_qm()
470 write_section (output_file, 0x69, obstack_base (&messages_pool), in write_qm()
627 write_section (output_file, 0x2f, obstack_base (&contexts_pool), in write_qm()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DElf.cpp571 auto write_section = [&](const Section &s, uint64_t entsize) { in write_shared_object_internal() local
737 write_section(plt, 0); in write_shared_object_internal()
740 write_section(s, 0); in write_shared_object_internal()
752 write_section(s, 0); in write_shared_object_internal()
757 write_section(got, 0); in write_shared_object_internal()
810 uint16_t symtab_idx = write_section(symtab, sizeof(syms[0])); in write_shared_object_internal()
817 uint16_t dynsym_idx = write_section(dynsym, sizeof(syms[0])); in write_shared_object_internal()
839 uint16_t hash_idx = write_section(hash, sizeof(hash_table[0])); in write_shared_object_internal()
928 uint16_t strtab_idx = write_section(strtab, 0); in write_shared_object_internal()
994 uint16_t dyn_idx = write_section(dynamic, sizeof(dyn[0])); in write_shared_object_internal()
/dports/editors/fxite/fxite-FXITE-0_92/jef/
H A Dini_sort.c153 static int write_section(section *a, FILE *f) in write_section() function
232 sl_map(sects,(SlFunc)write_section,f); in ini_sort()
/dports/lang/ocaml/ocaml-4.05.0/yacc/
H A Dskeleton.c49 void write_section(char **section) in write_section() function
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlyac/
H A Dskeleton.c30 void write_section(char *section[]) in write_section() function
/dports/lang/ocaml-nox11/ocaml-4.05.0/yacc/
H A Dskeleton.c49 void write_section(char **section) in write_section() function
/dports/science/qmcpack/qmcpack-3.11.0/tests/test_automation/
H A Dadd_fortran_for_spack_clang.py26 conf_scope.write_section('compilers')
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/git/
H A Dconfig.py443 def write_section(name, section_dict): function
452 write_section(cp.DEFAULTSECT, self._defaults)
454 write_section(name, value)
/dports/www/p5-Apache-Config-Preproc/Apache-Config-Preproc-1.07/t/
H A DTestPreproc.pm89 $tree->write_section($_->name, $_->value) .
/dports/devel/cscout/cscout-bd7dfac/btyacc/
H A Doutput.c34 if (rflag) write_section("tables"); in output()
35 write_section("header"); in output()
37 write_section("body"); in output()
39 write_section("trailer"); in output()
1317 void write_section(char *section_name) in write_section() function
/dports/lang/rexx-regina/regina-rexx-3.9.3/regutil/
H A Dinifile.c365 static void write_section(inif_t fit, sec_t st) in write_section() function
384 write_section(fit, st->N); in write_section()
392 write_section(fit, mst); in write_sections()
/dports/lang/rexx-regutil/regutil/
H A Dinifile.c361 static void write_section(inif_t fit, sec_t st) in write_section() function
380 write_section(fit, st->N); in write_section()
388 write_section(fit, mst); in write_sections()
/dports/www/p5-Apache-Admin-Config/Apache-Admin-Config-0.95/lib/Apache/Admin/
H A DConfig.pm294 $string .= $self->write_section($_->name, $_->value);
601 sub write_section subroutine
858 my $raw = $self->write_section($name, $value);
/dports/devel/sccache/sccache-0.2.15/cargo-crates/object-0.22.0/src/write/
H A Dmacho.rs400 macho.write_section( in macho_write()
643 fn write_section(&self, buffer: &mut dyn WritableBuffer, section: SectionHeader); in write_section() method
705 fn write_section(&self, buffer: &mut dyn WritableBuffer, section: SectionHeader) { in write_section() method
795 fn write_section(&self, buffer: &mut dyn WritableBuffer, section: SectionHeader) { in write_section() method

12345