Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-14-stable/crypto/openssl/test/recipes/
HD40-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-14-stable/sys/contrib/device-tree/Bindings/
HDindex.rst7 writing-bindings
8 writing-schema
/freebsd-14-stable/contrib/bzip2/
HDbzlib.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()
1124 bzf->writing = False; 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()
[all …]
/freebsd-14-stable/sys/contrib/device-tree/Bindings/mtd/
HDfsl-upm-nand.txt18 UPM pattern (0x1), after writing a data byte (0x2) or after
19 writing out a buffer (0x4).
/freebsd-14-stable/crypto/openssl/doc/internal/man7/
HDDERlib.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-14-stable/usr.sbin/bsdconfig/security/include/
HDsecurelevel.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-14-stable/share/examples/libusb20/
HDREADME8 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-14-stable/crypto/openssl/doc/man3/
HDX509_load_http.pod34 internal one for connecting, writing the request, and reading the response.
37 B<bio> is used for writing the request, and B<rbio> for reading the response.
HDBIO_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.
HDSSL_in_init.pod60 "client writing", "server reading" or "server writing" respectively.
HDBIO_f_base64.pod24 For writing, by default output is divided to lines of length 64
38 For writing, it causes all data to be written on one line without
/freebsd-14-stable/usr.bin/fortune/
HDREADME23 his delightful Bella Gross, and Octavius Roy Cohen to quit writing about the
25 to its logical end, would have forbidden Ring Lardner from writing in the
/freebsd-14-stable/crypto/openssl/ssl/statem/
HDREADME.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-14-stable/kerberos5/
HDREADME4 At the time of writing, it did not even contain source code, only
/freebsd-14-stable/sys/contrib/device-tree/Bindings/fpga/
HDaltera-socfpga-fpga-mgr.txt7 - The second index is for writing FPGA configuration data.
HDaltera-socfpga-a10-fpga-mgr.txt7 - The second index is for writing FPGA configuration data.
/freebsd-14-stable/usr.bin/tee/tests/
HDsigint.orch8 -- writing to the pty or trying to read from it to perform the following match.
/freebsd-14-stable/contrib/ntp/html/scripts/
HDmonopt.txt3 <li class='inline'><a href='monopt.html#statistics'>statistics - enable writing of statistics recor…
/freebsd-14-stable/sys/contrib/device-tree/Bindings/serial/
Dqcom,msm-uart.txt5 with the MSM serial UARTDM except that it only supports reading and writing one
/freebsd-14-stable/sys/contrib/device-tree/Bindings/spi/
HDspi-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-14-stable/sys/contrib/device-tree/Bindings/dma/
HDqcom_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-14-stable/sys/contrib/edk2/
HDFREEBSD-upgrade4 set of files from MdePkg is quite large (10MB at the time of writing). To do
/freebsd-14-stable/contrib/capsicum-test/
HDCONTRIBUTING.md8 * If you are an individual writing original source code and you're sure you
/freebsd-14-stable/sbin/fsck_msdosfs/
HDfat.c385 bool writing) in fat_get_fat32_cache_entry() argument
401 if (writing) { in fat_get_fat32_cache_entry()
432 if (writing) { in fat_get_fat32_cache_entry()
441 fat_get_fat32_cached_ptr(struct fat_descriptor *fat, cl_t cl, bool writing) in fat_get_fat32_cached_ptr() argument
447 entry = fat_get_fat32_cache_entry(fat, addr, writing); in fat_get_fat32_cached_ptr()
/freebsd-14-stable/contrib/pam_modules/pam_passwdqc/
HDPLATFORMS14 As of this writing (April 2002), FreeBSD-current is moving to OpenPAM

12345678910>>...12