Home
last modified time | relevance | path

Searched refs:Write (Results 1 – 25 of 98) sorted by relevance

1234

/minix3/common/dist/zlib/contrib/ada/
H A Dzlib-streams.adb111 Ada.Streams.Write (Stream.Back.all, Buffer (1 .. Last));
183 procedure Write subprogram
188 procedure Write (Item : in Stream_Element_Array); subprogspec
194 procedure Write (Item : in Stream_Element_Array) is subprogram
196 Ada.Streams.Write (Stream.Back.all, Item);
197 end Write;
199 procedure Write is new ZLib.Write argument
200 (Write => Write,
204 Write (Stream.Writer, Item, No_Flush);
205 end Write;
H A Dtest.adb171 Write (Target, Buffer (1 .. Last));
194 Write (File_Out, Item);
240 Write (File_In, Buffer);
247 Write
H A Dmtest.adb73 procedure Compare_Write is new ZLib.Write (Write => Compare);
H A Dzlib.ads242 with procedure Write formal
251 procedure Write subprogspec
H A Dzlib-streams.ads25 procedure Write subprogspec
H A Dzlib.adb668 procedure Write subprogram
692 Write (Buffer (1 .. Out_Last)); argument
699 end Write;
/minix3/external/bsd/nvi/docs/internals/
H A Dautowrite11 ^Z Y Y Write file and suspend.
16 ^^ Y Y Write file and jump.
23 ^] Y Y Write file and jump.
28 :! Y Y Write file and execute.
43 :next Y Y Y Write changes and jump.
44 :next Y Y N Write changes and jump.
50 :rewind Y Y N Write changes and jump.
58 :tag Y Y N Write changes and jump.
65 :stop Y Y N Write changes and suspend.
87 :xit Y * * Write changes and exit.
H A Dopenmode9 Write lines from the edit buffer starting at:
/minix3/minix/commands/writeisofs/
H A Dwriteisofs.c23 #define Writefield(fd, f) Write(fd, &(f), sizeof(f))
175 Write(int fd, void *buf, ssize_t len) in Write() function
203 Write(fd, block, ISO_SECTOR); in writesector()
474 *bytes += Write(fd, &pte.len, sizeof(pte.len)); in traversetree()
475 *bytes += Write(fd, &pte.zero, sizeof(pte.zero)); in traversetree()
476 *bytes += Write(fd, &pte.startsector, sizeof(pte.startsector)); in traversetree()
477 *bytes += Write(fd, &pte.parent, sizeof(pte.parent)); in traversetree()
482 *bytes += Write(fd, newname, pte.len); in traversetree()
512 Write(fd, block, x); in makepathtables()
579 total = Write(fd, &entry.recordsize, sizeof(entry.recordsize)); in write_direntry()
[all …]
/minix3/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-without-libc.c31 int Write = __llvm_profile_write_buffer(Buffer); in main() local
33 return Write; in main()
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp62 static unsigned Write = 2; variable
257 Ty, MemRef::Read | MemRef::Write); in visitCallSite()
284 MemRef::Write); in visitCallSite()
308 MemRef::Write); in visitCallSite()
319 MemRef::Write); in visitCallSite()
329 0, nullptr, MemRef::Read | MemRef::Write); in visitCallSite()
333 0, nullptr, MemRef::Write); in visitCallSite()
339 0, nullptr, MemRef::Read | MemRef::Write); in visitCallSite()
347 0, nullptr, MemRef::Read | MemRef::Write); in visitCallSite()
395 if (Flags & MemRef::Write) { in visitMemoryReference()
[all …]
/minix3/external/bsd/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-build.rst52 Write out the C++ fragment which defines the components, library names, and
61 Write out new *LLVMBuild.txt* files based on the loaded components. This is
71 Write out the LLVMBuild in the form of a CMake fragment, so it can easily be
80 Write out the LLVMBuild in the form of a Makefile fragment, so it can easily be
H A Dllvm-link.rst33 Write output in LLVM intermediate language (instead of bitcode).
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcrashes.cpp91 void Write(const Variant& __v);
92 void Write(const InfallibleTArray& __v);
95 Write(x); in Write2()
/minix3/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DUnitTests.cs253 writer.Write("hi there"); in GZipStream_WriteRead()
254 writer.Write(Math.PI); in GZipStream_WriteRead()
255 writer.Write(42); in GZipStream_WriteRead()
H A DGZipStream.cs199 public override void Write(byte[] buffer, int offset, int count) in Write() method in DotZLib.GZipStream
/minix3/external/mit/xorg/lib/libXdmcp/
H A DMakefile16 Write.c \
/minix3/external/bsd/tcpdump/dist/tests/
H A Daoe_1-v.out715 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 2, Cmd/Status: 52
720 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 0, Cmd/Status: 64
737 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 2, Cmd/Status: 52
742 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 0, Cmd/Status: 64
785 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 2, Cmd/Status: 52
790 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 0, Cmd/Status: 64
795 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 2, Cmd/Status: 52
800 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 0, Cmd/Status: 64
805 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 2, Cmd/Status: 52
810 AFlags: [Ext48, Write], Err/Feature: 0, Sector Count: 0, Cmd/Status: 64
[all …]
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DEndianTest.cpp35 TEST(Endian, Write) { in TEST() argument
/minix3/external/bsd/file/dist/magic/magdir/
H A Dsql69 # SQLite Write-Ahead Log from SQLite version >= 3.7.0
71 0 belong&0xfffffffe 0x377f0682 SQLite Write-Ahead Log,
/minix3/external/bsd/llvm/dist/llvm/test/Other/
H A Dlint.ll59 ; CHECK: Write to read-only memory
61 ; CHECK: Write to text section
80 ; CHECK: Write to read-only memory
/minix3/crypto/external/bsd/openssl/dist/doc/apps/
H A Drand.pod31 Write to I<file> instead of standard output.
/minix3/crypto/external/bsd/heimdal/dist/cf/
H A Dcheck-xau.m43 dnl check for Xau{Read,Write}Auth and XauFileName
/minix3/external/bsd/llvm/dist/clang/docs/
H A DLibFormat.rst15 FIXME: Write up design.
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td40 def P440_IWB : FuncUnit; // Write-back unit for the I pipeline
43 def P440_JWB : FuncUnit; // Write-back unit for the J pipeline
46 def P440_LWB : FuncUnit; // Write-back unit for the L pipeline
53 def P440_FWB : FuncUnit; // Write-back unit for the F pipeline

1234