Home
last modified time | relevance | path

Searched refs:writing (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dscm-valprint.c293 scm_listify (exp, port, (writing ? BOOL_T : BOOL_F), in scm_scmval_print()
308 scm_raprin1 (exp, port, writing); in scm_scmval_print()
330 scm_iprin1 (CCLO_SUBR (exp), port, writing); in scm_scmval_print()
341 if (i < scm_numptob && scm_ptobs[i].print && (scm_ptobs[i].print) (exp, port, writing)) in scm_scmval_print()
347 && (scm_smobs[i].print) (exp, port, writing)) in scm_scmval_print()
/openbsd/gnu/llvm/llvm/docs/
H A DWritingAnLLVMPass.rst23 <writing-an-llvm-pass-ModulePass>` , :ref:`CallGraphSCCPass
24 <writing-an-llvm-pass-CallGraphSCCPass>`, :ref:`FunctionPass
25 <writing-an-llvm-pass-FunctionPass>` , or :ref:`LoopPass
26 <writing-an-llvm-pass-LoopPass>`, or :ref:`RegionPass
27 <writing-an-llvm-pass-RegionPass>` classes, which gives the system more
108 Which are needed because we are writing a `Pass
403 <writing-an-llvm-pass-runOnSCC>` (including global data).
467 <writing-an-llvm-pass-runOnFunction>` (including global data).
470 World <writing-an-llvm-pass-basiccode>` pass for example).
905 <writing-an-llvm-pass-RegisterAnalysisGroup>`.
[all …]
H A DYamlIO.rst74 The YAML I/O library structures and simplifies reading and writing YAML
79 writing example YAML for your data structures. You may find after looking at
88 your existing native data structures. Therefore, when writing out YAML
111 both reading and writing YAML. That is, the mapping between in-memory enum
113 This assures that the code for writing and parsing of YAML stays in sync.
308 To support reading and writing of this enumeration, you can define a
391 With the above, YAML I/O (when writing) will test mask each value in the
446 your data type. When writing, YAML I/O will provide the native type and
633 coordinates to x,y coordinates when writing YAML and denormalizes x,y
669 When writing YAML, the local variable "keys" will be a stack allocated
[all …]
H A DREADME.txt22 If you are interested in writing new documentation, you will want to read
23 `SphinxQuickstartTemplate.rst` which will get you writing documentation
H A DMarkdownQuickstartTemplate.md5 This document is meant to get you writing documentation as fast as possible
18 Markdown syntax is useful when writing the document, so the last
45 You generally should not be writing documentation other than a "how to"
H A DSecurityTransparencyReports.rst22 * We started writing an annual transparency report (you're reading the 2021
53 the time of writing this transparency report.
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/Compress/
H A DZlib.pm116 my $writing ;
117 $writing = ! ($mode =~ /r/i) ;
118 $writing = ($mode =~ /[wa]/i) ;
125 my $infDef = $writing ? 'deflate' : 'inflate';
136 if ($writing) {
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c904 Bool writing; member
952 bzf->writing = True; in BZ_API()
983 if (!(bzf->writing)) in BZ_API()
1042 if (!(bzf->writing)) in BZ_API()
1158 if (bzf->writing) in BZ_API()
1182 if (bzf->writing) in BZ_API()
1399 int writing = 0; in bzopen_or_bzdopen() local
1412 writing = 0; break; in bzopen_or_bzdopen()
1414 writing = 1; break; in bzopen_or_bzdopen()
1443 if (writing) { in bzopen_or_bzdopen()
[all …]
/openbsd/usr.sbin/pkg_add/OpenBSD/
H A DUstar.pod21 # for writing
55 to be usable on pipe outputs. For archive writing, the filehandle should
78 the name to save before writing the actual entry:
87 forwarding methods (writing C<create> or C<next> methods that call the
117 Actual writing is performed through C<$o-E<gt>write> and is not mandatory
214 During writing, hard link status is determined according to already written
223 Archives can be copied by creating separate archives for reading and writing.
/openbsd/gnu/usr.bin/perl/cpan/OpenBSD-Unveil/t/
H A DOpenBSD-Unveil.t95 "Opened /dev/null for writing";
111 "Sysopened /dev/null for writing";
124 "Unable to 'open' tempfile for writing";
/openbsd/gnu/lib/libstdc++/libstdc++/docs/html/27_io/
H A Dbinary_iostreams_kanze.txt28 If you are writing something that will be read by another program, or a
31 writing something that will be read by an existing program, or be
/openbsd/gnu/gcc/libstdc++-v3/docs/html/27_io/
H A Dbinary_iostreams_kanze.txt28 If you are writing something that will be read by another program, or a
31 writing something that will be read by an existing program, or be
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Denc_utf8.t37 open(F, ">$file") or die "$0: failed to open '$file' for writing: $!";
58 open(F, ">$f") or die "$0: failed to open '$f' for writing: $!";
H A Denc_eucjp.t45 open(F, ">$file") or die "$0: failed to open '$file' for writing: $!";
67 open(F, ">$f") or die "$0: failed to open '$f' for writing: $!";
/openbsd/games/fortune/
H A DREADME30 his delightful Bella Gross, and Octavius Roy Cohen to quit writing about the
32 to its logical end, would have forbidden Ring Lardner from writing in the
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/
H A DCMakeLists.txt1 # Dbghelp is used on windows for writing minidump files.
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dclang-tblgen.rst17 users of LLVM will not need to use this program. It is used only for writing
H A Dlldb-tblgen.rst17 users of LLVM will not need to use this program. It is used only for writing
H A Dmlir-tblgen.rst17 users of LLVM will not need to use this program. It is used only for writing
H A Dllvm-tblgen.rst17 users of LLVM will not need to use this program. It is used only for writing
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/
H A DREADME.gcc1 This file contains a list of notes for those writing testcases and those
2 writing expect scripts. At present, they're in random order.
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/ObjectFile/PECOFF/
H A DBUILD.gn36 # Dbghelp is used on windows for writing minidump files.
/openbsd/gnu/llvm/llvm/
H A DREADME.txt16 If you are writing a package for LLVM, see docs/Packaging.rst for our
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DTutorial.pod22 This is a short tutorial on writing a simple module with MakeMaker.
203 L<perlmodstyle> gives stylistic help writing a module.
207 There are modules to help you through the process of writing a module:
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.niklas/
H A DREADME15 from writing .exp-files. But they will show up eventually.

12345678910>>...28