Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd/crypto/openssl/test/recipes/
H A D40-test_rehash.t68 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;
/freebsd/sys/contrib/device-tree/Bindings/
H A Dindex.rst8 writing-bindings
9 writing-schema
/freebsd/bin/sh/tests/builtins/
H A Dread11.08 # Open fifo1 for writing and then read block on a dummy fifo
10 # Wait for the child to open fifo1 for writing
/freebsd/contrib/bzip2/
H A Dbzlib.c902 Bool writing; member
950 bzf->writing = True; in BZ_API()
981 if (!(bzf->writing)) in BZ_API()
1040 if (!(bzf->writing)) in BZ_API()
1156 if (bzf->writing) in BZ_API()
1180 if (bzf->writing) in BZ_API()
1397 int writing = 0; in bzopen_or_bzdopen() local
1410 writing = 0; break; in bzopen_or_bzdopen()
1412 writing = 1; break; in bzopen_or_bzdopen()
1441 if (writing) { in bzopen_or_bzdopen()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dfsl-upm-nand.txt18 UPM pattern (0x1), after writing a data byte (0x2) or after
19 writing out a buffer (0x4).
/freebsd/crypto/openssl/doc/internal/man7/
H A DDERlib.pod9 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
/freebsd/usr.sbin/bsdconfig/security/include/
H A Dsecurelevel.hlp18 may not be opened for writing; kernel modules (see kld(4))
22 be opened for writing (except by mount(2)) whether mounted or
/freebsd/share/examples/libusb20/
H A DREADME8 very easy to start writing your own code based on that.
10 So I started writing my own examples, to "get a feeling" about how to
/freebsd/crypto/openssl/ssl/statem/
H A DREADME.md23 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
/freebsd/crypto/openssl/doc/man3/
H A DX509_load_http.pod31 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 DBIO_socket_wait.pod23 else for writing, at most until B<max_time>.
27 B<bio>, for reading if B<bio> is supposed to read, else for writing.
H A DSSL_in_init.pod60 "client writing", "server reading" or "server writing" respectively.
H A DBIO_f_base64.pod24 For writing, output is by default divided to lines of length 64
39 For writing, it causes all data to be written on one line without
/freebsd/usr.bin/fortune/
H A DREADME22 his delightful Bella Gross, and Octavius Roy Cohen to quit writing about the
24 to its logical end, would have forbidden Ring Lardner from writing in the
/freebsd/kerberos5/
H A DREADME4 At the time of writing, it did not even contain source code, only
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Daltera-socfpga-fpga-mgr.txt7 - The second index is for writing FPGA configuration data.
H A Daltera-socfpga-a10-fpga-mgr.txt7 - The second index is for writing FPGA configuration data.
/freebsd/bin/sh/tests/parser/
H A Dheredoc7.03 # documents, causing the here document writing process to segfault.
/freebsd/contrib/ntp/html/scripts/
H A Dmonopt.txt3 <li class='inline'><a href='monopt.html#statistics'>statistics - enable writing of statistics recor…
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dqcom,msm-uart.txt5 with the MSM serial UARTDM except that it only supports reading and writing one
H A Dqcom,msm-uart.yaml16 with the MSM serial UARTDM except that it only supports reading and writing
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dsprd,spi-adi.yaml34 one system is reading/writing data by ADI software channels, that should be under
35 one hardware spinlock protection to prevent other systems from reading/writing
H A Dspi-sprd-adi.txt22 one system is reading/writing data by ADI software channels, that should be under
23 one hardware spinlock protection to prevent other systems from reading/writing
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dqcom_hidma_mgmt.txt24 writing into destination memory. Setting this value incorrectly can
32 applied back to back while writing to the destination before yielding
/freebsd/contrib/capsicum-test/
H A DCONTRIBUTING.md8 * If you are an individual writing original source code and you're sure you

12345678910>>...13