Home
last modified time | relevance | path

Searched refs:forward (Results 201 – 225 of 640) sorted by relevance

12345678910>>...26

/freebsd/contrib/tcsh/nls/greek/
H A Dset314 12 Tab forward μεταξύ αρχείων
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDefineExternalSectionStartAndEndSymbols.h108 std::forward<SymbolIdentifierFunction>(F)); in createDefineExternalSectionStartAndEndSymbolsPass()
/freebsd/share/skel/
H A Ddot.cshrc39 bindkey -k down history-search-forward
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_sort.h73 …std::sort(std::forward<_ExecutionPolicy>(__policy), std::move(__first), std::move(__last), less{}); in sort()
/freebsd/libexec/bootpd/
H A Dbootpd.c107 PRIVATE void sendreply(int forward, int32 dest_override);
1010 sendreply(int forward, int32 dst_override) in sendreply() argument
1042 } else if (bp->bp_giaddr.s_addr && forward == 0) { in sendreply()
1067 if ((forward == 0) && in sendreply()
/freebsd/contrib/sendmail/cf/cf/
H A Dknecht.mc27 define(`confFORWARD_PATH', `$z/.forward.$w:$z/.forward+$h:$z/.forward')
H A Dhuginn.cs.mc35 # hosts for which we accept and forward mail (must be in .Berkeley.EDU)
H A Dmail.cs.mc36 # hosts for which we accept and forward mail (must be in .Berkeley.EDU)
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Djoin_view.h363 noexcept(noexcept(join_view<all_t<_Range&&>>(std::forward<_Range>(__range))))
364 -> decltype(join_view<all_t<_Range&&>>(std::forward<_Range>(__range))) {
365 return join_view<all_t<_Range&&>>(std::forward<_Range>(__range));
/freebsd/contrib/llvm-project/lldb/include/
H A Dmodule.modulemap133 module lldb_forward { header "lldb/lldb-forward.h" export * }
135 module lldb_private_forward { header "lldb/lldb-private-forward.h" export * }
/freebsd/usr.bin/tail/
H A Dforward.c97 forward(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in forward() function
321 forward(file->fp, file->file_name, style, off, &file->st); in follow()
/freebsd/contrib/unbound/testdata/
H A Drrset_use_cached.rpl11 forward-zone: name: "." forward-addr: 216.0.0.1
/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/
H A Dinvensense,mpu3050.txt18 - The MPU-3050 will pass through and forward the I2C signals from the
H A Dinvensense,mpu3050.yaml34 The MPU-3050 will pass through and forward the I2C signals from the
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DStencil.h65 return catVector({detail::makeStencil(std::forward<Ts>(Parts))...}); in cat()
/freebsd/bin/csh/
H A Ddot.cshrc42 bindkey -k down history-search-forward
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_construct_at.h46 return std::construct_at(__location, std::forward<_Args>(__args)...); in operator()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.h40 : ByteCodeExprGen<Emitter>(std::forward<Tys>(Args)...) {} in ByteCodeStmtGen()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dsmall_buffer.h85 std::construct_at(__buffer, std::forward<_Args>(__args)...); in __construct()
/freebsd/share/man/man5/
H A DMakefile19 forward.5 \
/freebsd/contrib/llvm-project/libcxx/include/
H A D__hash_table42 #include <__utility/forward.h>
775 return __emplace_unique_key_args(__f, std::forward<_First>(__f), std::forward<_Second>(__s));
780 return __emplace_unique_impl(std::forward<_Args>(__args)...);
785 return __emplace_unique_impl(std::forward<_Pp>(__x));
789 return __emplace_unique_key_args(__x, std::forward<_Pp>(__x));
793 return __emplace_unique_key_args(__x.first, std::forward<_Pp>(__x));
807 return __emplace_unique(std::forward<_Pp>(__x));
812 return __emplace_multi(std::forward<_Pp>(__x));
817 return __emplace_hint_multi(__p, std::forward<_Pp>(__x));
1540 __node_holder __h = __construct_node(std::forward<_Args>(__args)...);
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dreference_wrapper.h64 return std::__invoke(get(), std::forward<_ArgTypes>(__args)...); in operator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h47 OMPDeclarativeDirective(Params &&... P) : U(std::forward<Params>(P)...) {} in OMPDeclarativeDirective()
54 T(DC, std::forward<Params>(P)...); in createDirective()
66 T(nullptr, std::forward<Params>(P)...); in createEmptyDirective()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h102 return new (PP) T(std::forward<Args>(ConstructorArgs)...); in alloc()
107 return new (Head->Buf) T(std::forward<Args>(ConstructorArgs)...); in alloc()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcdns,macb.yaml115 When the receive partial store and forward mode is activated,
116 the receiver will only begin to forward the packet to the external

12345678910>>...26