| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 1 //===- llvm/Support/Path.h - Path Operating System Concept ------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 27 enum class Style { enum 36 constexpr bool is_style_posix(Style S) { in is_style_posix() 37 if (S == Style::posix) in is_style_posix() 39 if (S != Style::native) in is_style_posix() 49 constexpr bool is_style_windows(Style S) { return !is_style_posix(S); } in is_style_windows() 56 /// This is an input iterator that iterates over the individual components in [all …]
|
| H A D | FormatProviders.h | 1 //===- FormatProviders.h - Formatters for common LLVM types -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 83 if (Str.consume_front("x-")) in consumeHexStyle() 85 if (Str.consume_front("X-")) in consumeHexStyle() 94 static size_t consumeNumHexDigits(StringRef &Str, HexPrintStyle Style, in consumeNumHexDigits() argument 97 if (isPrefixedHexStyle(Style)) in consumeNumHexDigits() 109 /// integer_options :: [style][digits] 110 /// style :: <see table below> [all …]
|
| /freebsd/contrib/libyaml/tests/ |
| H A D | run-emitter-test-suite.c | 8 int get_line(FILE * input, char *line); 11 void get_value(char *line, char *value, int *style); 16 FILE *input; in main() local 27 int flow = -1; /** default no flow style collections */ in main() 30 if (strncmp(argv[i], "--help", 6) == 0) in main() 32 if (strncmp(argv[i], "-h", 2) == 0) in main() 34 if (strncmp(argv[i], "--flow", 6) == 0) { in main() 43 flow = -1; in main() 47 else if (strncmp(argv[i], "--directive", 11) == 0) { in main() 59 input = fopen(argv[i], "rb"); in main() [all …]
|
| H A D | run-parser-test-suite.c | 11 FILE *input; in main() local 14 int flow = -1; /** default no flow style collections */ in main() 19 if (strncmp(argv[i], "--flow", 6) == 0) { in main() 28 flow = -1; in main() 32 else if (strncmp(argv[i], "--help", 6) == 0) in main() 34 else if (strncmp(argv[i], "-h", 2) == 0) in main() 37 input = fopen(argv[i], "rb"); in main() 44 input = stdin; in main() 46 assert(input); in main() 52 yaml_parser_set_input_file(&parser, input); in main() [all …]
|
| /freebsd/usr.bin/clang/llvm-symbolizer/ |
| H A D | llvm-symbolizer.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| /freebsd/contrib/libyaml/include/ |
| H A D | yaml.h | 79 /** The character type (UTF-8 octet). */ 102 /** The default UTF-8 encoding. */ 104 /** The UTF-16-LE encoding with BOM. */ 106 /** The UTF-16-BE encoding with BOM. */ 115 /** Use CR for line breaks (Mac style). */ 117 /** Use LN for line breaks (Unix style). */ 119 /** Use CR LN for line breaks (DOS style). */ 131 /** Cannot read or decode the input stream. */ 133 /** Cannot scan the input stream. */ 135 /** Cannot parse the input stream. */ [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | mandoc.1 | 3 .\" Copyright (c) 2012, 2014-2023, 2025 Ingo Schwarze <schwarze@openbsd.org> 50 .Bl -tag -width Ds 77 Specify the input encoding. 81 .Cm us-ascii , 82 .Cm iso-8859-1 , 84 .Cm utf-8 . 87 .Bl -enum 89 If the first three bytes of the input fil [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
| H A D | adi,adv7511.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 15 space conversion, S/PDIF, CEC and HDCP. The transmitter input is 21 - adi,adv7511 22 - adi,adv7511w 23 - adi,adv7513 37 reg-names: 40 needing a non-default address. [all …]
|
| H A D | adi,adv7511.txt | 2 ------------------------------------------------ 6 conversion, S/PDIF, CEC and HDCP. ADV7533/5 supports the DSI interface for input 11 - compatible: Should be one of: 18 - reg: I2C slave addresses 26 The ADV7511 supports a large number of input data formats that differ by their 29 properties describe the input and map directly to the video input tables of the 32 - adi,input-depth: Number of bits per color component at the input (8, 10 or 34 - adi,input-colorspace: The input color space, one of "rgb", "yuv422" or 36 - adi,input-clock: The input clock type, one of "1x" (one clock cycle per 40 The following input format properties are required except in "rgb 1x" and [all …]
|
| /freebsd/usr.bin/tail/ |
| H A D | reverse.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 8 * Edward Sze-Tyan Wang. 55 static void r_reg(FILE *, const char *, enum STYLE, off_t, struct stat *); 58 * reverse -- display input in reverse order by line. 60 * There are six separate cases for this -- regular and non-regular 65 * NOREG cyclically read characters into a wrap-around buffer 69 * NOREG cyclically read lines into a wrap-around array of buffers 73 * NOREG cyclically read input into a linked list of buffers 76 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-symbolizer/ |
| H A D | llvm-symbolizer.cpp | 1 //===-- llvm-symbolizer.cpp - Simple addr2line-like symbolizer ------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // file, line number, column number). It is targeted for compiler-rt tools 15 //===----------------------------------------------------------------------===// 62 std::size(NAME##_init) - 1); 143 Result = StringRef(Pos, End - Pos); in getSpaceDelimitedWord() 150 Source = StringRef(Pos, Source.end() - Pos); in getSpaceDelimitedWord() 174 // Parse optional input file specification. in parseCommand() 181 return makeStringError("duplicate input file specification prefix"); in parseCommand() [all …]
|
| /freebsd/usr.bin/clang/llvm-readobj/ |
| H A D | llvm-readelf.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| H A D | llvm-readobj.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| /freebsd/contrib/elftoolchain/nm/ |
| H A D | nm.1 | 25 .\" $Id: nm.1 3642 2018-10-14 14:24:28Z jkoshy $ 35 .Op Fl -debug-syms 36 .Op Fl -defined-only 37 .Op Fl -demangle Ns Op = Ns style 38 .Op Fl -dynamic 39 .Op Fl -extern-only 40 .Op Fl -help 41 .Op Fl -line-numbers 42 .Op Fl -no-demangle 43 .Op Fl -no-sort [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | life_cycle-mac.pod | 5 life_cycle-mac - The MAC algorithm life-cycle 10 go through a number of stages in their life-cycle: 17 starting state for any life-cycle transitions. 26 input. 31 additional input or generating output. 40 for all life-cycle transitions. 46 The usual life-cycle of a MAC is illustrated: 50 +-------------------+ 52 +-------------------+ 56 +-------------------+ [all …]
|
| /freebsd/contrib/lyaml/doc/ |
| H A D | ldoc.css | 12 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,… selector 17 border-collapse: collapse; 18 border-spacing: 0; 24 font-style: inherit; 25 font-weight: inherit; 28 text-decoration: none; 31 margin-left: 20px; 34 text-align: left; 37 font-size: 100%; 38 font-weight: bold; [all …]
|
| /freebsd/contrib/libyaml/src/ |
| H A D | api.c | 77 yaml_char_t *new_start = (yaml_char_t *)yaml_realloc((void*)*start, (*end - *start)*2); in yaml_string_extend() 81 memset(new_start + (*end - *start), 0, *end - *start); in yaml_string_extend() 83 *pointer = new_start + (*pointer - *start); in yaml_string_extend() 84 *end = new_start + (*end - *start)*2; in yaml_string_extend() 103 while (*a_end - *a_pointer <= *b_pointer - *b_start) { in yaml_string_join() 108 memcpy(*a_pointer, *b_start, *b_pointer - *b_start); in yaml_string_join() 109 *a_pointer += *b_pointer - *b_start; in yaml_string_join() 123 if ((char *)*end - (char *)*start >= INT_MAX / 2) in yaml_stack_extend() 126 new_start = yaml_realloc(*start, ((char *)*end - (char *)*start)*2); in yaml_stack_extend() 130 *top = (char *)new_start + ((char *)*top - (char *)*start); in yaml_stack_extend() [all …]
|
| /freebsd/share/doc/usd/21.troff/ |
| H A D | m0 | 1 .\" Hey, Emacs, edit this file in -*- nroff-fill -*- mode! 2 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 68 the \s-1UNIX\s+1 Time-Sharing System 69 that format text for typewriter-like terminals and 71 (Device-independent \*(TR, part of the Documenter's Workbench, 76 having a user-designed style. 80 arbitrary style headers and footers; 81 arbitrary style footnotes; 84 dynamic font and point-size control; 91 possible to prepare input acceptable to both. [all …]
|
| /freebsd/crypto/openssh/regress/unittests/sshsig/ |
| H A D | webauthn.html | 3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 15 allow signing of data using the just-generated key. The data may be signed 17 easier to test using command-line tools. 23 <span id="error" style="color: #800; font-weight: bold; font-size: 150%;"></span> 28 <td><input id="username" type="text" size="20" name="user" value="test" /></td> 30 <tr><td></td><td><input id="assertsubmit" type="submit" value="submit" /></td></tr> 33 <span id="enrollresult" style="visibility: hidden;"> 35 <pre id="enrollresultjson" style="color: #008; font-family: monospace;"></pre> 37 <pre id="enrollresultraw" style="color: #008; font-family: monospace;"></pre> 39 <pre id="enrollresultattestobj" style="color: #008; font-family: monospace;"></pre> [all …]
|
| /freebsd/usr.bin/clang/llvm-cxxfilt/ |
| H A D | llvm-cxxfilt.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 1 //===--- Format.cpp - Format C++ code -------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 27 #define DEBUG_TYPE "format-formatter" 719 // Transform the maximum to signed, to parse "-1" correctly in mapping() 725 if (Space.Maximum != -1u) in mapping() 809 static void mapping(IO &IO, FormatStyle &Style) { in mapping() 811 IO.mapOptional("Language", Style.Language); in mapping() 816 "WebKit", "GNU", "Microsoft", "clang-format"}; in mapping() [all …]
|
| H A D | TokenAnnotator.h | 1 //===--- TokenAnnotator.h - Format C++ code ---------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 67 First->Previous = nullptr; in AnnotatedLine() 71 if (Node.Tok->MacroParent) in AnnotatedLine() 73 Current->Next = Node.Tok; in AnnotatedLine() 74 Node.Tok->Previous = Current; in AnnotatedLine() 75 Current = Current->Next; in AnnotatedLine() 79 // clang-format. in AnnotatedLine() [all …]
|
| /freebsd/crypto/openssl/doc/designs/ |
| H A D | evp-cipher-pipeline.md | 10 ------------------- 12 Certain ciphers, such as AES-GCM, can be optimized by computing blocks in 21 ----------------------- 30 cipher->flags & EVP_CIPH_FLAG_PIPELINE 33 Input/output and aad buffers are set using `EVP_CIPHER_CTX_ctrl()` 37 - EVP_CTRL_AEAD_TLS1_AAD (loop: one aad at a time) 38 - EVP_CTRL_SET_PIPELINE_OUTPUT_BUFS (array of buffer pointers) 39 - EVP_CTRL_SET_PIPELINE_INPUT_BUFS (array of buffer pointers) 40 - EVP_CTRL_SET_PIPELINE_INPUT_LENS 43 Single-call cipher invoked to perform encryption/decryption. [all …]
|
| /freebsd/usr.bin/clang/llvm-objdump/ |
| H A D | llvm-objdump.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| /freebsd/contrib/libxo/xohtml/ |
| H A D | xohtml.css | 8 #content-wrapper { 12 #target-history .empty { 14 text-align:center; 17 #command-history .empty { 19 padding-left: 20px; 23 font-size: 70%; 26 div[data-key] { 30 div.decoration, div.default, div.header-line { 32 font-family: monospace; 33 white-space: pre-wrap; [all …]
|