| /freebsd/contrib/xz/src/liblzma/api/lzma/ |
| H A D | bcj.h | 1 /* SPDX-License-Identifier: 0BSD */ 31 * \brief Filter for IA-64 (Itanium) binaries 41 * \brief Filter for ARM-Thumb binaries 56 * \brief Filter for RISC-V binaries 69 * If options with non-default values have been specified when encoding, 87 * and the sections contain cross-section branch/call/jump 89 * offset of the non-first sections so that the relative addresses 90 * of the cross-section branch/call/jump instructions will use the 110 * be in sync with 4096-byte page boundaries 116 * \return Number of bytes that were processed in `buf`. This is at most [all …]
|
| /freebsd/contrib/libedit/ |
| H A D | editline.7 | 45 .Ic ed-command 61 .Sq Ctrl- 63 .Sq Meta- 65 In vi insert mode and in emacs mode, all Meta-characters considered 69 .Ic ed-insert 71 Consequently, in UTF-8 mode, most of the Meta-characters are not 73 printable Unicode characters, and Meta-characters are usually input 75 .Ic em-meta-next 78 .Sq Meta-B 80 .Ic ed-prev-word [all …]
|
| /freebsd/share/doc/usd/22.trofftut/ |
| H A D | tt04 | 4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 57 inches are probably the most intuitive. 60 To use the full width, you will have to reset the default physical left margin (``page offset''), 61 which is normally slightly less than one inch from the left edge 69 sets the offset as far to the left as it will go. 74 causes the left margin to be indented 78 to move the left margin in, 81 to move the right margin to the left, 131 as for most horizontally oriented commands 172 \s36\v'2'P\v'-2'\s0ater noster qui est in caelis sanctificetur [all …]
|
| /freebsd/share/doc/psd/06.Clang/ |
| H A D | Clang.ms | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 38 The C Programming Language - Reference Manual 47 by Brian W. Kernighan and Dennis M. Ritchie, Prentice-Hall, Inc., 1978. 51 .EH 'PSD:6-%''The C Programming Language - Reference Manual' 52 .OH 'The C Programming Language - Reference Manual''PSD:6-%' 56 This manual describes the C language on the DEC PDP-11\(dg, the DEC VAX-11, 59 \(dg DEC PDP-11, and DEC VAX-11 are trademarks of Digital Equipment Corporation. 65 out implementation-dependent details. With few exceptions, these dependencies 71 There are six classes of tokens\ -\ 108 eight characters of a non-external name, and perhaps [all …]
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_border.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2007,2010 Free Software Foundation, Inc. * 31 .TH curs_border 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 53 \fB\%mvwvline\fP \- 83 \fIls\fP \- left side, 85 \fIrs\fP \- right side, 87 \fIts\fP \- top side, 89 \fIbs\fP \- bottom side, 91 \fItl\fP \- top left-hand corner, 93 \fItr\fP \- top right-hand corner, [all …]
|
| H A D | terminfo.tail | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .SS "User-Defined Capabilities" 41 \fI\%ncurses\fP addresses this limitation by allowing user-defined 44 the \fB\-x\fP option for this purpose. 45 When \fB\-x\fP is set, 46 \fB@TIC@\fP treats unknown capabilities as user-defined. 53 The \fI\%ncurses\fP library provides the data leaving most of the 56 User-defined capability strings whose name begins 70 user-defined capabilities intended for use by termcap applications should [all …]
|
| H A D | curs_add_wch.3x | 3 .\" Copyright 2019-2023,2024 Thomas E. Dickey * 4 .\" Copyright 2001-2015,2017 Free Software Foundation, Inc. * 32 .TH curs_add_wch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 54 \fB\%wecho_wchar\fP \- 79 wrapping and special-character processing as follows: 89 Subsequent non-spacing characters can be combined with this base 93 If \fIwch\fP refers to a non-spacing character, 98 The cursor is not advanced after adding a non-spacing character. 99 Subsequent calls to add non-spacing characters will update the same position. 118 for non-control characters, a considerable performance gain might be seen [all …]
|
| H A D | curs_getstr.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * 31 .TH curs_getstr 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 55 \fB\%mvwgetnstr\fP \- 86 The function reads at most \fIn\fP characters, 98 at the end of the buffer, moving the cursor to the left. 110 (typically a left motion). 126 versions read at most 183 or if the lower-level \fBwgetch\fP(3X) call returns an \fBERR\fP. 195 (being, in fact, the low-order eight bits of the key's KEY_ value). [all …]
|
| /freebsd/share/doc/psd/15.yacc/ |
| H A D | ss1 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 74 that they may not appear in names or multi-character reserved symbols. 87 non-initial digits. 106 \s-2NUL\s0 110 If there are several grammar rules with the same left hand side, the vertical bar ``|'' 111 can be used to avoid rewriting the left hand side. 127 It is not necessary that all grammar rules with the same left side appear together in the grammar r… 135 Names representing tokens must be declared; this is most simply done by writing 142 Every nonterminal symbol must appear on the left side of at least one rule. 149 most general structure described by the grammar rules. [all …]
|
| H A D | ss5 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 44 expr : expr \'\-\' expr 53 expr \- expr \- expr 57 ( expr \- expr ) \- expr 61 expr \- ( expr \- expr ) 64 .I "left association" , 72 expr \- expr \- expr 76 expr \- expr 85 left side of the rule). 88 \- expr [all …]
|
| H A D | ssb | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 42 is most naturally specified as an LR(2) grammar; the sticky 66 %token NUMBER /* [0-9]+ */ 68 /* reserved words: %type => TYPE, %left => LEFT, etc. */ 70 %token LEFT RIGHT NONASSOC TOKEN PREC TYPE START UNION 100 | LEFT
|
| /freebsd/contrib/ntp/html/ |
| H A D | config.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 6 <meta http-equiv="content-type" content="text/html;charset=windows-1252"> 14 …<img src="pic/pogo3a.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/picture… 17 <!-- #BeginDate format:En2m -->10-Mar-2014 04:59<!-- #EndDate --> 19 <br clear="left"> 21 <p>Most modern software distributions include an autoconfigure utility which 25 the program components. For most installations no additional actions 31 the <tt>--help</tt> option. Various options can be used to reduce the memory
|
| H A D | rdebug.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 10 <img src="pic/oz2.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.ht… 13 <!-- #BeginDate format:En2m -->10-Mar-2014 05:19<!-- #EndDate --> 15 <br clear="left"> 21 … sure the RS232 messages, if used, are getting to and from the clock. The most reliable way to do … 24 …most useful are the <tt>clockstat</tt> and <tt>clkbug</tt> commands described in the document page… 25 …Most drivers write a message to the <tt>clockstats</tt> file as each timecode or surrogate is rece…
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/mux/ |
| H A D | mux.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * This header provides constants for most Multiplexer bindings. 5 * Most Multiplexer bindings specify an idle state. In most cases, the 6 * multiplexer can be left as is when idle, and in some cases it can 14 #define MUX_IDLE_AS_IS (-1) 15 #define MUX_IDLE_DISCONNECT (-2)
|
| /freebsd/sys/contrib/openzfs/module/avl/ |
| H A D | avl.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 33 * AVL - generic AVL tree implementation for kernel use 39 * any given node, the left and right subtrees are allowed to differ in height 40 * by at most 1 level. 47 * rotations, which bring unbalanced subtrees back into the semi-balanced state. 51 * - The AVL specific data structures are physically embedded as fields 56 * - Since the AVL data is always embedded in other structures, there is 62 * - The implementation uses iteration instead of explicit recursion, 67 * - The left/right children pointers of a node are in an array. [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SuffixTreeNode.h | 1 //===- llvm/ADT/SuffixTreeNode.h - Nodes for SuffixTrees --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 //===----------------------------------------------------------------------===// 36 static const unsigned EmptyIdx = -1; 51 /// node in monotonically increasing order from left to right. This way of 56 /// class, which is constructed using post-order depth-first traversal. 70 /// \return the index of this node's left most leaf node. 73 /// \return the index of this node's right most leaf node. 76 /// Set the index of the left most leaf node of this node to \p Idx. [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | adc-joystick.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 # Copyright 2019-2020 Artur Rojek 4 --- 5 $id: http://devicetree.org/schemas/input/adc-joystick.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Artur Rojek <contact@artur-rojek.eu> 18 - $ref: input.yaml# 22 const: adc-joystick 24 io-channels: 31 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml [all …]
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | strlcpy.c | 1 /* -*- mode: c; c-file-style: "bsd"; indent-tabs-mode: t -*- */ 20 #include "k5-platform.h" 25 * Copy src to string dst of size siz. At most siz-1 characters 38 while (--n != 0) { in krb5int_strlcpy() 47 *d = '\0'; /* NUL-terminate dst */ in krb5int_strlcpy() 52 return(s - src - 1); /* count does not include NUL */ in krb5int_strlcpy() 57 * full size of dst, not space left). At most siz-1 characters 70 /* Find the end of dst and adjust bytes left but don't go past end */ in krb5int_strlcat() 71 while (n-- != 0 && *d != '\0') in krb5int_strlcat() 73 dlen = d - dst; in krb5int_strlcat() [all …]
|
| /freebsd/share/man/man4/ |
| H A D | pcm.4 | 2 .\" Copyright (c) 2009-2011 Joel Dahl <joel@FreeBSD.org> 39 .Bd -ragged -offset indent 60 driver are: multichannel audio, per-application 74 .Bl -bullet -compact 118 .Xr snd_uaudio 4 (auto-loaded on device plug) 145 .Bl -tag -width ".Va snd_driver_load" -offset indent 177 re-routing of channels. 183 Most bridge device drivers are still missing multichannel matrixing 184 support, but in most cases this should be trivial to implement. 198 Commonly used for ear-candy or frequency compensation due to the vast [all …]
|
| H A D | asmc.4 | 1 .\"- 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 53 .Bl -bullet -offset indent -compact 84 The following sysctl MIBs contains the raw value returned by the left 86 .Va dev.asmc.%d.light.left 120 The most interesting usage of this device is to park the disk heads 127 .Bd -literal -offset indent 131 action "/usr/local/sbin/ataidle -s X Y"; 159 Support for the latest models was never tested and is most likely not
|
| /freebsd/share/doc/usd/12.vi/viapwh/ |
| H A D | vi.apwh.ms | 48 them work. In these cases I left the command out. The commands 72 \fB<character [-character]>\fR means that the character or 76 the \fBescape\fR key is to be typed. \fB<a-z>\fR means that a 84 The most common character abbreviations 130 semi-automatically done when you log in. 138 tset \-s \-d 2621 > tset$$ 146 type from an on-line list. 156 semi-automatically done when you log in. 164 tset \-s \-d 2621 > tset$$ 172 is simpler, just add the line ``tset \-d 2621'' [all …]
|
| /freebsd/usr.sbin/cron/doc/ |
| H A D | CHANGES | 1 -------- 5 29-Dec-1993 13 it is safe to say that they were intended for publication. Most notably, 23 I also added a "-e" option to crontab(1). Nine people also sent me diffs 26 chance to fix a bad security bug in the "-e" option thanks to XXX. 29 A heck of a lot of them were left open in spawned jobs, which caused problems 41 system, "crontab -u USER -d" will not work. My solution is to suggest to 45 are not. I will not make an exception for the "-d" case, for security 59 syslog even when they configured it that way :-). Steve Simmons told me 77 correctly on (the latest) NeXT machines, with or without the "-posix" CFLAG. [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 1 //===- FunctionComparator.h - Function Comparator -------- [all...] |
| /freebsd/contrib/ldns/ldns/ |
| H A D | util.h | 139 * Structure to do a Schwartzian-like transformation, for instance when 181 * The bits are counted from left to right, so bit #0 is the 182 * left most bit. 192 * The bits are counted from right to left, so bit #0 is the 193 * right most bit. 203 * The bits are counted from right to left, so bit #0 is the 204 * right most bit. 254 …* \return The number of bytes of converted data, or -1 if one of the arguments * is NULL, or -2 if… 278 * That number of seconds is then converted to broken-out time information. 286 * \param[out] result the struct with the broken-out time information [all …]
|
| H A D | util.h.in | 139 * Structure to do a Schwartzian-like transformation, for instance when 181 * The bits are counted from left to right, so bit #0 is the 182 * left most bit. 192 * The bits are counted from right to left, so bit #0 is the 193 * right most bit. 203 * The bits are counted from right to left, so bit #0 is the 204 * right most bit. 254 …* \return The number of bytes of converted data, or -1 if one of the arguments * is NULL, or -2 if… 278 * That number of seconds is then converted to broken-out time information. 286 * \param[out] result the struct with the broken-out time information [all …]
|