Searched refs:object_name (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ui/
H A Dui_locl.h93 * object_name is the name of the object (might be a card name or a file
98 const char *object_name);
H A Dui.h180 * and object_name is the name of the object (might be a card name or
188 * "Enter {object_desc} for {object_name}:"
190 * So, if object_desc has the value "pass phrase" and object_name has
196 const char *object_desc, const char *object_name);
335 *object_name));
H A Dui_lib.c396 const char *object_name)
401 prompt = ui->meth->ui_construct_prompt(ui, object_desc, object_name);
411 if (object_name)
412 len += sizeof(prompt2) - 1 + strlen(object_name);
418 if (object_name) {
420 BUF_strlcat(prompt, object_name, len + 1);
663 *object_name))
395 UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) argument
658 UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor) (UI *ui, const char *object_desc, const char *object_name)) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DClangUserExpression.cpp562 ConstString &object_name,
569 err.SetErrorStringWithFormat("Couldn't load '%s' because the context is incomplete", object_name.AsCString());
576 valobj_sp = frame_sp->GetValueForVariableExpressionPath(object_name.AsCString(),
593 err.SetErrorStringWithFormat("Couldn't load '%s' because its value couldn't be evaluated", object_name.AsCString());
624 ConstString object_name; local
628 object_name.SetCString("this");
632 object_name.SetCString("self");
642 object_ptr = GetObjectPointer(frame, object_name, object_ptr_error);
561 GetObjectPointer(lldb::StackFrameSP frame_sp, ConstString &object_name, Error &err) argument
/freebsd-10-stable/contrib/gcc/
H A Dmips-tfile.c1510 static char *object_name = (char *) 0; /* tmp. name of object file */
4026 pfatal_with_name (object_name);
4036 pfatal_with_name (object_name);
4041 object_name,
4070 pfatal_with_name (object_name);
4075 object_name,
4087 pfatal_with_name (object_name);
4100 pfatal_with_name (object_name);
4105 object_name,
4118 pfatal_with_name (object_name);
1502 static char *object_name = (char *) 0; /* tmp. name of object file */ variable
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp175 const ConstString *object_name,
207 if (object_name)
208 m_object_name = *object_name;
965 Module::SetFileSpecAndObjectName (const FileSpec &file, const ConstString &object_name) argument
971 m_object_name = object_name;
1017 const char *object_name = m_object_name.GetCString(); local
1018 if (object_name)
1019 s->Printf("(%s)", object_name);
1554 const ConstString &object_name = module_ref.GetObjectName(); local
1555 if (object_name)
173 Module(const FileSpec& file_spec, const ArchSpec& arch, const ConstString *object_name, off_t object_offset, const TimeValue *object_mod_time_ptr) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp172 ObjectContainerBSDArchive::Archive::FindObject (const ConstString &object_name, const TimeValue &object_mod_time) argument
174 const ObjectNameToIndexMap::Entry *match = m_object_name_to_index_map.FindFirstValueForName (object_name.GetCString());
323 ConstString object_name (module_sp->GetObjectName());
324 if (object_name)
H A DObjectContainerBSDArchive.h174 FindObject (const lldb_private::ConstString &object_name,
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h78 /// @param[in] object_name
90 const ConstString *object_name = NULL,
911 const ConstString &object_name);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp88 const char * object_name = NULL; local
90 object_name = m_objfile->GetModule()->GetObjectName().GetCString();
95 object_name ? "(" : "",
96 object_name ? object_name : "",
97 object_name ? ")" : "",
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp66 ConstString object_name (oso_module->GetObjectName());
186 const ConstString *object_name,
189 Module (file_spec, arch, object_name, object_offset, object_mod_time_ptr),
182 DebugMapModule(const ModuleSP &exe_module_sp, uint32_t cu_idx, const FileSpec& file_spec, const ArchSpec& arch, const ConstString *object_name, off_t object_offset, const TimeValue *object_mod_time_ptr) argument
/freebsd-10-stable/contrib/gdb/gdb/
H A Dgnu-nat.c2370 mach_port_t object_name;
2382 &object_name,
2534 mach_port_t object_name;
2546 &object_name,
2335 mach_port_t object_name; local
2498 mach_port_t object_name; local
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp3460 const char *object_name = module->GetObjectName().GetCString(); local
3461 if (object_name)
3462 strm.Printf ("(%s)", object_name);
/freebsd-10-stable/sys/dev/oce/
H A Doce_hw.h1637 uint8_t object_name[104]; member in struct:mbx_lancer_common_write_object::__anon9624::__anon9625
H A Doce_mbox.c1641 strcpy(fwcmd->params.req.object_name, "/prg");

Completed in 241 milliseconds