Searched refs:less (Results 1 - 25 of 128) sorted by relevance

123456

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dzstdless2 zstdcat "$@" | less
/freebsd-13-stable/usr.bin/less/
H A Dzless.sh7 exec /usr/bin/less "$@"
H A DMakefile.common3 LSDIR= ${SRCTOP}/contrib/less
6 CFLAGS+=-I${SRCTOP}/usr.bin/less -I${LSDIR}
H A DMakefile3 PROG= less
12 LINKS= ${BINDIR}/less ${BINDIR}/more \
17 MLINKS= less.1 more.1
18 CLEANFILES= less.1
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-for-generating-endif.exp1 make: "directive-for-generating-endif.mk" line 21: if-less endif
2 make: "directive-for-generating-endif.mk" line 21: if-less endif
3 make: "directive-for-generating-endif.mk" line 21: if-less endif
H A Ddirective-endfor.exp1 make: "directive-endfor.mk" line 9: for-less endfor
H A Ddirective-for-errors.exp3 make: "directive-for-errors.mk" line 9: for-less endfor
6 make: "directive-for-errors.mk" line 21: for-less endfor
11 make: "directive-for-errors.mk" line 48: for-less endfor
15 make: "directive-for-errors.mk" line 67: for-less endfor
H A Ddirective-else.exp5 make: "directive-else.mk" line 26: if-less else
H A Ddirective-if.exp5 make: "directive-if.mk" line 42: if-less else
7 make: "directive-if.mk" line 44: if-less endif
H A Ddirective-elif.exp17 make: "directive-elif.mk" line 134: if-less elif
H A Dvarmod-subst.exp29 1 two 3 less-than sign
/freebsd-13-stable/usr.bin/gzip/
H A Dzmore28 # Pull out any command line flags so we can pass them to more/less
47 pager=${PAGER-less}
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityQueue.h26 class Compare = std::less<typename Sequence::value_type> >
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeOrdering.h30 return std::less<void*>()(T1.getAsOpaquePtr(), T2.getAsOpaquePtr());
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_div_impl.inc33 // Branch-less version of:
62 // Branch-less version of:
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h59 using Set = std::set<T, std::less<T>, fuzzer_allocator<T>>;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp63 case tok::less:
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.h132 /* must be less than BITMAPBITS for DoQueueRun */
135 ERROR _MAXQUEUEGROUPS must be less than _BITMAPBITS
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dheap.c208 isc_boolean_t less; local
221 less = heap->compare(elt, heap->array[index]);
223 if (less)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp80 TokenInfo[tok::less ] |= aci_custom_firstchar;
114 TokenInfo[tok::less ] |= aci_avoid_equal; // <=
279 case tok::less: // <<, <<=, <:, <%
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemset.S84 bics r4, r2, #15 @ if less than 16 bytes then need to finish it off
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h118 std::map<std::string, std::string, std::less<>> PrebuiltModuleFiles;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.cpp91 llvm::sort(Pairs, deref<std::less<PairType>>());
183 llvm::sort(Pairs, deref<std::less<PairType>>());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h165 class Comparator = std::less<
203 class Comparator = std::less<decltype(*std::begin(RangeTy()))>>
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp180 if (!HasMoreTokens() || Peek().getKind() != tok::less)
207 case tok::less:
340 // issue by detecting this case and inserting tok::less in place of
348 if (n_token.getKind() != tok::l_paren && n_token.getKind() != tok::less) {
353 tmp_tok.setKind(tok::less);
574 case tok::less: // Template brackets.

Completed in 102 milliseconds

123456