Home
last modified time | relevance | path

Searched full:less (Results 1 – 25 of 3124) sorted by relevance

12345678910>>...125

/freebsd/contrib/less/
H A DREADME4 ** 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 Dless.nro2 .TH LESS 1 "Version 668: 06 Oct 2024"
4 less \- display the contents of a file in a terminal
6 .B "less \-?"
8 .B "less \-\-help"
10 .B "less \-V"
12 .B "less \-\-version"
14 .B "less [\-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\(ti]"
27 .B Less
31 .B Less
35 .B Less
[all...]
H A DFREEBSD-upgrade1 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 Dlesskey.nro4 lesskey \- customize key bindings for less
17 .B less
20 .BR less ,
26 .BR less .
30 .B less
38 .BR less .
68 The \fIaction\fP is the name of the less action, from the list below.
115 .BR less ,
118 .BR less .
124 .B less
[all...]
H A DNEWS2 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 661 and 668
47 Major changes between "less" versions 643 and 661
108 * Fix crash if files are deleted while less is viewing them (github #404).
148 Major changes between "less" versions 633 and 643
150 * Fix problem when a program piping into less read
[all...]
H A Dlesskey.c5 * 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 fprintf(stderr, "NOTE: lesskey is deprecated.\n It is no longer necessary to run lesskey,\n when using less version 582 and later.\n"); in main()
326 * If no output file was specified, use "$HOME/.less" in main()
[all...]
/freebsd/share/man/man5/
H A Dsrc.conf.5184 (unless
188 (unless
192 (unless
196 (unless
234 (unless
282 (unless
374 (unless
378 (unless
382 (unless
386 (unless
[all …]
/freebsd/usr.bin/primes/
H A Dspsp.c116 /* 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiCondCode.h16 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.h47 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 …]
/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dordering.h56 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);
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);
207 return __value_ == 0 ? weak_ordering::equivalent : (__value_ < 0 ? weak_ordering::less
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h62 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)
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dwlf,arizona.yaml33 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
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp10 /// 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()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm49 …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 …]
/freebsd/share/man/man9/
H A DDEVICE_PROBE.952 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
/freebsd/usr.bin/less/
H A DMakefile2 PROG= less
12 LINKS= ${BINDIR}/less ${BINDIR}/more \
17 MLINKS= less.1 more.1
18 CLEANFILES= less.1
/freebsd/contrib/diff/lib/
H A Dstrcase.h23 /* Compare strings S1 and S2, ignoring case, returning less than, equal to or
24 greater than zero if S1 is lexicographically less than, equal to or greater
30 returning less than, equal to or greater than zero if S1 is
31 lexicographically less than, equal to or greater than S2.
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for-if.mk48 # 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
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMDefines.h41 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 !=
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_mmp.h1355 * Input parameter list for Modular exponentiation for numbers less than 512-bits ,
1370 * Input parameter list for Modular exponentiation for numbers less than 1024-bit ,
1385 * Input parameter list for Modular exponentiation for numbers less than 1536-bits ,
1400 * Input parameter list for Modular exponentiation for numbers less than 2048-bit ,
1415 * Input parameter list for Modular exponentiation for numbers less than 2560-bits ,
1430 * Input parameter list for Modular exponentiation for numbers less than 3072-bits ,
1445 * Input parameter list for Modular exponentiation for numbers less than 3584-bits ,
1460 * Input parameter list for Modular exponentiation for numbers less than 4096-bit ,
1487 * Input parameter list for Modular multiplicative inverse for numbers less
1502 * Input parameter list for Modular multiplicative inverse for numbers less than 192 bits ,
[all …]
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dset
/freebsd/usr.sbin/bsdconfig/includes/
H A DUSAGE48 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
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/
H A Duncore-power.json10 …). 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…
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Duncore-power.json10 …). 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…

12345678910>>...125