Home
last modified time | relevance | path

Searched full:writing (Results 1 – 25 of 2903) sorted by relevance

12345678910>>...117

/openbsd-src/gnu/usr.bin/perl/lib/
H A Dh2xs.t61 # do `$^X -e 'warn "Writing h2xst"' 2>&1`; duplicity.
83 Writing $name/ppport.h
84 Writing $name/lib/$name.pm
85 Writing $name/$name.xs
86 Writing $name/fallback/const-c.inc
87 Writing $name/fallback/const-xs.inc
88 Writing $name/Makefile.PL
89 Writing $name/README
90 Writing $name/t/$name.t
91 Writing $name/Changes
[all …]
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMPass.rst2 Writing an LLVM Pass
23 <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
45 Quick Start --- Writing hello world
108 Which are needed because we are writing a `Pass
141 <writing-an-llvm-pass-FunctionPass>`. The different builtin pass subclasses
142 are described in detail :ref:`later <writing-an-llvm-pass-pass-classes>`, but
[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
337 When writing YAML, if the value being written does not match any of the values
359 To support reading and writing of MyFlags, you specialize ScalarBitSetTraits<>
391 With the above, YAML I/O (when writing) will test mask each value in the
418 To support reading and writing such fields, you need to use the maskedBitSet()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DINST.t54 (?:Writing\ $Makefile\ for\ Big::Liar\n)?
55 (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)?
60 Writing\ $Makefile\ for\ Big::Dummy\n
61 (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)?
142 (?:Writing\ $Makefile\ for\ Big::Liar\n)?
143 (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)?
148 Writing\ $Makefile\ for\ Big::Dummy\n
149 (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)?
H A DINST_PREFIX.t58 (?:Writing\ $Makefile\ for\ Big::Liar\n)?
59 (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)?
64 Writing\ $Makefile\ for\ Big::Dummy\n
65 (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)?
90 (?:Writing\ $Makefile\ for\ Big::Liar\n)?
91 (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)?
96 Writing\ $Makefile\ for\ Big::Dummy\n
97 (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)?
H A DMkbootstrap.t60 skip("cannot open boot_BS for writing: $!", 1) unless $file_is_ready;
76 # if it can't be opened for writing, we want to prove that it'll die
94 like( $read, qr/Writing dasboot.bs/, 'should print status' );
139 is( $out->read, "Writing dasboot.bs\n", 'should hush without Verbose set' );
/openbsd-src/lib/libc/sys/
H A Dopen.239 .Nd open or create a file for reading or writing
50 for reading and/or writing as specified by the
76 Open for writing only.
78 Open for reading and writing.
124 and a writing mode are specified and the
260 The required permissions (for reading and/or writing)
268 does not permit writing.
276 it is to be opened for writing.
/openbsd-src/lib/libc/stdio/
H A Dfopen.365 Open for reading and writing.
67 Open for writing.
70 Open for reading and writing.
73 Open for writing.
76 Open for reading and writing.
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/
H A Dabs2rel.t33 or die "Unable to open 'second_file' for writing: $!";
35 close $OUT2 or die "Unable to close 'second_file' after writing: $!";
40 or die "Unable to open $first_file for writing: $!";
42 close $OUT1 or die "Unable to close $first_file after writing: $!";
/openbsd-src/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-src/usr.bin/write/
H A Dwrite.152 command, the user you are writing to gets a message of the form:
67 You can prevent people (other than the superuser) from writing to you
73 disallow writing automatically, so that output isn't overwritten.
87 The traditional protocol for writing to someone is that the string
/openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/
H A Dguide.html7 <title>Build and Writing Guide for libstdc++ Doxygen</title>
21 <li><a href="#writing">Writing the markup</a></li>
59 <a name="writing"><h2>Writing the markup</h2></a>
/openbsd-src/lib/libz/
H A Dgzwrite.c1 /* gzwrite.c -- zlib functions for writing gzip files
8 /* Initialize state for writing a gzip file. Mark initialization by setting
60 Return -1 if there is an error writing to the output file or if gz_init()
245 /* check that we're writing and that there's no error */ in gzwrite()
271 /* check that we're writing and that there's no error */ in gzfwrite()
299 /* check that we're writing and that there's no error */ in gzputc()
310 /* try writing to input buffer for speed (state->size == 0 if buffer not in gzputc()
341 /* check that we're writing and that there's no error */ in gzputs()
372 /* check that we're writing and that there's no error */ in gzvprintf()
462 /* check that we're writing and that there's no error */ in gzprintf()
[all …]
/openbsd-src/lib/libc/gen/
H A Dpopen.351 argument may specify only reading or writing, not both;
75 for writing.
90 Writing to such a stream
184 Similarly, the output from a command opened for writing
/openbsd-src/gnu/usr.bin/perl/t/io/
H A Dtell.t115 is(tell($tst), 5, 'tell() after writing "fred\n" returns 5');
119 is(tell($tst), 10, 'tell() after writing "more\n" returns 10');
144 'check tell() after writing "xxxx\n"'); # unset PERLIO or PERLIO=stdio (e.g. HP-UX, Solaris)
154 # be at eof after opening a file but before seeking, reading, or writing.
159 pass("check tell() after writing in mode '>>'");
/openbsd-src/gnu/usr.bin/perl/cpan/autodie/t/
H A Drecv.t56 # Terminate writing for $sock1
61 # Writing to a socket terminated for writing should fail.
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/ext/pb_ds/
H A Dassoc_container_tag_cd.svg275 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr;text-anch…
286 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr;text-anch…
311 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr;text-anch…
325 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-a…
340 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr;text-anch…
376 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-a…
384 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-a…
417 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-a…
429 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-a…
443 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-a…
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dlinker.texi6 generic versions are provided. However, writing them can
28 header file @code{genlink.h}. As of this writing, the only back
68 When writing the linker routines for a new back end, you will
247 * Writing the symbol table::
271 @node Relocating the section contents, Writing the symbol table, Information provided by the linker…
302 writing section contents is @code{aout_link_input_section}. The
306 @node Writing the symbol table, , Relocating the section contents, Performing the Final Link
307 @subsubsection Writing the symbol table
348 while writing out the symbols, which is written to the output
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dlinker.texi6 generic versions are provided. However, writing them can
28 header file @code{genlink.h}. As of this writing, the only back
68 When writing the linker routines for a new back end, you will
247 * Writing the symbol table::
271 @node Relocating the section contents, Writing the symbol table, Information provided by the linker…
302 writing section contents is @code{aout_link_input_section}. The
306 @node Writing the symbol table, , Relocating the section contents, Performing the Final Link
307 @subsubsection Writing the symbol table
348 while writing out the symbols, which is written to the output
/openbsd-src/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) {
696 reading/writing gzip files, and the C<Compress::Raw::Zlib> module for some
708 If you are writing new code, your first port of call should be one of the
713 A number of functions are supplied in I<zlib> for reading and writing
746 for writing gzip files and L<IO::Uncompress::Gunzip|IO::Uncompress::Gunzip>
759 A more complete and flexible interface for reading/writing gzi
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/IPC-Open3/lib/IPC/
H A DOpen2.pm13 IPC::Open2 - open a process for both reading and writing using open2()
39 reading and $chld_in for writing. It's what you think should work
71 assumes it's going to talk to something like L<bc(1)>, both writing
103 # reading and $wtr for writing. return pid
/openbsd-src/lib/libelf/
H A Delf_begin.363 for reading or writing depending on the value of argument
136 This command is used to prepare an ELF file for reading and writing.
143 should have been opened for reading and writing.
170 should have been opened for writing.
/openbsd-src/bin/ed/USD.doc/09.edtut/
H A De238 Writing text out as a file \- the Write command ``w''
76 Writing a file just makes a copy of the text \- the
98 by writing it onto a file using the
121 if you try to quit without writing.
225 you are writing into the proper file each time.
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-scanf-1.c103 /* Tests for writing into constant values. */ in foo()
104 scanf ("%d", cip); /* { dg-warning "constant" "%d writing into const" } */ in foo()
105 scanf ("%n", cn); /* { dg-warning "constant" "%n writing into const" } */ in foo()
106 scanf ("%s", cs); /* { dg-warning "constant" "%s writing into const" } */ in foo()
107 scanf ("%p", pcp); /* { dg-warning "constant" "%p writing into const" } */ in foo()
118 scanf ("%d", (int *)0); /* { dg-warning "null" "writing into NULL" } */ in foo()
/openbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c64 err(1, "%s: Can't open `%s' for writing", __func__, image); in cd9660_write_image()
70 warnx("%s: Error writing generic boot image", in cd9660_write_image()
79 warnx("%s: Error writing volume descriptors to image", in cd9660_write_image()
90 warnx("%s: Error writing path tables to image", __func__); in cd9660_write_image()
97 warnx("%s: Error writing files to image", __func__); in cd9660_write_image()
135 * @param int Sector to start writing path table to
253 INODE_WARNX(("%s: writing inode %d blocks at %" PRIu32, in cd9660_write_file()
281 * Now loop over children, writing out their directory in cd9660_write_file()

12345678910>>...117