/freebsd-src/contrib/libedit/TEST/ |
H A D | test_filecompletion.c | 61 /* test angular bracket inside double quotes: ls "dq_ang */ 68 /* test angular bracket inside singlq quotes: ls "sq_ang */ 82 /* backslash inside single quotes */ 89 /* backslash inside double quotes */ 103 /* test braces inside single quotes */ 110 /* test braces inside double quotes */ 124 /* test dollar inside single quotes */ 131 /* test dollar inside double quotes */ 145 /* test equals inside sinqle quotes */ 152 /* test equals inside double quotes */ [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/crypto/ |
H A D | inside-secure,safexcel.yaml | 4 $id: http://devicetree.org/schemas/crypto/inside-secure,safexcel.yaml# 7 title: Inside Secure SafeXcel cryptographic engine 15 - const: inside-secure,safexcel-eip197b 16 - const: inside-secure,safexcel-eip197d 17 - const: inside-secure,safexcel-eip97ies 18 - const: inside-secure,safexcel-eip197 19 description: Equivalent of inside-secure,safexcel-eip197b 21 - const: inside-secure,safexcel-eip97 22 description: Equivalent of inside-secure,safexcel-eip97ies 75 compatible = "inside-secure,safexcel-eip197b";
|
H A D | inside-secure-safexcel.txt | 1 Inside Secure SafeXcel cryptographic engine 4 - compatible: Should be "inside-secure,safexcel-eip197b", 5 "inside-secure,safexcel-eip197d" or 6 "inside-secure,safexcel-eip97ies". 21 - "inside-secure,safexcel-eip197" is equivalent to 22 "inside-secure,safexcel-eip197b". 23 - "inside-secure,safexcel-eip97" is equivalent to 24 "inside-secure,safexcel-eip97ies". 29 compatible = "inside-secure,safexcel-eip197b";
|
/freebsd-src/sys/contrib/device-tree/Bindings/ |
H A D | .yamllint | 15 min-spaces-inside: 0 16 max-spaces-inside: 1 17 min-spaces-inside-empty: 0 18 max-spaces-inside-empty: 0 20 min-spaces-inside: 0 21 max-spaces-inside: 1 22 min-spaces-inside-empty: 0 23 max-spaces-inside-empty: 0
|
/freebsd-src/sys/contrib/device-tree/Bindings/rng/ |
H A D | omap_rng.txt | 1 OMAP SoC and Inside-Secure HWRNG Module 9 - "inside-secure,safexcel-eip76" for SoCs with EIP76 IP block 14 Used for "ti,omap4-rng" and "inside-secure,safexcel-eip76" 16 "inside-secure,safexcel-eip76" compatible, the second clock is 34 compatible = "inside-secure,safexcel-eip76";
|
H A D | omap_rng.yaml | 7 title: OMAP SoC and Inside-Secure HWRNG Module 17 - inside-secure,safexcel-eip76 50 - inside-secure,safexcel-eip76 75 compatible = "inside-secure,safexcel-eip76";
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | uintrintrin.h | 33 /// 64-bit mode, and software is not executing inside an enclave; otherwise, 35 /// executed inside a transactional region; the abort loads EAX as it would 54 /// 64-bit mode, and software is not executing inside an enclave; otherwise, 56 /// executed inside a transactional region; the abort loads EAX as it would 73 /// regardless of CPL and inside a transactional region. Can be executed only 75 /// not executing inside an enclave; otherwise, it causes an invalid-opcode 101 /// and software is not executing inside an enclave; otherwise, it causes an
|
H A D | tsxldtrkintrin.h | 22 /// this intrinsic is used inside a transactional region, subsequent loads 23 /// are not added to the read set of the transaction. If it's used inside a 38 /// intrinsic is used inside a suspend load address tracking region it will 40 /// the transaction read set. If it's used inside an active transaction but
|
/freebsd-src/sbin/natd/samples/ |
H A D | natd.cf.sample | 46 # the inside network is all RFC1918 addresses. 70 # ipconfig must apply any legal IP numbers that inside hosts 76 # DNS in this situation can get hairy. For example, an inside host 85 # NAT, because inside hosts will go through the NAT to get to the legal 86 # number, even when the inside number is on the same subnet as they are!
|
/freebsd-src/usr.bin/netstat/ |
H A D | netstat.1 | 252 Run inside a jail. 335 Run inside a jail. 398 Run inside a jail. 448 Run inside a jail. 504 Run inside a jail. 530 Run inside a jail. 578 Run inside a jail. 677 Run inside a jail. 706 Run inside a jail. 755 Run inside [all...] |
/freebsd-src/sys/contrib/openzfs/module/lua/ |
H A D | README.zfs | 50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t 53 neither of these make sense from inside channel programs. We have removed 56 version of Lua runs inside the kernel we must handle these failures and 59 4. Running poorly-vetted code inside the kernel is always a risk; even if the 68 Lua source code at the ioctl level and then interpret it inside the kernel.
|
/freebsd-src/tools/tools/whereintheworld/ |
H A D | whereintheworld.pl | 15 my $inside = 0; 25 $inside = !$inside; 31 if ($inside && $line =~ /^>>>/) {
|
/freebsd-src/contrib/unbound/util/ |
H A D | regional.h | 46 * o allocs the regional struct inside the first block. 63 * first inside that chunk is the char* next pointer. 107 * the regional inside it. 120 * Allocate size bytes of memory inside regional. The memory is 129 * Allocate size bytes of memory inside regional and copy INIT into it. 140 * Allocate size bytes of memory inside regional that are initialized to
|
/freebsd-src/usr.sbin/jail/ |
H A D | jail.8 | 198 MIB entry to the specified value inside the newly created jail. 354 Any commands run inside the jail, either by 440 Mounting devfs inside a jail is possible only if the 447 Devfs rules and rulesets cannot be viewed or modified from inside a jail. 546 to operate inside the jail. 556 Normally, privileged users inside a jail are treated as unprivileged by 562 privileged users inside the jail will be able to mount and unmount file 572 privileged users inside the jail will be able to mount and unmount the 614 daemons are permitted to run inside a properly configured vnet-enabled jail. 695 privileged users inside th [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | ASTSelection.cpp | 211 return "inside"; in selectionKindToString() 326 /// CallExpr inside 327 /// ImplicitCastExpr inside 328 /// DeclRefExpr inside 329 /// IntegerLiteral inside 330 /// IntegerLiteral inside 333 /// CallExpr inside 334 /// ImplicitCastExpr inside 335 /// DeclRefExpr inside 336 /// IntegerLiteral inside [all …]
|
/freebsd-src/tests/examples/ |
H A D | test_examples.py | 100 Additionally, lo0 interface is created inside the vnet. 108 assigned to the single epair interface inside the jail. 119 Optional pre-setup for all of the tests inside the class 126 # Executed inside the vnet 138 print("Iface {} inside vnet {}".format(iface.name, vnet.name)) 147 inside vnetX jail. The framework automatically creates a pipe
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | CodeCompletionHandler.h | 35 /// \param InConditional Whether we're inside a preprocessor conditional 54 /// Callback invoked when performing code completion inside a 59 /// callback is invoked inside a macro argument. 64 /// Callback invoked when performing code completion inside the filename
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | AsmCond.h | 25 IfCond, // inside if conditional 26 ElseIfCond, // inside elseif conditional 27 ElseCond // inside else conditional
|
/freebsd-src/share/man/man4/ |
H A D | pass.4 | 127 inside the generic 155 structure inside struct ccb_hdr is available for userland use with the 160 Also, the periph_links linked list pointers inside struct ccb_hdr are 192 inside the generic 209 area inside the CCB header to store pointers to identifying information.
|
/freebsd-src/contrib/llvm-project/libcxx/src/include/ |
H A D | overridable_function.h | 46 // inside a special section, which we do using the `__section__` attribute via the 50 // the address of the function and we check whether it falls inside the special function 53 // within those bounds. If it falls within those bounds, then `f` is still inside the 63 // want to be defining special sections inside user's executables which use our headers.
|
/freebsd-src/usr.bin/env/ |
H A D | env.1 | 251 This must not appear inside a double-quoted string. 276 If this is found inside of a double-quoted string, then replace it 290 which are recognized inside of a single-quoted string. 291 The other sequences have no special meaning inside a single-quoted 293 All escape sequences are recognized inside of a double-quoted string. 301 To do this, the name of the environment variable must be inside of 333 if they appear inside the given
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | CombinerUtils.h |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ObjectFilePCHContainerOperations.h | 17 /// wraps Clang modules inside a COFF, ELF, or Mach-O container. 33 /// wraps Clang modules inside a COFF, ELF, or Mach-O container. 37 /// Returns the serialized AST inside the PCH container Buffer.
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOObject.h | 89 // Some load commands can contain (inside the payload) an array of sections, 92 // corresponding content inside the binary. 132 /// The location of the symbol table inside the binary is described by LC_SYMTAB 166 /// The location of the string table inside the binary is described by LC_SYMTAB 201 /// The location of the rebase info inside the binary is described by 217 /// The location of the bind info inside the binary is described by 233 /// The location of the weak bind info inside the binary is described by 251 /// The location of the lazy bind info inside the binary is described by 264 /// The location of the export info inside the binary is described by
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/user_namespace/ |
H A D | user_namespace_002.ksh | 31 # 2. Check that 'zfs list' is only able to see inside the delegation. 32 # 3. Check that 'zfs create' is able to create only inside the delegation. 33 # 4. Check that the filesystems can be mounted inside the delegation, 35 # 5. Check that 'zfs destroy' is able to destroy only inside the delegation.
|