| /freebsd/contrib/mandoc/ |
| H A D | mdoc.7 | 3 .\" Copyright (c) 2010-2021, 2024, 2025 Ingo Schwarze <schwarze@openbsd.org> 64 They provide free-form text to be printed; the formatting of the text 66 .Bd -literal -offset indent 91 A well-formed 116 The following is a well-formed skeleton 120 .Bd -literal -offse [all...] |
| H A D | man.7 | 3 .\" Copyright (c) 2011-2015, 2017-2020, 2023, 2025 53 They provide free-form text to be printed; the formatting of the text 55 .Bd -literal -offset indent 80 .Bd -literal -offset indent 81 \&.TH PROGNAME 1 1979-0 [all...] |
| H A D | mandoc.3 | 4 .\" Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org> 109 .Bl -enum 154 Any third-party program using them typically requires adjustments after every 186 .Bl -ohang 207 .Bl -ohang 209 Obtain a text-only representation of a 223 .Bl -tag -offset 5n -width inttype 313 Return a file descriptor open for reading or -1 on failure. 353 .Bl -ohang 377 Strings may be extracted from mdoc and man meta-data, or from text [all …]
|
| /freebsd/share/man/man5/ |
| H A D | pf.conf.5 | 10 .\" - Redistributions of source code must retain the above copyright 12 .\" - Redistributions in binary form must reproduce the above 45 .Bl -tag -width xxxx 47 User-defined variables may be defined and used later, simplifying 57 Ethernet filtering provides rule-based blocking or passing of Ethernet packets. 62 Queueing provides rule-based bandwidth control. 67 Packet filtering provides rule-based blocking or passing of packets. 81 .Ar set require-order 91 .Bd -literal -offset indent 113 .Bd -literal -offset indent [all …]
|
| H A D | fs.5 | 55 The block size and number of blocks which 68 .Em super-block 71 The following structure describes the super-block and is 74 .Bd -literal 76 * Super block for an FFS filesystem. 81 int32_t fs_sblkno; /* offset of super-block in filesys */ 82 int32_t fs_cblkno; /* offset of cyl-block in filesys */ 83 int32_t fs_iblkno; /* offset of inode-blocks in filesys */ 93 int32_t fs_frag; /* number of frags in a block in fs */ 96 int32_t fs_old_rotdelay; /* num of ms for optimal next block */ [all …]
|
| /freebsd/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 38 <ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html>. 45 general-purpose compression methods. The data can be produced or 76 3.2. Compressed block format ................................... 6 79 3.2.3. Details of block format ............................. 9 80 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11 106 currently available general-purpose compression methods, 132 format defined here, the worst case expansion is 5 bytes per 32K- 133 byte block, i.e., a size increase of 0.015% for large data sets. 190 to successive blocks of input data. The block sizes are arbitrary, 191 except that non-compressible blocks are limited to 65,535 bytes. [all …]
|
| /freebsd/usr.bin/tcopy/ |
| H A D | tcopy.1 | 54 or it can be data in SIMH-TAP format. 58 .Dq Cm - 70 .Dq Cm - 97 will be written in SIMH-TAP format. 104 .Bd -literal -offset indent 105 file 0: block size 80: 6 records 107 file 1: block size 3072: records 0 to 262 108 file 1: block size 612: record 262 118 .Dq Cm - 133 .Bl -tag -width ".Fl s Ar maxblk" [all …]
|
| /freebsd/contrib/libyaml/examples/ |
| H A D | strings.yaml | 2 literal-block: | 3 This entire block of text will be the value of the 'literal-block' key, 6 This entire block of text will be the value of 'folded', but this
|
| /freebsd/usr.bin/indent/ |
| H A D | indent.1 | 38 .Op Ar input-file Op Ar output-file 49 .Bk -words 59 .Bk -words 63 .Bk -words 81 .Bk -words 91 .Op Fl -version 101 .Ar input-file 110 .Ar input-file , 112 done `in-place', that is, the formatted file is written back into 113 .Ar input-file [all …]
|
| /freebsd/contrib/openresolv/ |
| H A D | resolvconf.conf.5.in | 1 .\" Copyright (c) 2009-2016 Roy Marples 52 .Nm resolvconf -u 56 is made unique where left-most wins. 58 .Bl -tag -width indent 66 If unset, defaults to the following:- 67 .Bd -compact -literal -offset indent 68 lo lo[0-9]* 72 If unset, defaults to the following:- 73 .Bd -compact -literal -offset indent 74 tap[0-9]* tun[0-9]* vpn vpn[0-9]* ppp[0-9]* ippp[0-9]* [all …]
|
| /freebsd/sbin/newfs_msdos/ |
| H A D | newfs_msdos.8 | 31 .Nd construct a new MS-DOS (FAT) file system 38 .Op Fl C Ar create-size 39 .Op Fl F Ar FAT-type 43 .Op Fl S Ar sector-size 45 .Op Fl a Ar FAT-size 46 .Op Fl b Ar block-size 47 .Op Fl c Ar cluster-size 58 .Op Fl u Ar track-size 85 .Bl -tag -width indent 101 .It Fl C Ar create-size [all …]
|
| /freebsd/sys/contrib/zlib/ |
| H A D | inffast.c | 1 /* inffast.c -- fast decoding 2 * Copyright (C) 1995-2017 Mark Adler 12 # pragma message("Assembler code may have bugs -- use at your own risk") 16 Decode literal, length, and distance codes and write out the resulting 17 literal and match bytes until either not enough input or output is 18 available, an end-of-block is encountered, or a data error is encountered. 25 state->mode == LEN 26 strm->avail_in >= 6 27 strm->avail_out >= 258 28 start >= strm->avail_out [all …]
|
| H A D | inftrees.h | 1 /* inftrees.h -- header to use inftrees.c 2 * Copyright (C) 1995-2005, 2010 Mark Adler 15 the entry is a pointer to another table, a literal, a length or 16 distance, an end-of-block, or an invalid code. For a table 22 of a literal, the base length or distance, or the offset from 31 00000000 - literal 32 0000tttt - table link, tttt != 0 is the number of table index bits 33 0001eeee - length or distance, eeee is the number of extra bits 34 01100000 - end of block 35 01000000 - invalid code [all …]
|
| H A D | infback.c | 1 /* infback.c -- inflate using a call-back interface 2 * Copyright (C) 1995-2022 Mark Adler 8 inflate.o would be linked into an application--not both. The interface 9 with inffast.c is retained so that optimized assembler-coded versions of 22 windowBits is in the range 8..15, and window is a user-supplied 36 strm->msg = Z_NULL; /* in case we return an error */ in inflateBackInit_() 37 if (strm->zalloc == (alloc_func)0) { in inflateBackInit_() 41 strm->zalloc = zcalloc; in inflateBackInit_() 42 strm->opaque = (voidpf)0; in inflateBackInit_() 45 if (strm->zfree == (free_func)0) in inflateBackInit_() [all …]
|
| H A D | inflate.h | 1 /* inflate.h -- internal inflate state definition 2 * Copyright (C) 1995-2019 Mark Adler 32 TYPE, /* i: waiting for type bits, including last-flag bit */ 33 TYPEDO, /* i: same, but skip check to exit inflate on new block */ 36 COPY, /* i/o: waiting for input or output to copy stored block */ 37 TABLE, /* i: waiting for dynamic block table lengths */ 46 LIT, /* o: waiting for output space to write literal */ 47 CHECK, /* i: waiting for 32-bit check value */ 48 LENGTH, /* i: waiting for 32-bit length (gzip) */ 49 DONE, /* finished check, done -- remain here until reset */ [all …]
|
| /freebsd/usr.sbin/zonectl/ |
| H A D | zonectl.8 | 51 Zoned Block devices. 54 Zoned Block Commands (ZBC) and 61 .Bl -tag -width 13n 63 Drive Managed drives look and act just like a standard random access block 90 .Bl -tag -width 20n 105 .Bl -tag -width 12n 108 .Bl -ta [all...] |
| /freebsd/usr.bin/stat/ |
| H A D | stat.1 | 101 .Bl -tag -width indent 135 For each file argument, print a line consisting of a comma-separated 251 .Bl -tag -width indent 254 Non-zero octal output will have a leading zero, and non-zero 261 Non-negative numbers are not usually printed 263 .It Cm - 270 Reserves a space at the front of non-negative signed output fields. 277 .Bl -tag -width indent 308 .Bl -tag -width indent 335 .Dq Li " -\*[Gt] " [all …]
|
| /freebsd/usr.bin/hexdump/ |
| H A D | hexdump.1 | 40 .Bk -words 49 .Bk -words 61 .Bl -tag -width indent 63 .Em One-byte octal display . 65 space-separated, three column, zero-filled, bytes of input data, 68 .Em One-byte character display . 70 space-separated, three column, space-filled, characters of input 75 space-separated, two column, hexadecimal bytes, followed by the 82 .Em Two-byte decimal display . 84 space-separated, five column, zero-filled, two-byte units [all …]
|
| /freebsd/usr.bin/mkuzip/ |
| H A D | mkuzip.8 | 1 .\"- 2 .\" Copyright (c) 2004-2016 Maxim Sobolev <sobomax@FreeBSD.org> 48 class will be able to decompress the resulting image at run-time. 56 .Bl -enum 69 .Bl -tag -width indent 105 .Va 0-9 . 114 .Va 1-9 . 123 .Va 1-19 . 129 Enable de-duplication. 133 of such block with pointer to the very first one in the output. [all …]
|
| /freebsd/share/man/man4/ |
| H A D | siftr.4 | 39 as a module at run-time, run the following command as root: 40 .Bd -literal -offset indent 49 .Bd -literal -offset indent 66 .Ss Compile-time Configuration 72 .Bd -literal -offset indent 73 CFLAGS+=-DSIFTR_IPV6 80 In the IPv4-only (default) mode, standard dotted decimal notation (e.g. 83 and standard colon-separated hex notation (see RFC 4291) is used to format IPv6 85 .Ss Run-time Configuration 89 interface to export its configuration variables to user-space. [all …]
|
| /freebsd/sbin/camcontrol/ |
| H A D | camcontrol.8 | 145 .Bk -words 229 .Aq Fl a Ar overwrite | block | crypto | exitfailure 402 .Bl -tag -width 14n 419 function-specific arguments. 437 .Bl -tag -width 14n 477 .Bl -tag -width periphlist 500 .Bl -tag -width 4n 514 .Bl -tag -width 4n 534 .Bl -tag -width 14n 541 .Bl -tag -width 012345678 [all …]
|
| /freebsd/usr.sbin/sndctl/ |
| H A D | sndctl.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2024-2025 The FreeBSD Foundation 45 control-driven interface, in order to filter and/or set specific properties. 48 .Bl -tag -width "-f device" 65 .Bl -column xxxxxxxxxxxxxxx xxxxx xxxxxxxx xxxxxxxxxxxxxxxxxxx -offset indent 74 .It bitperfect Ta Boolean Ta Read/Write Ta Bit-perfect mode enabled 75 .It autoconv Ta Boolean Ta Read/Write Ta Auto-conversions enabled 76 .It realtime Ta Boolean Ta Read/Write Ta Real-time mode enabled 102 controls will be read-only if VCHANs are disabled. [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCommonKinds.td | 1 //==--- DiagnosticCommonKinds.td - common diagnostics ---------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 28 InGroup<DiagGroup<"stack-exhausted">>, NoSFINAE; 40 /// note_matching - this is used as a continuation of a previous diagnostic, 49 "higher precision floating-point type size has the same size than " 50 "floating-point type size">, 51 InGroup<DiagGroup<"higher-precision-fp">>; [all …]
|
| /freebsd/share/doc/psd/05.sysman/ |
| H A D | 2.4.t | 53 is processed to provide standard line-oriented local editing functions, 54 and input is presented on a line-by-line basis. 81 may be flushed with the \fIflush output\fP character; and a \fIliteral 82 character\fP may be used to force literal input of the immediately 86 Non-graphic ASCII input characters may be echoed as a two-character 93 two character return-linefeed sequence, 96 for upper-case only terminals. 108 based on currently-proposed standards. 130 char tc_eofc; /* end-of-file */ 137 char tc_lnextc; /* literal next character */ [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.cpp | 1 //===--- CGBlocks.cpp - Emit LLVM Code for declarations ---------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 35 CGBlockInfo::CGBlockInfo(const BlockDecl *block, StringRef name) in CGBlockInfo() argument 40 Block(block) { in CGBlockInfo() 51 /// Build the given block as a global block. 56 /// Build the helper function to copy a block. 62 /// Build the helper function to dispose of a block. 113 // either Kind is None or the captured object is a __strong block, in getBlockDescriptorName() [all …]
|