Home
last modified time | relevance | path

Searched refs:documents (Results 1 – 25 of 246) sorted by relevance

12345678910

/freebsd/contrib/lyaml/lib/lyaml/
H A Dinit.lua263 local function dump(documents, opts)
277 for _, document in ipairs(documents) do
479 local documents = {}
507 documents[#documents + 1] = document
513 return opts.all and documents or documents[1]
/freebsd/bin/sh/tests/parser/
H A Dheredoc7.03 # documents, causing the here document writing process to segfault.
12 # documents, causing sh to segfault.
/freebsd/contrib/libyaml/tests/
H A Drun-dumper.c234 yaml_document_t documents[MAX_DOCUMENTS]; in main() local
241 memset(documents, 0, MAX_DOCUMENTS*sizeof(yaml_document_t)); in main()
271 assert(copy_document(&(documents[document_number++]), &document)); in main()
297 …assert(compare_documents(documents+count, &document) || print_output(argv[number], buffer, written… in main()
306 yaml_document_delete(documents+k); in main()
/freebsd/sys/contrib/device-tree/Bindings/gnss/
H A Dgnss.txt3 This documents the binding structure and common properties for GNSS receiver
9 Please refer to the following documents for generic properties:
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/file/magic/Magdir/
H A Dmathcad4 # mathcad: file(1) magic for Mathcad documents
H A Dlocoscript4 # locoscript: file(1) magic for LocoScript documents and related files
/freebsd/
H A DLOCKS2 This file documents formal review/approval requirements that have been
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-dove.txt3 This file documents differences between the core properties in mmc.txt
H A Dorion-sdio.txt3 This file documents differences between the core properties in mmc.txt
H A Dsdhci-spear.txt3 This file documents differences between the core properties in mmc.txt
H A Dsdhci-sirf.txt3 This file documents differences between the core properties in mmc.txt
H A Dbrcm,kona-sdhci.txt3 This file documents differences between the core properties in mmc.txt
H A Dvt8500-sdmmc.txt3 This file documents differences between the core properties described
H A Dbrcm,bcm2835-sdhost.txt3 This file documents differences between the core properties described
H A Dfsl-imx-mmc.txt3 This file documents differences to the properties defined in mmc.txt.
H A Dmmc-card.txt4 This documents describes the devicetree bindings for a mmc-host controller
H A Dsocfpga-dw-mshc.txt5 a SoC with storage medium such as eMMC or SD/MMC cards. This file documents
/freebsd/contrib/smbfs/
H A DCREDITS4 Various documents from the Microsoft ftp site.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-bluetooth.txt4 This documents the binding structure and common properties for serial
/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-HMAC-DRBG.pod66 …rc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIP…
130 …rc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIP…
H A DEVP_RAND-HASH-DRBG.pod65 …rc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIP…
127 …rc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-program/documents/fips%20140-3/FIP…
/freebsd/crypto/openssl/doc/
H A DREADME.md10 A few how-to documents; not necessarily up-to-date
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-sdram-controller.txt7 For now, this Device Tree binding documentation only documents the
/freebsd/contrib/byacc/
H A DLICENSE6 used in Berkeley Yacc are all either taken from documents available to the

12345678910