Searched defs:append (Results 1 - 25 of 78) sorted by path

1234

/freebsd-current/bin/pax/
H A Dar_subs.c556 append(void) function
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_x509.h417 void (*append)(const br_x509_class **ctx, member in struct:br_x509_class_
/freebsd-current/contrib/ee/
H A Dee.c2235 int append; /* should text be appended to current line */ local
2299 get_line(int length, unsigned char *in_string, int *append) argument
[all...]
/freebsd-current/contrib/elftoolchain/elfcopy/
H A Delfcopy.h91 int append; member in struct:sec_action
H A Dmain.c1105 int append, delete, compress, name, print; local
/freebsd-current/contrib/libarchive/tar/
H A Dsubst.c174 realloc_strncat(char **str, const char *append, size_t len) argument
196 realloc_strcat(char **str, const char *append) argument
/freebsd-current/contrib/libevent/
H A Devutil.c877 evutil_addrinfo_append_(struct evutil_addrinfo *first, struct evutil_addrinfo *append) argument
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTUnresolvedSet.h88 void append(ASTContext &C, iterator I, iterator E) { function in class:clang::ASTUnresolvedSet
H A DASTVector.h184 void append(const ASTContext &C, in_iter in_start, in_iter in_end) { function in class:clang::ASTVector
202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { function in class:clang::ASTVector
H A DUnresolvedSet.h137 void append(iterator I, iterator E) { decls().append(I.I, E.I); } function in class:clang::UnresolvedSetImpl
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DMacroBuilder.h40 void append(const Twine &Str) { function in class:clang::MacroBuilder
/freebsd-current/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h140 DeclarationFragments &append(StringRef Spelling, FragmentKind Kind, function in class:clang::extractapi::DeclarationFragments
161 DeclarationFragments &append(DeclarationFragments &&Other) { function in class:clang::extractapi::DeclarationFragments
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h81 void append(InputIterator begin, InputIterator end) { function
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp181 void DiagnosticsEngine::DiagStateMap::append(SourceManager &SrcMgr, function in class:DiagnosticsEngine::DiagStateMap
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp6548 void append(MapCombinedInfoTy &CurInfo) { function in struct:__anon492::MappableExprsHandler::MapCombinedInfoTy
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/orc/
H A Dsimple_packed_serialization.h271 static bool append(std::string &S, char C) { function in class:__orc_rt::TrivialSPSSequenceDeserialization
300 static bool append(std::vector<T> &V, T E) { function in class:__orc_rt::TrivialSPSSequenceDeserialization
328 static bool append(std::unordered_map<K, V> &M, element_type E) { function in class:__orc_rt::TrivialSPSSequenceDeserialization
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp21 void append(const char *Format, ...) { function in class:scudo::ScopedErrorReport
[all...]
H A Dstring_utils.cpp261 void ScopedString::append(const char *Format, ...) { function in class:scudo::ScopedString
/freebsd-current/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h505 _LIBCPP_HIDE_FROM_ABI _EnableIfPathable<_Source> append(const _Source& __src) { function in class:path
510 _LIBCPP_HIDE_FROM_ABI path& append(_InputIt __first, _InputIt __last) { function in class:path
534 _LIBCPP_HIDE_FROM_ABI _EnableIfPathable<_Source> append(const _Source& __src) { function in class:path
547 _LIBCPP_HIDE_FROM_ABI path& append(_InputIt __first, _InputIt __last) { function in class:path
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h106 const bool append = false; variable
129 const bool append = true; variable
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp108 void SBEnvironment::SetEntries(const SBStringList &entries, bool append) { argument
H A DSBLaunchInfo.cpp155 void SBLaunchInfo::SetArguments(const char **argv, bool append) { argument
183 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { argument
188 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { argument
H A DSBStream.cpp80 void SBStream::RedirectToFile(const char *path, bool append) { argument
H A DSBTarget.cpp1249 BreakpointsWriteToFile(SBFileSpec &dest_file, SBBreakpointList &bkpt_list, bool append) argument
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp761 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); variable

Completed in 556 milliseconds

1234