| /src/contrib/less/ |
| H A D | README | 4 ** The FreeBSD Project has chosen to redistribute and modify Less under ** 5 ** the 'Less License' (as described in the 'LICENSE' file). ** 10 This is the source code distribution of "less". 20 2. The Less License, in the file LICENSE. 22 Please report any problems at https://github.com/gwsw/less/issues. 23 See https://greenwoodsoftware.com/less for the latest info. 24 Source repository is at https://github.com/gwsw/less.git. 29 ONLY IF you are doing development on the less source itself. 30 If you are merely using less as a tool, you should download a release 33 The formatted manual page is in less.man. [all …]
|
| H A D | less.nro | 2 .TH LESS 1 "29 Jan 2026" "less 692" 18 less \- display the contents of a file in a terminal 23 .B less 66 .IR less-command ] 71 .B "less \-?" 73 .B "less \-\-help" 75 .B "less \-V" 77 .B "less \-\-version" 82 .B Less 86 .B Less [all …]
|
| H A D | FREEBSD-upgrade | 1 1. Download latest less(1) tarball. The homepage of less(1) is at: 2 http://www.greenwoodsoftware.com/less/ 3 2. Checkout $FSVN/vendor/less/ into less/ 4 3. Extract new code to, say, less/lessv429 5 4. cd less/dist 15 14. Resolve any conflicts that happen in head/contrib/less. 19 16. Manually merge changes into src/usr.bin/less/defines.h; adjust 21 17. Replace your src/contrib/less with the merged copy, and do a ``make
|
| H A D | lesskey.nro | 2 .TH LESSKEY 1 "29 Jan 2026" "less 692" 15 lesskey \- customize key bindings for less 36 .B less 49 .B less 88 The \fIaction\fP is the name of the less action, 180 .B less 189 .B less 367 .B less 459 .SH "LESS ENVIRONMENT VARIABLES" 508 .B less [all …]
|
| H A D | NEWS | 2 NEWS about less 6 For the latest news about less, see https://greenwoodsoftware.com/less 7 You can also download the latest version of less from there. 10 https://github.com/gwsw/less/issues. 14 Major changes between "less" versions 691 and 692 35 Major changes between "less" versions 685 and 691 60 This reverts to behavior that existed before less-670 (github #700). 97 Major changes between "less" versions 679 and 685 130 in da2a9ecdf16beb642d0c030e35f0351c5f2e5a12 and released in less-673. 136 Major changes between "less" versions 678 and 679 [all …]
|
| H A D | lesskey.c | 5 * License or the Less License, as specified in the README file. 16 * Make a .less file. 18 * If no output file is specified, $HOME/.less is used. 20 * The .less file is used to specify (to "less") user-defined 22 * keystrokes may be bound to an existing less function. 43 * "action" is the name of a "less" action, from the table below. 55 * #stop Stops command parsing in less; 322 …cated.\n It is no longer necessary to run lesskey,\n when using less version 582 and lat… in main() 326 * If no output file was specified, use "$HOME/.less" in main()
|
| /src/share/man/man5/ |
| H A D | src.conf.5 | 185 (unless 189 (unless 193 (unless 197 (unless 240 (unless 244 (unless 266 (unless 310 (unless 409 (unless 413 (unless [all …]
|
| /src/usr.bin/primes/ |
| H A D | spsp.c | 116 /* No SPSPs to base 2 less than 2047. */ in isprime() 122 /* No SPSPs to bases 2,3 less than 1373653. */ in isprime() 128 /* No SPSPs to bases 2,3,5 less than 25326001. */ in isprime() 134 /* No SPSPs to bases 2,3,5,7 less than 3215031751. */ in isprime() 146 /* No SPSPs to bases 2,3,5,7,11 less than 2152302898747. */ in isprime() 152 /* No SPSPs to bases 2,3,5,7,11,13 less than 3474749660383. */ in isprime() 158 /* No SPSPs to bases 2,3,5,7,11,13,17 less than 341550071728321. */ in isprime() 164 /* No SPSPs to bases 2,3,5,7,11,13,17,19 less than 341550071728321. */ in isprime() 176 /* No SPSPs to bases 2..23 less than 3825123056546413051. */ in isprime() 188 /* No SPSPs to bases 2..37 less than 318665857834031151167461. */ in isprime() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiCondCode.h | 16 ICC_ULE = 3, // unsigned less than or equal 18 ICC_ULT = 4, // unsigned less than 28 ICC_LT = 13, // less than 30 ICC_LE = 15, // less than or equal 55 return "lt"; // less than in lanaiCondCodeToString() 59 return "le"; // less than or equal in lanaiCondCodeToString() 63 return "ule"; // low or same | unsigned less or equal in lanaiCondCodeToString() 65 return "ult"; // carry cleared | unsigned less than in lanaiCondCodeToString()
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | Sparc.h | 47 ICC_LE = 2, // Less or Equal 49 ICC_L = 3, // Less 51 ICC_LEU = 4, // Less or Equal Unsigned 53 ICC_CS = 5, // Carry Set/Less Unsigned 65 FCC_L = 4 + FCC_BEGIN, // Less 66 FCC_UL = 3 + FCC_BEGIN, // Unordered or Less 67 FCC_LG = 2 + FCC_BEGIN, // Less or Greater 73 FCC_LE = 13 + FCC_BEGIN, // Less or Equal 74 FCC_ULE = 14 + FCC_BEGIN, // Unordered or Less or Equal 97 REG_LEZ = 2 + REG_BEGIN, // Less or equal to zero [all …]
|
| /src/contrib/llvm-project/libcxx/include/__compare/ |
| H A D | ordering.h | 56 static const partial_ordering less; 107 return __v < 0 ? partial_ordering::greater : (__v > 0 ? partial_ordering::less : __v); 114 inline constexpr partial_ordering partial_ordering::less(_OrdResult::__less); 125 static const weak_ordering less; 131 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater); in partial_ordering() 178 return __v < 0 ? weak_ordering::greater : (__v > 0 ? weak_ordering::less : __v); 185 inline constexpr weak_ordering weak_ordering::less(_OrdResult::__less); 195 static const strong_ordering less; 203 : (__value_ < 0 ? partial_ordering::less : partial_ordering::greater); in partial_ordering() 207 …return __value_ == 0 ? weak_ordering::equivalent : (__value_ < 0 ? weak_ordering::less : weak_orde… in weak_ordering() [all …]
|
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-defines.h | 62 5 // The register that would contain pointer size or less argument 1 (if any) 64 6 // The register that would contain pointer size or less argument 2 (if any) 66 7 // The register that would contain pointer size or less argument 3 (if any) 68 8 // The register that would contain pointer size or less argument 4 (if any) 70 9 // The register that would contain pointer size or less argument 5 (if any) 72 10 // The register that would contain pointer size or less argument 6 (if any) 74 11 // The register that would contain pointer size or less argument 7 (if any) 76 12 // The register that would contain pointer size or less argument 8 (if any)
|
| /src/sys/contrib/device-tree/Bindings/sound/ |
| H A D | wlf,arizona.yaml | 33 default. If present, values must be specified less than or equal 34 to the number of input signals. If values less than the number of 52 should be less than or equal to the number of outputs, if less values 67 of values should be less than or equal to the number of inputs, 82 be handled normally. If present, number of cells must be less than 83 or equal to the number of AIFs. If less than the number of AIFs, for
|
| /src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyAddMissingPrototypes.cpp | 10 /// Add prototypes to prototypes-less functions. 13 /// declarations to match the call sites. Clang treats prototype-less functions 16 /// prototype-less function, ensure they agree, and then set the signature 37 return "Add prototypes to prototypes-less functions"; in getPassName() 55 "Add prototypes to prototypes-less functions", false, false) 66 // Find all the prototype-less function declarations in runOnModule() 74 // When clang emits prototype-less C functions it uses (...), i.e. varargs in runOnModule() 107 LLVM_DEBUG(dbgs() << "prototype-less call of " << F.getName() << ":\n"); in runOnModule() 115 errs() << "warning: prototype-less function used with " in runOnModule()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | algorithm | 49 …indirect_strict_weak_order<projected<I, Proj>> Comp = ranges::less> … 53 …indirect_strict_weak_order<projected<iterator_t<R>, Proj>> Comp = ranges::less> … 57 indirect_strict_weak_order<projected<I, Proj>> Comp = ranges::less> 61 indirect_strict_weak_order<projected<iterator_t<R>, Proj>> Comp = ranges::less> 131 indirect_strict_weak_order<projected<const T*, Proj>> Comp = ranges::less> 135 indirect_strict_weak_order<projected<const T*, Proj>> Comp = ranges::less> 139 indirect_strict_weak_order<projected<iterator_t<R>, Proj>> Comp = ranges::less> 145 indirect_strict_weak_order<projected<const T*, Proj>> Comp = ranges::less> 149 indirect_strict_weak_order<projected<const T*, Proj>> Comp = ranges::less> 153 indirect_strict_weak_order<projected<iterator_t<R>, Proj>> Comp = ranges::less> [all …]
|
| /src/usr.bin/less/ |
| H A D | Makefile | 2 PROG= less 12 LINKS= ${BINDIR}/less ${BINDIR}/more \ 17 MLINKS= less.1 more.1 18 CLEANFILES= less.1
|
| /src/share/man/man9/ |
| H A D | DEVICE_PROBE.9 | 52 In this case, success codes are values less than or equal 60 If a driver returns a success code which is less than zero, it must 78 A value equal to or less than zero indicates success, greater than 80 For values equal to or less than 82 for a value less than zero, the lower the value the lower the 107 The driver is a legacy driver, or an otherwise less desirable driver
|
| /src/contrib/bmake/unit-tests/ |
| H A D | directive-for-if.mk | 48 # expect+3: if-less endif 49 # expect+2: if-less endif 50 # expect+1: if-less endif 58 # the error message 'if-less endif' makes sense. 63 # .endif line: if-less endif
|
| H A D | directive-for-if.exp | 1 make: directive-for-if.mk:51: if-less endif 3 make: directive-for-if.mk:51: if-less endif 5 make: directive-for-if.mk:51: if-less endif
|
| H A D | directive-for-generating-endif.exp | 1 make: directive-for-generating-endif.mk:24: if-less endif 3 make: directive-for-generating-endif.mk:24: if-less endif 5 make: directive-for-generating-endif.mk:24: if-less endif
|
| /src/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMDefines.h | 41 0x3 // Carry clear Less than C == 0 44 0x4 // Minus, negative Less than N == 1 55 0x9 // Unsigned lower or same Less than or equal C == 0 or Z == 60 0xB // Less than Less than, or unordered N != V 65 0xD // Less than or equal <, ==, or unordered Z == 1 or N !=
|
| /src/usr.sbin/bsdconfig/includes/ |
| H A D | USAGE | 48 View functions with less(1) (function names are not highlighted): 50 bsdconfig @PROGRAM_NAME@ -f | less 52 View functions with less(1) and color: 54 bsdconfig @PROGRAM_NAME@ -af | less -R
|
| /src/sys/dev/qat/qat_api/firmware/include/ |
| H A D | icp_qat_fw_mmp.h | 1353 * Input parameter list for Modular exponentiation for numbers less than 512-bits , 1368 * Input parameter list for Modular exponentiation for numbers less than 1024-bit , 1383 * Input parameter list for Modular exponentiation for numbers less than 1536-bits , 1398 * Input parameter list for Modular exponentiation for numbers less than 2048-bit , 1413 * Input parameter list for Modular exponentiation for numbers less than 2560-bits , 1428 * Input parameter list for Modular exponentiation for numbers less than 3072-bits , 1443 * Input parameter list for Modular exponentiation for numbers less than 3584-bits , 1458 * Input parameter list for Modular exponentiation for numbers less than 4096-bit , 1485 * Input parameter list for Modular multiplicative inverse for numbers less 1500 * Input parameter list for Modular multiplicative inverse for numbers less than 192 bits , [all …]
|
| /src/lib/libpmc/pmu-events/arch/x86/ivytown/ |
| H A D | uncore-power.json | 10 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 20 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 30 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 40 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 50 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 61 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 72 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 83 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
|
| /src/lib/libpmc/pmu-events/arch/x86/jaketown/ |
| H A D | uncore-power.json | 10 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 20 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 30 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 40 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 50 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 61 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 72 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured… 83 …). One can also use inversion (filter_inv=1) to track cycles when we were less than the configured…
|