Searched refs:c_str (Results 1 - 25 of 564) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.cpp38 atf_utils_cat_file(path.c_str(), prefix.c_str());
44 atf_utils_copy_file(source.c_str(), destination.c_str());
50 return atf_utils_compare_file(path.c_str(), contents.c_str());
56 atf_utils_create_file(path.c_str(), "%s", contents.c_str());
62 return atf_utils_file_exists(path.c_str());
76 return atf_utils_grep_file("%s", path.c_str(), rege
[all...]
H A Dbuild.cpp81 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(),
95 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(),
109 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
H A Dcheck.cpp108 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(),
122 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(),
136 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Denv.cpp46 return atf_env_get(name.c_str());
52 return atf_env_get_with_default(name.c_str(), default_value.c_str());
58 return atf_env_has(name.c_str());
64 atf_error_t err = atf_env_set(name.c_str(), val.c_str());
72 atf_error_t err = atf_env_unset(name.c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueString.cpp29 Args::ExpandEscapedCharacters(m_current_value.c_str(),
32 strm.Printf("%s", expanded_escape_value.c_str());
34 strm.Printf("\"%s\"", expanded_escape_value.c_str());
37 strm.Printf("%s", m_current_value.c_str());
39 strm.Printf("\"%s\"", m_current_value.c_str());
71 error = m_validator(value_str.c_str(), m_validator_baton);
83 Args::EncodeEscapeSequences(value_str.c_str(), str);
89 error = m_validator(new_value.c_str(), m_validator_baton);
105 error = m_validator(value_str.c_str(), m_validator_baton);
111 Args::EncodeEscapeSequences(value_str.c_str(), m_current_valu
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Dios_failure.cc47 { return _M_msg.c_str(); }
H A Dstdexcept.cc46 { return _M_msg.c_str(); }
67 { return _M_msg.c_str(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DDemangle.cpp25 Demangled = itaniumDemangle(MangledName.c_str(), nullptr, nullptr, nullptr);
28 microsoftDemangle(MangledName.c_str(), nullptr, nullptr, nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpRegisterValue.cpp39 s->Printf(fmt.c_str(), reg_info->name);
42 s->Printf(fmt.c_str(), reg_info->alt_name);
51 s->Printf(fmt.c_str(), reg_info->alt_name);
56 s->Printf(fmt.c_str(), reg_info->name);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStreamCallback.cpp19 m_callback(std::string(Ptr, Size).c_str(), m_baton);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Drandom.cpp44 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
67 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
83 : __f_(open(__token.c_str(), O_RDONLY))
86 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
122 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
125 __throw_system_error(error, ("random device failed to open " + __token).c_str());
151 __throw_system_error(ENOENT, ("random device not supported " + __token).c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DUtilityFunction.cpp78 Language(), return_type, impl_code_address, arg_value_list, name.c_str(),
92 m_function_name.c_str(), diagnostics.GetString().c_str());
103 m_function_name.c_str(), diagnostics.GetString().c_str());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanPython.cpp51 : m_error_str.c_str());
69 m_class_name.c_str(), m_args_data, m_error_str,
78 m_class_name.c_str());
100 m_class_name.c_str());
122 m_class_name.c_str());
144 m_class_name.c_str());
159 m_class_name.c_str());
185 m_class_name.c_str());
191 m_class_name.c_str());
H A DInstrumentationRuntimeStopInfo.cpp27 return m_description.c_str();
H A DModuleCache.cpp74 return JoinPath(modules_dir_spec, uuid.GetAsString().c_str());
98 module_uuid.GetAsString().c_str(), error.AsCString());
133 platform_module_spec.GetPath().c_str());
159 m_file_spec = JoinPath(lock_dir_spec, uuid.GetAsString().c_str());
202 return Status("Failed to rename file %s to %s: %s", tmp_file_path.c_str(),
203 module_file_path.GetPath().c_str(),
204 err_code.message().c_str());
210 module_file_path.GetPath().c_str(), error.AsCString());
232 return Status("Module %s not found", module_file_path.GetPath().c_str());
236 module_file_path.GetPath().c_str());
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp30 s->Printf("'%s' is not a known command.\n", command_str.c_str());
32 prefix.str().c_str());
35 prefix_str.c_str(), lookup_str.c_str());
40 prefix_str.c_str(), lookup_str.c_str());
121 sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches);
135 s.Printf("ambiguous command %s", cmd_string.c_str());
147 &error_msg_stream, cmd_string.c_str(),
148 m_interpreter.GetCommandPrefix(), sub_command.c_str());
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFString.cpp75 SetFileSystemRepresentation(expanded_path.c_str());
102 str.resize(strlen(str.c_str()));
103 return str.c_str();
127 str.erase(::strlen(str.c_str()));
128 return str.c_str();
152 return expanded_path.c_str();
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A Dcase_file.cc133 physPath.c_str());
171 int numCaseFiles(scandir(s_caseFilePath.c_str(), &caseFiles,
256 PoolGUIDString().c_str(),
257 VdevGUIDString().c_str());
275 PoolGUIDString().c_str(), VdevGUIDString().c_str());
284 zpool_vdev_online(pool, vdev->GUIDString().c_str(),
288 zpool_get_name(pool), vdev->GUIDString().c_str(),
289 devPath.c_str(),
309 PoolGUIDString().c_str(),
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h54 return getStrPool()->getManagedString(O.str().c_str())->c_str();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp402 wrap_stream.Printf("%s\n%s\n%s\n%s\n%s\n", module_macros.c_str(),
404 target_specific_defines, m_prefix.c_str());
432 module_imports.c_str(), m_name.c_str(),
433 lldb_local_var_decls.GetData(), tagged_body.c_str());
443 module_imports.c_str(), m_name.c_str(),
444 lldb_local_var_decls.GetData(), tagged_body.c_str());
460 module_imports.c_str(), m_name.c_str(), m_nam
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptEmitter.cpp54 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name").str().c_str(),
55 B->getValueAsString("Name").str().c_str()))
67 if (int Cmp = StrCmpOptionName(APre->str().c_str(), BPre->str().c_str()))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h57 const char *GetQueueName() override { return m_queue_name.c_str(); }
65 const char *GetThreadName() { return m_thread_name.c_str(); }
71 const char *GetName() override { return m_thread_name.c_str(); }
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_symbolize.cpp48 Result.c_str()) < MaxLength;
65 Result.c_str()) < MaxLength;
75 Result.c_str()) < MaxLength
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp29 if (stat(Path.c_str(), &St))
36 if (stat(Path.c_str(), &St))
43 if (stat(Path.c_str(), &St))
61 DIR *D = opendir(Dir.c_str());
63 Printf("%s: %s; exiting\n", strerror(errno), Dir.c_str());
87 DIR *D = opendir(Dir.c_str());
120 unlink(Path.c_str());
124 rename(OldPath.c_str(), NewPath.c_str());
133 memcpy(Tmp, FileName.c_str(), FileNam
[all...]
H A DFuzzerIOWindows.cpp35 CreateFileA(Path.c_str(), 0, FILE_SHARE_READ, NULL, OPEN_EXISTING,
39 Printf("CreateFileA() failed for \"%s\" (Error code: %lu).\n", Path.c_str(),
47 Printf("GetFileType() failed for \"%s\" (Error code: %lu).\n", Path.c_str(),
63 DWORD Att = GetFileAttributesA(Path.c_str());
67 Path.c_str(), GetLastError());
88 if (!GetFileAttributesExA(Path.c_str(), GetFileExInfoStandard, &attr)) {
92 Path.c_str(), LastError);
115 HANDLE FindHandle(FindFirstFileA(Path.c_str(), &FindInfo));
120 Printf("No such file or directory: %s; exiting\n", Dir.c_str());
158 DWORD DirAttrs = GetFileAttributesA(Dir.c_str());
[all...]

Completed in 373 milliseconds

1234567891011>>