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

/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A Dui_locl.h94 and object_name is the name of the object (might be a card name or
99 const char *object_name);
H A Dui.h173 and object_name is the name of the object (might be a card name or
181 "Enter {object_desc} for {object_name}:"
183 So, if object_desc has the value "pass phrase" and object_name has
189 const char *object_desc, const char *object_name);
313 int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name));
H A Dui_lib.c412 const char *object_name)
418 object_desc, object_name);
429 if (object_name)
430 len += sizeof(prompt2) - 1 + strlen(object_name);
436 if (object_name)
439 BUF_strlcat(prompt, object_name, len + 1);
696 int UI_method_set_prompt_constructor(UI_METHOD *method, char *(*prompt_constructor)(UI* ui, const char* object_desc, const char* object_name)) argument
411 UI_construct_prompt(UI *ui, const char *object_desc, const char *object_name) argument
/freebsd-10.0-release/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.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp155 ObjectContainerBSDArchive::Archive::FindObject (const ConstString &object_name, const TimeValue &object_mod_time) argument
157 const ObjectNameToIndexMap::Entry *match = m_object_name_to_index_map.FindFirstValueForName (object_name.GetCString());
306 ConstString object_name (module_sp->GetObjectName());
307 if (object_name)
H A DObjectContainerBSDArchive.h174 FindObject (const lldb_private::ConstString &object_name,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp172 const ConstString *object_name,
203 if (object_name)
204 m_object_name = *object_name;
868 Module::SetFileSpecAndObjectName (const FileSpec &file, const ConstString &object_name) argument
874 m_object_name = object_name;
920 const char *object_name = m_object_name.GetCString(); local
921 if (object_name)
922 s->Printf("(%s)", object_name);
1468 const ConstString &object_name = module_ref.GetObjectName(); local
1469 if (object_name)
170 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.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h78 /// @param[in] object_name
90 const ConstString *object_name = NULL,
823 const ConstString &object_name);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangUserExpression.cpp563 ConstString &object_name,
570 err.SetErrorStringWithFormat("Couldn't load '%s' because the context is incomplete", object_name.AsCString());
577 valobj_sp = frame_sp->GetValueForVariableExpressionPath(object_name.AsCString(),
594 err.SetErrorStringWithFormat("Couldn't load '%s' because its value couldn't be evaluated", object_name.AsCString());
625 ConstString object_name; local
629 object_name.SetCString("this");
633 object_name.SetCString("self");
643 object_ptr = GetObjectPointer(frame, object_name, object_ptr_error);
562 GetObjectPointer(lldb::StackFrameSP frame_sp, ConstString &object_name, Error &err) argument
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp3391 const char *object_name = module->GetObjectName().GetCString(); local
3392 if (object_name)
3393 strm.Printf ("(%s)", object_name);
/freebsd-10.0-release/sys/dev/oce/
H A Doce_hw.h1616 uint8_t object_name[104]; member in struct:mbx_lancer_common_write_object::__anon9165::__anon9166
H A Doce_mbox.c1641 strcpy(fwcmd->params.req.object_name, "/prg");

Completed in 411 milliseconds