Home
last modified time | relevance | path

Searched defs:append (Results 1 – 25 of 94) sorted by relevance

1234

/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
DInputObjects.pm578 sub append { subroutine
853 sub append { subroutine
/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DSmallString.h68 void append(StringRef RHS) { in append() function
73 void append(std::initializer_list<StringRef> Refs) { in append() function
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DLanguage.h106 const bool append = false; in Find_Impl() local
129 const bool append = true; in Find_Impl() local
/openbsd/src/gnu/llvm/lldb/source/API/
DSBLaunchInfo.cpp152 void SBLaunchInfo::SetArguments(const char **argv, bool append) { in SetArguments()
180 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries()
185 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { in SetEnvironment()
DSBEnvironment.cpp108 void SBEnvironment::SetEntries(const SBStringList &entries, bool append) { in SetEntries()
DSBStream.cpp79 void SBStream::RedirectToFile(const char *path, bool append) { in RedirectToFile()
/openbsd/src/lib/libc/string/
Dstrcat.c40 strcat(char *s, const char *append) in strcat()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
Dlookup2.C5 charT append (charT c) in append() function
/openbsd/src/gnu/llvm/llvm/cmake/modules/
DHandleLLVMStdlib.cmake9 function(append value) function
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DMacroBuilder.h40 void append(const Twine &Str) { in append() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangDeclVendor.cpp17 uint32_t ClangDeclVendor::FindDecls(ConstString name, bool append, in FindDecls()
DClangASTSource.cpp857 bool append = false; in FindDeclInModules() local
907 bool append = false; in FindDeclInObjCRuntime() local
1149 bool append = false; in FindObjCMethodDecls() local
1189 bool append = false; in FindObjCMethodDecls() local
1322 bool append = false; in FindObjCPropertyAndIvarDecls() local
1365 bool append = false; in FindObjCPropertyAndIvarDecls() local
/openbsd/src/games/atc/
Dlist.c60 append(LIST *l, PLANE *p) in append() function
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dstring_utils.cpp221 void ScopedString::append(const char *Format, va_list Args) { in append() function in scudo::ScopedString
239 void ScopedString::append(const char *Format, ...) { in append() function in scudo::ScopedString
/openbsd/src/usr.bin/vi/common/
Dput.c33 put(SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append) in put()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
Dcvt1.C21 void append (Thing* const &entry) { groupCount ++ ; } in append() function
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_string.tcc286 append(size_type __n, _CharT __c) in append() function in basic_string
303 append(const _CharT* __s, size_type __n) in append() function in basic_string
330 append(const basic_string& __str) in append() function in basic_string
347 append(const basic_string& __str, size_type __pos, size_type __n) in append() function in basic_string
/openbsd/src/gnu/llvm/lldb/source/Core/
DFileLineResolver.cpp49 const bool append = true; in SearchCallback() local
/openbsd/src/usr.bin/tee/
Dtee.c73 int append, ch, exitval; in main() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFCompileUnit.cpp84 const bool append = true; in BuildAddressRangeTable() local
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTVector.h184 void append(const ASTContext &C, in_iter in_start, in_iter in_end) { in append() function
202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append() function
/openbsd/src/usr.bin/radioctl/
Dradioctl.c550 show_int_val(int val, const char *nick, char *append, int silent) in show_int_val()
557 show_float_val(float val, const char *nick, char *append, int silent) in show_float_val()
/openbsd/src/usr.bin/tmux/
Dcmd-set-option.c87 int append = args_has(args, 'a'); in cmd_set_option_exec() local
/openbsd/src/usr.bin/ktrace/
Dktrace.c64 int append, ch, fd, inherit, ops, pidset, trpoints; in main() local
/openbsd/src/gnu/llvm/clang/tools/libclang/
DCIndexDiagnostic.h102 void append(std::unique_ptr<CXDiagnosticImpl> D) { in append() function

1234