/freebsd/cddl/usr.sbin/dwatch/ |
H A D | dwatch.1 | 472 .Bd -literal -offset indent 478 .Bd -literal -offset indent 485 .Bd -literal -offset indent 490 .Bd -literal -offset indent 495 .Bd -literal -offset indent 501 .Bd -literal -offset indent 506 .Bd -literal -offset indent 511 .Bd -literal -offset indent 516 .Bd -literal -offset indent 524 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | dwarf2.h | 126 DW_OP_lit0 = 0x30, // Literal 0 127 DW_OP_lit1 = 0x31, // Literal 1 128 DW_OP_lit2 = 0x32, // Literal 2 129 DW_OP_lit3 = 0x33, // Literal 3 130 DW_OP_lit4 = 0x34, // Literal 4 131 DW_OP_lit5 = 0x35, // Literal 5 132 DW_OP_lit6 = 0x36, // Literal 6 133 DW_OP_lit7 = 0x37, // Literal 7 134 DW_OP_lit8 = 0x38, // Literal 8 135 DW_OP_lit9 = 0x39, // Literal 9 [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CNFFormula.h | 33 /// literal `V` is represented as the integer `2*I` and the negative literal 35 using Literal = uint32_t; variable 37 /// A null literal is used as a placeholder in various data structures and 39 constexpr Literal NullLit = 0; 48 /// Returns the positive literal `V`. 49 inline constexpr Literal posLit(Variable V) { return 2 * V; } in posLit() 51 /// Returns the negative literal `!V`. 52 inline constexpr Literal negLit(Variable V) { return 2 * V + 1; } in negLit() 54 /// Returns whether `L` is a positive literal. 55 inline constexpr bool isPosLit(Literal L) { return 0 == (L & 1); } in isPosLit() [all …]
|
/freebsd/share/man/man4/ |
H A D | rtnetlink.4 | 45 .Bd -literal 81 .Bd -literal -offset indent -compact 88 .Bd -literal -offset indent -compact 115 .Bd -literal -offset indent -compact 142 .Bd -literal 165 .Bd -literal -offset indent -compact 187 .Bd -literal -offset indent -compact 193 .Bd -literal 227 .Bd -literal -offset indent -compact 242 .Bd -literal [all …]
|
H A D | mps.4 | 57 .Bd -literal -offset indent 103 .Bd -literal -offset indent 111 .Bd -literal -offset indent 119 .Bd -literal -offset indent 127 .Bd -literal -offset indent 134 .Bd -literal -offset indent 141 .Bd -literal -offset indent 173 .Bd -literal -offset indent 180 .Bd -literal -offset indent 201 .Bd -literal -offset indent [all …]
|
H A D | mpr.4 | 57 .Bd -literal -offset indent 113 .Bd -literal -offset indent 121 .Bd -literal -offset indent 129 .Bd -literal -offset indent 137 .Bd -literal -offset indent 144 .Bd -literal -offset indent 151 .Bd -literal -offset indent 201 .Bd -literal -offset indent 208 .Bd -literal -offset indent 229 .Bd -literal -offset indent [all …]
|
H A D | pf.4 | 174 .Bd -literal 207 .Bd -literal 242 .Bd -literal 320 .Bd -literal 337 .Bd -literal 380 .Bd -literal 397 .Bd -literal 429 .Bd -literal 436 .Bd -literal 458 .Bd -literal [all …]
|
H A D | multicast.4 | 95 .Bd -literal 100 .Bd -literal 128 .Bd -literal 133 .Bd -literal 154 .Bd -literal 210 .Bd -literal 236 .Bd -literal 242 .Bd -literal 305 .Bd -literal 317 .Bd -literal [all …]
|
H A D | ip.4 | 85 .Bd -literal 104 .Bd -literal 115 .Bd -literal 172 .Bd -literal 203 .Bd -literal 220 .Bd -literal 275 .Bd -literal 329 .Bd -literal 352 .Bd -literal 380 .Bd -literal [all …]
|
/freebsd/crypto/krb5/doc/html/_static/ |
H A D | pygments.css | 34 .highlight .m { color: #208050 } /* Literal.Number */ 35 .highlight .s { color: #4070a0 } /* Literal.String */ 50 .highlight .mb { color: #208050 } /* Literal.Number.Bin */ 51 .highlight .mf { color: #208050 } /* Literal.Number.Float */ 52 .highlight .mh { color: #208050 } /* Literal.Number.Hex */ 53 .highlight .mi { color: #208050 } /* Literal.Number.Integer */ 54 .highlight .mo { color: #208050 } /* Literal.Number.Oct */ 55 .highlight .sa { color: #4070a0 } /* Literal.String.Affix */ 56 .highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ 57 .highlight .sc { color: #4070a0 } /* Literal.String.Char */ [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-export-literal.mk | 1 # $NetBSD: directive-export-literal.mk,v 1.8 2024/06/01 18:44:05 rillig Exp $ 3 # Tests for the .export-literal directive, which exports a variable value 8 .export-literal UT_VAR 10 .export-literal # oops: missing argument 13 # .export-literal can be skipped, to avoid a setenv call, which may leak 15 UT_TWICE_LITERAL= value literal 17 .export-literal UT_TWICE_LITERAL 19 # XXX: After an .export, an .export-literal has no effect, even when the 23 .export-literal UT_TWICE_EXPR 26 # re-enabling a later .export-literal. [all …]
|
/freebsd/share/man/man5/ |
H A D | style.mdoc.5 | 40 Use literal formatting for examples and literal shell commands, e.g.: 41 .Bd -literal -offset indent 55 .Bd -literal -offset indent 68 macro is the preferred macro for formatting literal inline fragments. 83 .Bd -literal -offset indent 107 .Bd -literal -offset indent 112 \&.Bd -literal -offset 2n 118 \&.Bd -literal -offset 2n 131 .Bd -literal -offset 2n 137 .Bd -literal -offset 2n [all …]
|
/freebsd/share/man/man9/ |
H A D | style.9 | 44 .Bd -literal 69 .Bd -literal 151 .Bd -literal 160 .Bd -literal 176 .Bd -literal 186 .Bd -literal 191 .Bd -literal 226 .Bd -literal 278 .Bd -literal 323 Literal values are named [all …]
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_format.5 | 53 .Bd -literal -offset indent 76 .Bd -literal -offset indent 89 .Bd -literal -offset indent 111 .Bd -literal -offset indent 121 .Bd -literal -offset indent 130 .Bd -literal -offset indent 136 .Bd -literal -offset indent 141 .Bd -literal -offset indent 147 .Bd -literal -offset indent 154 .Bd -literal -offset indent [all …]
|
H A D | libxo-csv.7 | 22 .Bd -literal -offset indent 53 .Bd -literal -offset indent 60 .Bd -literal -offset indent 67 .Bd -literal -offset indent 78 .Bd -literal -offset indent 94 .Bd -literal -offset indent 129 .Bd -literal -offset indent 141 .Bd -literal -offset indent 158 .Bd -literal -offset indent 195 .Bd -literal -offset indent [all …]
|
/freebsd/share/man/man7/ |
H A D | networking.7 | 25 .Bd -literal -offset 2n 31 .Bd -literal -offset 2n 37 .Bd -literal -offset 2n 44 .Bd -literal -offset 2n 50 .Bd -literal -offset 2n 55 .Bd -literal -offset 2n 61 .Bd -literal -offset 2n 65 .Bd -literal -offset 2n 69 .Bd -literal -offset 2n
|
/freebsd/crypto/krb5/doc/html/ |
H A D | mitK5defaults.html | 81 …literal notranslate"><span class="pre">/etc/krb5.conf</span></code><code class="docutils literal n… 85 …span></a><code class="docutils literal notranslate"><span class="pre">/krb5kdc</span></code><code … 89 …hs"><span class="std std-ref">SYSCONFDIR</span></a><code class="docutils literal notranslate"><spa… 93 …span></a><code class="docutils literal notranslate"><span class="pre">/krb5kdc</span></code><code … 97 …span></a><code class="docutils literal notranslate"><span class="pre">/krb5kdc</span></code><code … 101 …span></a><code class="docutils literal notranslate"><span class="pre">/krb5kdc</span></code><code … 105 …s"><span class="std std-ref">RUNSTATEDIR</span></a><code class="docutils literal notranslate"><spa… 109 …#paths"><span class="std std-ref">LIBDIR</span></a><code class="docutils literal notranslate"><spa… 113 <td><p><code class="docutils literal notranslate"><span class="pre">/var/tmp</span></code></p></td> 117 <td><p><code class="docutils literal notranslate"><span class="pre">aes256-cts-hmac-sha1-96</span><… [all …]
|
/freebsd/usr.sbin/binmiscctl/ |
H A D | binmiscctl.8 | 170 .Bd -literal -offset indent 179 .Bd -literal -offset indent 186 .Bd -literal -offset indent 193 .Bd -literal -offset indent 200 .Bd -literal -offset indent 205 .Bd -literal -offset indent 216 .Bd -literal -offset indent 227 .Bd -literal -offset indent 238 .Bd -literal -offset indent 249 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/openresolv/ |
H A D | resolvconf.conf.5.in | 67 .Bd -compact -literal -offset indent 73 .Bd -compact -literal -offset indent 83 .Bd -compact -literal -offset indent 127 .Bd -compact -literal -offset indent 134 .Bd -compact -literal -offset indent 140 .Bd -compact -literal -offset indent 155 .Bd -compact -literal -offset indent 223 .Bd -compact -literal -offset indent 233 .Bd -compact -literal -offset indent 240 .Bd -compact -literal -offset indent [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 44 /// For a given clause, its watched literal is always its first literal in 123 // Designate the first literal as the "watched" literal of the clause. in WatchedLiteralsSolverImpl() 124 Literal FirstLit = CNF.clauseLiterals(C).front(); in WatchedLiteralsSolverImpl() 280 // Update the watched literals of clauses that currently watch the literal in updateWatchedLiterals() 282 const Literal FalseLit = VarAssignments[Var] == Assignment::AssignedTrue in updateWatchedLiterals() 290 // Pick the first non-false literal as the new watched literal. in updateWatchedLiterals() 296 const Literal NewWatchedLit = *NewWatchedLitIter; in updateWatchedLiterals() 299 // Swap the old watched literal for the new one in `FalseLitWatcher` to in updateWatchedLiterals() 300 // maintain the invariant that the watched literal is at the beginning of in updateWatchedLiterals() 305 // If the new watched literal isn't watched by any other clause and its in updateWatchedLiterals() [all …]
|
/freebsd/crypto/krb5/doc/html/appdev/ |
H A D | princ_handle.html | 58 …al_data" title="krb5_principal_data"><code class="xref c c-type docutils literal notranslate"><spa… 59 …b5_principal" title="krb5_principal"><code class="xref c c-type docutils literal notranslate"><spa… 61 …ncipal" title="krb5_build_principal"><code class="xref c c-func docutils literal notranslate"><spa… 62 …itle="krb5_build_principal_alloc_va"><code class="xref c c-func docutils literal notranslate"><spa… 63 …xt" title="krb5_build_principal_ext"><code class="xref c c-func docutils literal notranslate"><spa… 64 …incipal" title="krb5_copy_principal"><code class="xref c c-func docutils literal notranslate"><spa… 65 …incipal" title="krb5_free_principal"><code class="xref c c-func docutils literal notranslate"><spa… 66 …cipal" title="krb5_cc_get_principal"><code class="xref c c-func docutils literal notranslate"><spa… 68 …pare" title="krb5_principal_compare"><code class="xref c c-func docutils literal notranslate"><spa… 69 …title="krb5_principal_compare_flags"><code class="xref c c-func docutils literal notranslate"><spa… [all …]
|
/freebsd/usr.sbin/autofs/ |
H A D | auto_master.5 | 54 .Bd -literal -offset indent 107 .Bd -literal -offset indent 113 .Bd -literal -offset indent 118 .Bd -literal -offset indent 171 .Bd -literal -offset indent 178 .Bd -literal -offset indent 191 A literal $ sign. 233 .Bd -literal -offset indent 239 .Bd -literal -offset indent 244 .Bd -literal -offset indent [all …]
|
/freebsd/crypto/krb5/doc/html/build/ |
H A D | options2configure.html | 66 <code class="docutils literal notranslate"><span class="pre">/usr/local</span></code>. If you desi… 78 installed in <code class="docutils literal notranslate"><span class="pre">LOCALSTATEDIR/krb5kdc</sp… 79 <code class="docutils literal notranslate"><span class="pre">PREFIX/var/krb5kdc</span></code>.</p> 82 default, Kerberos V5 configuration will look for <code class="docutils literal notranslate"><span c… 83 <code class="docutils literal notranslate"><span class="pre">-lsocket</span></code>. If your opera… 84 library or fails to pass the tests in <code class="docutils literal notranslate"><span class="pre">… 96 to specify <code class="docutils literal notranslate"><span class="pre">CPPFLAGS=-I/some/dir</span>… 97 <code class="docutils literal notranslate"><span class="pre">LDFLAGS=-L/some/other/dir</span></code… 104 software, the mk_cmds program, the <code class="docutils literal notranslate"><span class="pre">ss/… 106 wish to specify <code class="docutils literal notranslate"><span class="pre">CPPFLAGS=-I/some/dir</… [all …]
|
/freebsd/usr.sbin/nfsd/ |
H A D | pnfsserver.4 | 76 .Bd -literal -offset indent 124 .Bd -literal -offset indent 137 .Bd -literal -offset 158 .Bd -literal -offset 177 .Bd -literal -offset 198 .Bd -literal -offset 239 .Bd -literal -offset indent 278 .Bd -literal -offset indent 302 .Bd -literal -offset 322 .Bd -literal -offset [all …]
|
/freebsd/tools/tools/git/ |
H A D | git-arc.1 | 168 .Bd -literal -offset indent 175 .Bd -literal -offset indent 182 .Bd -literal -offset indent 189 .Bd -literal -offset indent 203 .Bd -literal -offset indent 211 .Bd -literal -offset indent 216 .Bd -literal -offset indent 226 .Bd -literal -offset indent 235 .Bd -literal -offset indent 241 .Bd -literal -offset indent [all …]
|