Home
last modified time | relevance | path

Searched full:naming (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/freebsd-src/contrib/llvm-project/lld/
H A D.clang-tidy3 - key: readability-identifier-naming.MemberCase
5 - key: readability-identifier-naming.ParameterCase
7 - key: readability-identifier-naming.VariableCase
/freebsd-src/lib/libc/net/
H A Dlinkaddr.c39 #define NAMING 0 macro
54 int byte = 0, state = NAMING, new; in link_addr()
68 } else if (state == NAMING && in link_addr()
76 case NAMING | DIGIT: in link_addr()
77 case NAMING | LETTER: in link_addr()
80 case NAMING | DELIM: in link_addr()
/freebsd-src/share/doc/psd/05.sysman/
H A D0.t60 provided to a UNIX process: process naming and protection,
171 2.2.2. Naming
191 2.3.1.3.\0 Socket creation, naming and service establishment
201 2.3.2.2. Naming
205 2.3.3.2. Socket naming
H A D2.3.t100 Socket creation, naming and service establishment
345 Naming
380 Socket naming
/freebsd-src/contrib/sendmail/libsm/
H A Dindex.html33 <h2> Naming Conventions </h2>
52 we use a naming convention that attempts to maximize portability
77 This naming convention may seem unnecessary at first,
122 which points to a unique character string naming the type.
/freebsd-src/sys/contrib/device-tree/Bindings/arm/samsung/
H A Dsamsung-soc.yaml7 title: Samsung S3C, S5P and Exynos SoC compatibles naming convention
30 - description: Preferred naming style for compatibles of SoC components
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DNameAnonGlobals.h1 //===-- NameAnonGlobals.h - Anonymous Global Naming Pass --------*- C++ -*-===//
9 // This file implements naming anonymous globals to make sure they can be
/freebsd-src/sys/contrib/openzfs/man/man5/
H A Dvdev_id.conf.542 two naming methods can otherwise coexist.
45 topology while naming an internal L2ARC device with an alias.
65 devices using the naming scheme from
/freebsd-src/contrib/kyua/doc/
H A Dresults-files.mdoc40 The default naming scheme for the results files provides simple support for
58 When using the default naming scheme, results files are stored in the
/freebsd-src/share/man/man4/
H A Dpty.439 driver provides support for the traditional BSD naming scheme that was
42 This traditional naming is still used in Linux.
/freebsd-src/contrib/mandoc/
H A Dcatman.8172 structures and file naming conventions.
175 not assume any particular directory structure or naming convention.
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Dqcom-soc.yaml7 title: Qualcomm SoC compatibles naming convention
33 # Preferred naming style for compatibles of SoC components:
/freebsd-src/usr.bin/mktemp/
H A Dmktemp.1132 kind of naming scheme is predictable and the race condition it creates
135 is to make a temporary directory using the same naming scheme.
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming)
36 using remove_cvref_t // NOLINT(readability-identifier-naming)
/freebsd-src/contrib/llvm-project/compiler-rt/
H A D.clang-tidy1 Checks: '-readability-identifier-naming,-llvm-header-guard'
/freebsd-src/crypto/openssh/
H A DPROTOCOL.krl133 recommended that user extensions follow "cert-name@domain.org" naming.
185 recommended that user extensions follow "name@domain.org" naming.
/freebsd-src/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt7 Naming conventions
40 avoid naming conflicts with non-psc devices providing the same
50 board will have this node, and as such there is a common naming
/freebsd-src/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.config3 <!-- The target attribute controls path and file name only, id controls package naming. -->
/freebsd-src/contrib/ncurses/man/
H A Dtoe.1m102 writes a heading naming each each directory as it is accessed.
128 naming them thus,
/freebsd-src/share/doc/smm/01.setup/
H A D1.t89 .Sh 2 "UNIX device naming"
114 necessary, since the system has a level of indirection in this naming.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h185 // NOLINTNEXTLINE(readability-identifier-naming)
192 // NOLINTNEXTLINE(readability-identifier-naming)
199 // NOLINTNEXTLINE(readability-identifier-naming)
/freebsd-src/secure/lib/libcrypto/man/man7/
H A Dprovider.7324 \fIAlgorithm naming\fR
325 .IX Subsection "Algorithm naming"
328 aliases associated with it. The canonical OpenSSL naming scheme follows this
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DValueSymbolTable.cpp93 // Otherwise, there is a naming conflict. Rename this value. in removeValueName()
125 // Otherwise, there is a naming conflict. Rename this value. in dump()
/freebsd-src/sys/contrib/device-tree/Bindings/gpio/
H A Dnvidia,tegra186-gpio.txt30 Tegra HW documentation describes a unified naming convention for all GPIOs
43 describes the port-level mapping. In that file, the naming convention for ports
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp247 /// The "effective" naming class is the canonical non-anonymous in getDeclaringClass()
248 /// class containing the actual naming class.
656 // If we ever reach the naming class, check the current path for
658 // won't find the naming class there again. in findFriendship()
788 // non-static member function is a protected member of its naming in HasAccess()
807 // that the naming class has to be derived from the effective in HasAccess()
822 // same naming-class restriction here. in HasAccess()
863 // however, we should ignore whether the naming class is a friend, in HasAccess()
891 /// Finds the best path from the naming class to the declaring class, in HasAccess()
1069 // naming clas in TryDiagnoseProtectedAccess()
[all...]

12345678910>>...22