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

1234

/freebsd-11.0-release/sys/libkern/
H A Dstrcat.c36 strcat(char * __restrict s, const char * __restrict append) argument
/freebsd-11.0-release/lib/libc/string/
H A Dstrcat.c39 strcat(char * __restrict s, const char * __restrict append) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DMacroBuilder.h41 void append(const Twine &Str) { function in class:clang::MacroBuilder
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp93 const bool append = m_outfile_options.GetAppend().GetCurrentValue(); variable
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFileLineResolver.cpp64 const bool append = true; local
H A DAddressResolverName.cpp110 const bool append = false; local
/freebsd-11.0-release/contrib/groff/src/preproc/eqn/
H A Dpile.cpp230 void matrix_box::append(column *pp) function in class:matrix_box
H A Dlist.cpp34 void list_box::append(box *pp) function in class:list_box
/freebsd-11.0-release/contrib/nvi/common/
H A Dput.c36 put( SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append) argument
H A Dcut.c77 int append, copy_one, copy_def; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBStream.cpp78 SBStream::RedirectToFile (const char *path, bool append) argument
H A DSBLaunchInfo.cpp122 SBLaunchInfo::SetArguments (const char **argv, bool append) argument
151 SBLaunchInfo::SetEnvironmentEntries (const char **envp, bool append) argument
/freebsd-11.0-release/usr.bin/ktrace/
H A Dktrace.c73 int append, ch, fd, inherit, ops, trpoints; local
/freebsd-11.0-release/usr.bin/tee/
H A Dtee.c70 int append, ch, exitval; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp247 const bool append = false; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DInferiorCallPOSIX.cpp50 const bool append = true; local
151 const bool append = true; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbolFile.cpp105 SymbolFile::FindGlobalVariables (const ConstString &name, const CompilerDeclContext *parent_decl_ctx, bool append, uint32_t max_matches, VariableList& variables) argument
114 SymbolFile::FindGlobalVariables (const RegularExpression& regex, bool append, uint32_t max_matches, VariableList& variables) argument
122 SymbolFile::FindFunctions (const ConstString &name, const CompilerDeclContext *parent_decl_ctx, uint32_t name_type_mask, bool include_inlines, bool append, SymbolContextList& sc_list) argument
130 SymbolFile::FindFunctions (const RegularExpression& regex, bool include_inlines, bool append, SymbolContextList& sc_list) argument
144 SymbolFile::FindTypes (const SymbolContext& sc, const ConstString &name, const CompilerDeclContext *parent_decl_ctx, bool append, uint32_t max_matches, TypeMap& types) argument
153 FindTypes(const std::vector<CompilerContext> &context, bool append, TypeMap& types) argument
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallString.h74 void append(in_iter S, in_iter E) { function in class:llvm::SmallString
78 void append(size_t NumInputs, char Elt) { function in class:llvm::SmallString
84 void append(StringRef RHS) { function in class:llvm::SmallString
89 void append(const SmallVectorImpl<char> &RHS) { function in class:llvm::SmallString
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTUnresolvedSet.h78 void append(ASTContext &C, iterator I, iterator E) { function in class:clang::ASTUnresolvedSet
H A DUnresolvedSet.h115 void append(iterator I, iterator E) { decls().append(I.I, E.I); } function in class:clang::UnresolvedSetImpl
/freebsd-11.0-release/contrib/libarchive/tar/
H A Dsubst.c166 realloc_strncat(char **str, const char *append, size_t len) argument
188 realloc_strcat(char **str, const char *append) argument
/freebsd-11.0-release/contrib/groff/src/libs/libgroff/
H A Dstring.cpp200 void string::append(const char *p, int n) function in class:string
/freebsd-11.0-release/bin/pax/
H A Dar_subs.c561 append(void) function
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dexpand_path.c406 char *tok_begin, *tok_end, *append; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp218 const bool append = true; local

Completed in 406 milliseconds

1234