Home
last modified time | relevance | path

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

123456

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-util.c109 ctf_str_append (char *s, const char *append) in ctf_str_append()
133 ctf_str_append_noerr (char *s, const char *append) in ctf_str_append_noerr()
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm578 sub append { subroutine
853 sub append { subroutine
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h106 const bool append = false; in Find_Impl() local
129 const bool append = true; in Find_Impl() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A 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/source/API/
H A 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()
/dflybsd-src/lib/libc/string/
H A Dstrcat.c36 strcat(char * __restrict s, const char * __restrict append) in strcat()
/dflybsd-src/sys/libkern/
H A Dstrcat.c36 strcat(char * __restrict s, const char * __restrict append) in strcat()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dlookup2.C5 charT append (charT c) in append() function
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DHandleLLVMStdlib.cmake9 function(append value) function
/openbsd-src/lib/libc/string/
H A Dstrcat.c40 strcat(char *s, const char *append) in strcat()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DMacroBuilder.h40 void append(const Twine &Str) { in append() function
/dflybsd-src/contrib/lvm2/dist/lib/log/
H A Dlog.c55 void init_log_file(const char *log_file, int append) in init_log_file()
67 void init_log_direct(const char *log_file, int append) in init_log_direct()
/dflybsd-src/contrib/libarchive/tar/
H A Dsubst.c167 realloc_strncat(char **str, const char *append, size_t len) in realloc_strncat()
189 realloc_strcat(char **str, const char *append) in realloc_strcat()
/dflybsd-src/games/atc/
H A Dlist.c56 append(LIST *l, PLANE *p) in append() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp17 uint32_t ClangDeclVendor::FindDecls(ConstString name, bool append, in FindDecls()
H A 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/
H A Dlist.c60 append(LIST *l, PLANE *p) in append() function
/dflybsd-src/contrib/ncurses/progs/
H A Dtabs.c261 add_to_tab_list(char **append, const char *value) in add_to_tab_list()
384 char *append = 0; in main() local
/dflybsd-src/contrib/nvi2/common/
H A Dput.c32 put(SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append) in put()
/openbsd-src/usr.bin/vi/common/
H A Dput.c33 put(SCR *sp, CB *cbp, CHAR_T *namep, MARK *cp, MARK *rp, int append) in put()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A 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/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt1.C21 void append (Thing* const &entry) { groupCount ++ ; } in append() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFileLineResolver.cpp49 const bool append = true; in SearchCallback() local
/openbsd-src/usr.bin/tee/
H A Dtee.c73 int append, ch, exitval; in main() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp84 const bool append = true; in BuildAddressRangeTable() local

123456