Searched refs:append (Results 301 - 325 of 726) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py65 self._entries.append(entry)
498 code.append('%(parent_name)s_%(name)s_add,')
1435 structs.append(newstruct)
1476 cppdirect.append(line)
1480 cppdirect.append(line)
1484 headerdirect.append(line)
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i440 frames.append(frame)
/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp267 final_host_and_port.append("localhost");
268 final_host_and_port.append(host_and_port);
H A Dlldb-platform.cpp184 listen_host_port.append(optarg);
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dsequencer.py459 array.append(obj)
591 self._codes.append((cond, code))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp233 llvm::sys::path::append(ClangToolPath, "clang-tool");
405 llvm::sys::path::append(DatabasePath, "compile_flags.txt");
H A DJSONCompilationDatabase.cpp168 llvm::sys::path::append(JSONDatabasePath, "compile_commands.json");
423 llvm::sys::path::append(AbsolutePath, FileName);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc129 new_name.append(COMMON_MALLOC_ZONE_NAME "-%s", name);
H A Dsanitizer_common.cpp91 buff.append("SUMMARY: %s: %s",
H A Dsanitizer_symbolizer_win.cpp107 // To work around this, let's append the directory of the main module
237 command_line.append("\"%s\" ", arg);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp322 Vals.append(NumElts, 0);
340 Vals.append(UPtr, UPtr + NumElts);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc350 result.append(pwd, pwd + strlen(pwd));
672 Path.append(Entry->pw_dir, Entry->pw_dir + strlen(Entry->pw_dir));
673 llvm::sys::path::append(Path, Storage);
875 path::append(path_null, ".");
1023 RealPath->append(Buffer, Buffer + strlen(Buffer));
1031 RealPath->append(Buffer, Buffer + CharCount);
1038 RealPath->append(Buffer, Buffer + strlen(Buffer));
1144 dest.append(Buffer, Buffer + strlen(Buffer));
1163 result.append(RequestedDir, RequestedDir + strlen(RequestedDir));
1196 append(resul
[all...]
/freebsd-13-stable/usr.sbin/uefisign/
H A Dpe.c502 append(struct executable *x, void *ptr, size_t len, size_t aligment) function
553 pc_off = append(x, pc, pc_len, pc_aligment);
/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_x509.h321 * append Get some additional bytes for the current certificate.
331 * called. For each certificate, start_cert(), some append() calls, then
332 * end_cert() are called, in that order. There may be no append() call
356 * - `append()` is called zero, one or more times, to provide
417 void (*append)(const br_x509_class **ctx, member in struct:br_x509_class_
/freebsd-13-stable/contrib/bearssl/tools/
H A Dcerts.c185 (*xwc->inner)->append(xwc->inner, buf, len);
H A Dverify.c276 mc.vtable->append(&mc.vtable, xc->data, xc->data_len);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp223 llvm::sys::path::append(absolute_path, file_name.String);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp241 Result.append(Str.begin(), Str.end());
246 // Otherwise, just append the token. Do some gymnastics to get the token
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp257 llvm::sys::path::append(IndexPath, IndexFileName);
804 Record.append(Name.begin(), Name.end());
808 Record.append(M->second.Dependencies.begin(), M->second.Dependencies.end());
857 llvm::sys::path::append(IndexPath, IndexFileName);
/freebsd-13-stable/contrib/libucl/include/
H A Ducl++.h59 out->append (nchars, (char)c);
68 out->append ((const char *)str, len);
78 out->append (nstr);
88 out->append (nstr);
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h91 int append; member in struct:sec_action
/freebsd-13-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py28 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/freebsd-13-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py240 l.append(n)
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h315 Diagnostics.append(pool.pool_begin(), pool.pool_end());
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp116 StoredDiags.append(DiagList.begin(), DiagList.end());

Completed in 169 milliseconds

<<11121314151617181920>>