Searched refs:append (Results 251 - 275 of 726) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Deapol_test.py18 sys.path.append(os.path.join(dir, '..', 'wpaspy'))
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix1.mk93 \$${@D:=append}=\"${@D:=append}\"\n\
/freebsd-13-stable/contrib/cortex-strings/scripts/
H A Dbench.py98 all_functions.append(function)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHurd.cpp148 llvm::sys::path::append(P, "include");
H A DOpenBSD.cpp262 llvm::sys::path::append(Dir, "include");
303 llvm::sys::path::append(Path, "/usr/lib/libcompiler_rt.a");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp250 llvm::sys::path::append(P, "include");
279 llvm::sys::path::append(P, "../../..", triple.str(), "include");
356 llvm::sys::path::append(P, "../../..");
646 llvm::sys::path::append(P, "include");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DLineTable.cpp80 // Replace the last entry if the address is the same, otherwise append it. If
113 // the address of the last item in our entry collection, just append.
393 size_t LineTable::FineLineEntriesForFileIndex(uint32_t file_idx, bool append, argument
396 if (!append)
447 bool append) {
448 if (!append)
446 GetContiguousFileAddressRanges(FileAddressRanges &file_ranges, bool append) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h48 sys::path::append(ResolvedPath, FileName);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCommonOptionsParser.cpp97 cl::desc("Additional argument to append to the compiler command line"),
113 ErrorMessage.append("\n");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp98 CmdOutput->append(TmpBuffer);
H A DFuzzerUtilWindows.cpp172 CmdOutput->append(TmpBuffer);
/freebsd-13-stable/contrib/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py74 sys.path.append(os.path.join(DEFAULT_GMOCK_ROOT_DIR, '../googletest/scripts'))
210 # Next, append fused gmock-all.cc to gmock-gtest-all.cc.
/freebsd-13-stable/bin/pax/
H A Dpax.c74 int act = DEFOP; /* read/write/append/copy */
284 append();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp79 TlsVars.append({&G});
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h868 void append(const RegsForValue &RHS) { function in struct:llvm::RegsForValue
869 ValueVTs.append(RHS.ValueVTs.begin(), RHS.ValueVTs.end());
870 RegVTs.append(RHS.RegVTs.begin(), RHS.RegVTs.end());
871 Regs.append(RHS.Regs.begin(), RHS.Regs.end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCELFStreamer.cpp74 DF->getContents().append(Code.begin(), Code.end());
87 DF->getContents().append(EF->getContents().begin(), EF->getContents().end());
526 // If bundling is disabled, append the encoded instruction to the current data
535 // - If we're in a bundle-locked group, append the instruction to the current
566 CEIF->getContents().append(Code.begin(), Code.end());
594 DF->getContents().append(Code.begin(), Code.end());
H A DMCXCOFFStreamer.cpp116 DF->getContents().append(Code.begin(), Code.end());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp25 DeadFunctions.append(DeadFunctionsInComdats.begin(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DOcamlGCPrinter.cpp57 SymName.append(MId.begin(), llvm::find(MId, '.'));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp184 void TarWriter::append(StringRef Path, StringRef Data) { function in class:TarWriter
/freebsd-13-stable/usr.bin/sdiff/
H A Dsdiff.c766 errx(2, "append cannot have a file1 range: %s",
899 * are cached, making this an O(n) function, where n = strlen(append).
902 astrcat(char **s, const char *append) argument
915 * First string is NULL, so just copy append.
918 if (!(*s = strdup(append)))
942 /* Size = strlen(*s) + \n + strlen(append) + '\0'. */
943 newsiz = offset + 1 + strlen(append) + 1;
954 strlcat(*s + offset, append, newsiz - offset);
1036 errx(2, "append ended early");
/freebsd-13-stable/tests/sys/kern/
H A Dsonewconn_overflow.py62 self.sockets.append(s)
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i284 locations.append(accessor[idx])
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp205 full_prefix_storage.append(std::string(option_prefix));
258 fixed_expression->append(fixed_text);
/freebsd-13-stable/contrib/byacc/
H A Dvmsbuild.com184 $ open/append test_script BYACC.com

Completed in 147 milliseconds

<<11121314151617181920>>