Searched defs:append (Results 26 - 50 of 78) sorted by relevance

1234

/freebsd-current/lib/libc/db/test/btree.tests/
H A Dmain.c267 append(db, argv) function
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.cpp261 void ScopedString::append(const char *Format, ...) { function in class:scudo::ScopedString
H A Dreport.cpp21 void append(const char *Format, ...) { function in class:scudo::ScopedErrorReport
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp279 auto append = [&](const char *S) { local
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DCOFFImportFile.cpp104 template <class T> static void append(std::vector<uint8_t> &B, const T &Data) { function in namespace:llvm::object
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp32 void ArgList::append(Arg *A) { function in class:ArgList
/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/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/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/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/ncurses/progs/
H A Dtabs.c301 add_to_tab_list(char **append, const char *value) argument
486 char *append local
[all...]
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dname.c514 _hx509_name_modify(hx509_context context, Name *name, int append, const heim_oid *oid, const char *str) argument
/freebsd-current/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c318 snmp_import_init(struct asn_oid *append) argument
/freebsd-current/usr.sbin/uefisign/
H A Dpe.c501 append(struct executable *x, void *ptr, size_t len, size_t aligment) function
/freebsd-current/sys/kern/
H A Dsubr_sglist.c847 int append; local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp411 Find(ExecutionContextScope *exe_scope, const char *key, ResultSet &results, bool append) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp525 uint32_t AppleObjCDeclVendor::FindDecls(ConstString name, bool append, argument
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp328 size_t LineTable::FindLineEntriesForFileIndex(uint32_t file_idx, bool append, argument
381 GetContiguousFileAddressRanges(FileAddressRanges &file_ranges, bool append) argument
/freebsd-current/lib/libdpv/
H A Ddprompt.c702 dprompt_sprint(char * restrict str, const char *prefix, const char *append) argument
714 dprompt_dprint(int fd, const char *prefix, const char *append, int overall) argument
729 dprompt_libprint(const char *prefix, const char *append, int overall) argument
/freebsd-current/contrib/llvm-project/lldb/source/API/
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
/freebsd-current/usr.bin/sdiff/
H A Dsdiff.c921 astrcat(char **s, const char *append) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h751 void append(const RegsForValue &RHS) { function in struct:llvm::RegsForValue
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp182 void HexagonShuffler::append(MCInst const &ID, MCInst const *Extender, function in class:HexagonShuffler
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h646 MIBundleBuilder &append(MachineInstr *MI) { function in class:llvm::MIBundleBuilder
/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...]

Completed in 401 milliseconds

1234