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

1234

/freebsd-current/sys/libkern/
H A Dstrcat.c36 strcat(char * __restrict s, const char * __restrict append) argument
/freebsd-current/lib/libc/string/
H A Dstrcat.c37 strcat(char * __restrict s, const char * __restrict append) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp17 uint32_t ClangDeclVendor::FindDecls(ConstString name, bool append, argument
/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/nvi/common/
H A Dput.c32 put(SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append) argument
H A Dcut.c69 int append, copy_one, copy_def; local
/freebsd-current/usr.bin/tee/
H A Dtee.c63 int append, ch, exitval; local
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp49 const bool append = true; local
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp81 const bool append = true; local
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h61 void append(enum sched_type sched, kmp_int32 chunk, kmp_hier_layer_e layer) { function in struct:kmp_hier_sched_env_t
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp108 void SBEnvironment::SetEntries(const SBStringList &entries, bool append) { argument
H A DSBStream.cpp80 void SBStream::RedirectToFile(const char *path, bool 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 DUnresolvedSet.h137 void append(iterator I, iterator E) { decls().append(I.I, E.I); } function in class:clang::UnresolvedSetImpl
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
/freebsd-current/tools/regression/poll/
H A Dsockpoll.c17 append(char *out, size_t out_size, const char *s) function
/freebsd-current/usr.bin/ktrace/
H A Dktrace.c60 int append, ch, fd, inherit, ops, trpoints; local
/freebsd-current/bin/pax/
H A Dar_subs.c556 append(void) function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h68 void append(StringRef RHS) { function in class:llvm::SmallString
73 void append(std::initializer_list<StringRef> Refs) { function in class:llvm::SmallString
/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/llvm/lib/Support/
H A DTarWriter.cpp184 void TarWriter::append(StringRef Path, StringRef Data) { function in class:TarWriter
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dexpand_path.c406 char *tok_begin, *tok_end, *append; local
[all...]
/freebsd-current/contrib/wireguard-tools/
H A Dconfig.c517 bool config_read_init(struct config_ctx *ctx, bool append) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h280 static bool append(std::string &S, char C) { function in class:llvm::orc::shared::TrivialSPSSequenceDeserialization
302 static bool append(std::vector<T> &V, T E) { function in class:llvm::orc::shared::TrivialSPSSequenceDeserialization
324 static bool append(SmallVectorImpl<T> &V, T E) { function in class:llvm::orc::shared::TrivialSPSSequenceDeserialization
/freebsd-current/usr.bin/mail/
H A Dfio.c244 append(struct message *mp, FILE *f) function

Completed in 159 milliseconds

1234