| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 40-test_rehash.t | 68 my $writing = 0; 73 die "New start in a PEM blob?\n" if $writing; 81 $writing = 1; 83 print OUT $line if $writing; 85 close OUT if $writing; 86 $writing = 0; 89 die "No end marker in $basename\n" if $writing;
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
| H A D | 40-test_rehash.t | 68 my $writing = 0; 73 die "New start in a PEM blob?\n" if $writing; 81 $writing = 1; 83 print OUT $line if $writing; 85 close OUT if $writing; 86 $writing = 0; 89 die "No end marker in $basename\n" if $writing;
|
| /netbsd-src/external/bsd/iscsi/dist/src/initiator/ |
| H A D | iscsi-initiator.c | 221 uint32_t blocklen, uint8_t *data, int writing) in blockop() argument 230 cdb[0] = (writing) ? WRITE_10 : READ_10; in blockop() 237 if (writing) { in blockop() 268 uint32_t blocklen, uint8_t *data, int sglen, int writing) in sgblockop() argument 278 cdb[0] = (writing) ? WRITE_10 : READ_10; in sgblockop() 286 args.output = (writing) ? 1 : 0; in sgblockop() 287 args.input = (writing) ? 0 : 1; in sgblockop() 290 args.send_data = (writing) ? data : NULL; in sgblockop() 291 args.send_sg_len = (writing) ? sglen : 0; in sgblockop() 292 args.recv_data = (writing) ? NULL : data; in sgblockop() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | WritingAnLLVMPass.rst | 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 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 163 We declare a :ref:`runOnFunction <writing-an-llvm-pass-runOnFunction>` method, 165 <writing-an-llvm-pass-FunctionPass>`. This is where we are supposed to do our [all …]
|
| H A D | YamlIO.rst | 74 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 …]
|
| H A D | MarkdownQuickstartTemplate.md | 5 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 D | README.txt | 22 If you are interested in writing new documentation, you will want to read 23 `SphinxQuickstartTemplate.rst` which will get you writing documentation
|
| /netbsd-src/external/bsd/bzip2/dist/ |
| H A D | bzlib.c | 899 Bool writing; member 947 bzf->writing = True; in BZ_API() 978 if (!(bzf->writing)) in BZ_API() 1037 if (!(bzf->writing)) in BZ_API() 1121 bzf->writing = False; in BZ_API() 1153 if (bzf->writing) in BZ_API() 1177 if (bzf->writing) in BZ_API() 1394 int writing = 0; in bzopen_or_bzdopen() local 1407 writing = 0; break; in bzopen_or_bzdopen() 1409 writing = 1; break; in bzopen_or_bzdopen() [all …]
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | CHANGES | 33 number of partial-segments allowed to be in progress writing at any 37 for writing and the time that the write completes, the filesystem 64 for writing, since that could trigger a miscounting in lfs_truncate. 101 - When writing a partial-segment, make sure that the current segment is 110 rewritten, and the partial-segment writing code changed to match. 132 not writing indirect blocks.) 149 writing routine mentioned above to write an ifile of whatever size is
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | ctl_srvr.c | 75 available = 0, initializing, writing, reading, reading_data, enumerator 317 sess->state == writing); in ctl_response() 320 ctl_new_state(sess, writing, me); in ctl_response() 491 sess->state == writing || in ctl_close() 499 else if (sess->state == writing) { in ctl_close() 529 sess->state == writing || in ctl_start_read() 641 REQUIRE(sess->state == writing); in ctl_wrtimeout() 732 REQUIRE(sess->state == writing); in ctl_writedone()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | msggrep-6 | 27 cannot\ open\ backup\ file\ "%s"\ for\ writing=\u00d6ffnen der Sicherungsdatei \u00bb%s\u00ab zum S… 35 error\ writing\ "%s"=Fehler beim Schreiben von \u00bb%s\u00ab
|
| /netbsd-src/sys/fs/ntfs/ |
| H A D | TODO | 24 - implement writing into resident attributes, so it would be possible 29 - once writing would work, consider quota support
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man7/ |
| H A D | DERlib.pod | 9 OpenSSL contains an internal small DER reading and writing library, 35 DER writers are based in L<WPACKET(3)>, a generic packet writing 111 C<sha256Identifier> and C<mgf1SHA256Identifier>, the DER writing code
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/ |
| H A D | movmp.ms | 18 ; Test that writing to zero-registers is a nop 100 ; And check writing to memory, clear and srp.
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| H A D | bzlib.c | 657 Bool writing; member 712 bzf->writing = False; in BZ_API() 744 if (bzf->writing) in BZ_API() 768 if (bzf->writing) in BZ_API() 929 int writing = 0; in bzopen_or_bzdopen() local 943 writing = 0; break; in bzopen_or_bzdopen() 945 writing = 1; break; in bzopen_or_bzdopen() 955 strcat(mode2, writing ? "w" : "r" ); in bzopen_or_bzdopen() 960 fp = (writing ? stdout : stdin); in bzopen_or_bzdopen() 974 if (writing) { in bzopen_or_bzdopen() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| H A D | README | 22 message and the common flow of steps for writing a message etc 28 writing sub-state machine. See the source comments in statem.c for a more
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | seeksize_example.txt | 83 While zipping, the process is reading from one location and writing 85 reading from one location and writing to another, that often the
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | X509_load_http.pod | 31 internal one for connecting, writing the request, and reading the response. 34 B<bio> is used for writing the request, and B<rbio> for reading the response.
|
| H A D | BIO_socket_wait.pod | 23 else for writing, at most until B<max_time>. 27 B<bio>, for reading if B<bio> is supposed to read, else for writing.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | seeksize_example.txt | 83 While zipping, the process is reading from one location and writing 85 reading from one location and writing to another, that often the
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| H A D | README.md | 23 message and the common flow of steps for writing a message etc 29 writing sub-state machine. See the source comments in statem.c for a more
|
| /netbsd-src/external/bsd/pdisk/dist/ |
| H A D | HISTORY | 7 12/1996 - Spent three weeks adding more commands, writing 62 Warn when creating/writing a map with more than 15 entries
|
| /netbsd-src/games/fortune/ |
| H A D | README | 30 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
|
| /netbsd-src/distrib/syspkg/sets/comp/comp-sys-catman/ |
| H A D | DESCR | 2 which describe APIs available for writing device drivers and other parts
|
| /netbsd-src/external/gpl2/xcvs/dist/ |
| H A D | BUGS | 21 change such characters to underscores before writing them to the RCS 37 can cause data loss. Symlinks are only a problem when writing files. If your 46 writing files. If your repository does not allow any write access, symlinks
|