| /freebsd/share/man/man9/ |
| H A D | altq.9 | 73 introduces new macros to manipulate output queues. 120 since a non-empty queue could return 122 under rate-limiting. 141 The purge operation is needed since a non-work conserving queue cannot be 150 if the queuing discipline is non-work conserving. 154 .Fa ifq->ifq_drv_maxlen 164 even for a non-empty queue. 234 sets a flag to indicate that a driver was converted to use the new macros. 239 In order to keep compatibility with the existing code, the new 249 .Bd -literal [all …]
|
| H A D | style.9 | 2 .\" Copyright (c) 1995-2025 The FreeBSD Project 29 .Nm style 30 .Nd kernel source file style guide 32 This file specifies the preferred style for kernel source files in the 35 It is also a guide for the preferred userland code style. 40 Many of the style rules are implicit in the examples. 44 .Bd -literal 46 * Style guide for FreeBSD. Based on the CSRG's KNF (Kernel Normal Form). 50 * VERY important single-line comments look like this. 53 /* Most single-line comments look like this. */ [all …]
|
| /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() 58 /// * The root-name element, if present. [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> 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> 41 <pre id="keyhandle" style="color: #008; font-family: monospace;"></pre> 43 <pre id="enrollresultauthdataraw" style="color: #008; font-family: monospace;"></pre> [all …]
|
| /freebsd/contrib/capsicum-test/ |
| H A D | capsicum.h | 2 * Minimal portability layer for Capsicum-related features. 8 #include "capsicum-freebsd.h" 12 #include "capsicum-linux.h" 37 * Define new-style rights in terms of old-style rights if 40 #include "capsicum-rights.h" 64 /* Existence of CAP_PREAD implies new-style CAP_SEEK semantics */ 67 /* Old-style CAP_SEEK semantics */ 117 * Define new-style API functions in terms of old-style API 121 /* Define cap_rights_get() in terms of old-style cap_getrights() */ 128 /* Define cap_rights_limit() in terms of old-style cap_new() and dup2() */ [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | BN_generate_prime.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH BN_GENERATE_PRIME 3ossl 2025-09-30 3.5.4 OpenSSL 67 BN_is_prime, BN_is_prime_fasttest \- generate primes and test for primality 126 \&\fBBN_generate_prime_ex2()\fR generates a pseudo-random prime number of 131 The maximum error rate is 2^\-128. 132 It's 2^\-287 for a 512 bit prime, 2^\-435 for a 1024 bit prime, 133 2^\-648 for a 2048 bit prime, and lower than 2^\-882 for primes larger 143 \&\fBBN_GENCB_call(cb, 0, i)\fR is called after generating the i\-th 155 Diffie-Hellman key exchange: 162 that (p\-1)/2 is also prime). If \fBsafe\fR is true, and \fBrem\fR == \fBNULL\fR [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | pgp-binary-keys | 2 #------------------------------------------------------------------------------ 3 # $File: pgp-binary-keys,v 1.2 2021/04/26 15:56:00 christos Exp $ 4 # pgp-binary-keys: This file handles pgp binary keys. 9 # https://tools.ietf.org/html/rfc4880#section-4.3 13 # https://tools.ietf.org/html/rfc4880#section-11 18 # A PGP packet is described by a single byte: the so-called CTB. The 19 # high-bit is always set. If bit 6 is set, then it is a so-called 20 # new-style CTB; if bit 6 is clear, then it is a so-called old-style 21 # CTB. Old-style CTBs have only four bits of type information; bits 22 # 1-0 are used to describe the length. New-style CTBs have 6 bits of [all …]
|
| /freebsd/crypto/krb5/src/util/ |
| H A D | krb5-batch-reindent.el | 1 ;;; -*- mode: emacs-lisp; indent-tabs-mode: nil -*- 3 (error "to be used only with -batch")) 4 ;; Avoid vc-mode interference. 5 (setq vc-handled-backends nil) 8 (defun report-tabs () 9 (let ((tab-found (search-forward "\t" nil t))) 10 (if tab-found 11 (message "Tab found @%s." tab-found) 14 (defun whitespace-new () 15 ;; Sometimes whitespace-cleanup gets its internals confused [all …]
|
| H A D | krb5-mark-cstyle.py | 8 "/* -*- mode: c; c-file-style: \"bsd\"; indent-tabs-mode: t -*- */\n", 10 "/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */\n" 13 def dofile(fname, style): argument 15 newname = fname + ".new" 19 if (first != style): 21 outfile.write(style) 22 if re.match(r"""\s*/\*\s*-\*-.*-\*-\s*\*/""", first): 41 parser.add_option("--cstyle", action="store", dest="style", 47 dofile(fname, styles[options.style])
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CallGraphUpdater.h | 1 //===- CallGraphUpdater.h - A (lazy) call graph update helper ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 /// if it is a "old style" CallGraph or an "new style" LazyCallGraph. 13 //===----------------------------------------------------------------------===// 26 /// Wrapper to unify "old style" CallGraph and "new style" LazyCallGraph. This 27 /// simplifies the interface and the call sites, e.g., new and old pass manager 41 /// New PM variables 55 /// the old and new pass manager (PM). 59 this->LCG = &LCG; in initialize() [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | CONTRIBUTING.md | 6 [Getting Started]: <https://openssl-library.org/community/getting-started> 12 To request a new feature, ask a question, or report a bug, 15 To submit a patch or implement a new feature, please open a 32 One-line summary of trivial change 48 git commit --amend 50 git push -f [<repository> [<branch>]] 58 Copyright 20xx-20yy The OpenSSL Project Authors. All Rights Reserved. 70 4. Code provided should follow our [coding style] and [documentation policy] 72 There is a [Perl tool](util/check-format.pl) that helps 73 finding code formatting mistakes and other coding style nits. [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BN_generate_prime.pod | 8 BN_is_prime, BN_is_prime_fasttest - generate primes and test for primality 63 BN_generate_prime_ex2() generates a pseudo-random prime number of 68 The maximum error rate is 2^-128. 69 It's 2^-287 for a 512 bit prime, 2^-435 for a 1024 bit prime, 70 2^-648 for a 2048 bit prime, and lower than 2^-882 for primes larger 84 B<BN_GENCB_call(cb, 0, i)> is called after generating the i-th 104 Diffie-Hellman key exchange: 111 that (p-1)/2 is also prime). If B<safe> is true, and B<rem> == B<NULL> 133 and rounds of the Miller-Rabin probabilistic primality test. 135 The functions do at least 64 rounds of the Miller-Rabin test giving a maximum [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyMCTargetDesc.cpp | 1 //===-- WebAssemblyMCTargetDesc.cpp - WebAssembly Target Descriptions -----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 /// This file provides WebAssembly-specific target descriptions. 12 //===----------------------------------------------------------------------===// 26 #define DEBUG_TYPE "wasm-mc-target-desc" 38 // Exception handling & setjmp-longjmp handling related options. 40 // Emscripten's asm.js-style exception handling 42 "enable-emscripten-cxx-exceptions", 43 cl::desc("WebAssembly Emscripten-style exception handling"), [all …]
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-rehash.pod.in | 2 {- OpenSSL::safe::output_do_not_edit_headers(); -} 9 openssl-rehash, c_rehash - Create symbolic links to files named by the hash 17 [B<-h>] 18 [B<-help>] 19 [B<-old>] 20 [B<-compat>] 21 [B<-n>] 22 [B<-v>] 23 {- $OpenSSL::safe::opt_provider_synopsis -} 27 [B<-h>] [all …]
|
| /freebsd/sys/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 4 …src="https://openzfs.github.io/openzfs-docs/_static/img/logo/480px-Open-ZFS-Secondary-Logo-Colour-… 13 started?](#what-should-i-know-before-i-get-started) 15 * [Get ZFS](#get-zfs) 16 * [Debug ZFS](#debug-zfs) 17 * [Where can I ask for help?](#where-can-I-ask-for-help) 19 [How Can I Contribute?](#how-can-i-contribute) 21 * [Reporting Bugs](#reporting-bugs) 22 * [Suggesting Enhancements](#suggesting-enhancements) 23 * [Pull Requests](#pull-requests) 26 [Style Guides](#style-guides) [all …]
|
| /freebsd/usr.bin/rpcgen/ |
| H A D | rpc_clntout.c | 31 * rpc_clntout.c, Client-stub outputter for the RPC protocol compiler 60 for (l = defined; l != NULL; l = l->next) { in write_stubs() 61 def = (definition *) l->val; in write_stubs() 62 if (def->def_kind == DEF_PROGRAM) { in write_stubs() 74 for (vp = def->def.pr.versions; vp != NULL; vp = vp->next) { in write_program() 75 for (proc = vp->procs; proc != NULL; proc = proc->next) { in write_program() 78 ptype(proc->res_prefix, proc->res_type, 1); in write_program() 80 pvname(proc->proc_name, vp->vers_num); in write_program() 84 pvname(proc->proc_name, vp->vers_num); in write_program() 98 * In either ANSI C style, in one of old rpcgen style (pass by reference), [all …]
|
| /freebsd/secure/usr.bin/openssl/man/ |
| H A D | openssl-rehash.1 | 1 .\" -*- mode: troff; coding: utf-8 -*- 57 .IX Title "OPENSSL-REHASH 1ossl" 58 .TH OPENSSL-REHASH 1ossl 2025-09-30 3.5.4 OpenSSL 64 openssl\-rehash, c_rehash \- Create symbolic links to files named by the hash 70 [\fB\-h\fR] 71 [\fB\-help\fR] 72 [\fB\-old\fR] 73 [\fB\-compat\fR] 74 [\fB\-n\fR] 75 [\fB\-v\fR] [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 1 //===-- FileSpec.h -------- [all...] |
| /freebsd/crypto/openssl/doc/ |
| H A D | openssl-c-indent.el | 1 ;;; This Emacs Lisp file defines a C indentation style for OpenSSL. 5 ;;; c-mode.el (which was the default in less recent releases of Emacs 19). 9 ;;; (load (expand-file-name "~/PATH/TO/openssl-c-indent.el")) 11 ;;; To activate this indentation style, visit a C file, type 12 ;;; M-x c-set-style <RET> (or C-c . for short), and enter "eay". 13 ;;; To toggle the auto-newline feature of CC mode, type C-c C-a. 16 ;;; to have this style be permanent in your OpenSSL development 19 ;;; M-x add-dir-local-variable <RET> c-mode <RET> c-file-style <RET> 20 ;;; "OpenSSL-II" <RET> 22 ;;; A new buffer with .dir-locals.el will appear. Save it (C-x C-s). [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnalyzer.cpp | 1 //===--- TokenAnalyzer.cpp - Analyze Token Streams --------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 /// an annotated and pre-processed token stream. 14 //===----------------------------------------------------------------------===// 33 #define DEBUG_TYPE "format-formatter" 65 Env->SM.getDiagnostics().setClient(&Diags, /*ShouldOwnClient=*/false); in make() 66 SourceLocation StartOfFile = Env->SM.getLocForStartOfFile(Env->ID); in make() 70 Env->CharRanges.push_back(CharSourceRange::getCharRange(Start, End)); in make() 73 Env->SM.getBufferData(Env->ID); in make() [all …]
|
| H A D | MacroExpander.cpp | 1 //===--- MacroExpander.cpp - Format C++ code --------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 41 // x -> 0 42 // y -> 1 56 // Returns an empty definition object with a null-Name on error. 58 if (Current->isNot(tok::identifier)) in parse() 60 Def.Name = Current->TokenText; in parse() 62 if (Current->is(tok::l_paren)) { in parse() [all …]
|
| /freebsd/usr.bin/finger/ |
| H A D | finger.1 | 45 .Bl -tag -width indent 91 It also has the side-effect of restricting the output 98 Produce a multi-line format displaying all of the information 114 Phone numbers specified as eleven digits are printed as ``+N-NNN-NNN-NNNN''. 117 Numbers specified as five digits are printed as ``xN-NNNN''. 129 mailbox since new mail arriving, or ``New mail received ...'', ``Unread 130 since ...'' if they have new mail. 162 style output if operands are provided, otherwise to the 164 style. 184 style, and the default output format for the latter is the [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 1 //===--- HeaderIncludes.cpp - Insert/Delete #includes --*- C++ -*----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 41 StringRef FileName, StringRef Code, const IncludeStyle &Style, in getOffsetAfterTokenSequence() argument 84 const IncludeStyle &Style) { in getOffsetAfterHeaderGuardsAndComments() argument 92 FileName, Code, Style, in getOffsetAfterHeaderGuardsAndComments() 102 [](const SourceManager &SM, Lexer &Lex, Token Tok) -> unsigned { in getOffsetAfterHeaderGuardsAndComments() 113 [](const SourceManager &SM, Lexer &Lex, Token Tok) -> unsigned { in getOffsetAfterHeaderGuardsAndComments() 146 // Returns the offset of the last #include directive after which a new 149 // where new #include's should not be added by default. [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Inclusions/ |
| H A D | HeaderIncludes.h | 1 //===--- HeaderIncludes.h - Insert/Delete #includes for C++ code--*- C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 /// FIXME(ioeric): move this class into implementation file when clang-format's 30 IncludeCategoryManager(const IncludeStyle &Style, StringRef FileName); 35 /// NOTE: this API is not thread-safe! 42 const IncludeStyle Style; variable 55 const IncludeStyle &Style); 61 /// When searching for points to insert new header, this ignores #include's 63 /// headers into code sections where new #include's should not be added by [all …]
|
| /freebsd/contrib/arm-optimized-routines/ |
| H A D | README.contributors | 4 1. Sub-projects are maintained independently and thus have independent 6 sub-directory to which the contribution is made, it must be followed. 9 - Contributors who are not employed by Arm must sign an Assignment Agreement. 10 See contributor-agreement.pdf. 11 - All code must be copyright owned by Arm Limited and the appropriate 16 - Build should only depend on GNU make and posix utilities (shell, awk, sed, 18 - Build should pass with the default configuration (see config.mk.dist) 21 of a new feature should be possible to disable.) 22 - Currently there is no automated configuration, target specific configuration 28 - On aarch64 the tests must pass. If the code may behave differently under [all …]
|