Searched refs:short_name (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/contrib/gdb/gdb/
H A Dcp-abi.c30 static struct cp_abi_ops *find_cp_abi (const char *short_name);
100 switch_to_cp_abi (const char *short_name) argument
104 abi = find_cp_abi (short_name);
129 set_cp_abi_as_auto_default (const char *short_name) argument
132 struct cp_abi_ops *abi = find_cp_abi (short_name);
137 short_name);
167 find_cp_abi (const char *short_name) argument
172 if (strcmp (cp_abis[i]->shortname, short_name) == 0)
H A Dcp-abi.h169 extern void set_cp_abi_as_auto_default (const char *short_name);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-types.h43 const char *short_name; // A short name for this register set member in struct:lldb_private::__anon3732
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnixSignals.h100 const char *short_name,
124 const char *short_name,
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dgetarg.c124 args[i].short_name == 0 || args[i].long_name == NULL) {
127 if(args[i].short_name) {
129 printf("Fl %c%s", args[i].short_name, buf);
142 printf(".Oo Fl %c%s \\*(Ba Xo\n", args[i].short_name, buf);
158 if(args[i].short_name){
159 printf(".Fl %c", args[i].short_name);
247 if(args[i].short_name && ISFLAG(args[i])) {
251 s[0] = args[i].short_name;
283 if (args[i].short_name && !ISFLAG(args[i])) {
284 snprintf(buf, sizeof(buf), "[-%c", args[i].short_name);
[all...]
H A Dgetarg.h53 char short_name; member in struct:getargs
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DUnixSignals.cpp23 const char *short_name,
30 m_short_name (short_name),
102 const char *short_name,
109 Signal new_signal (name, short_name, default_suppress, default_stop, default_notify, description);
20 Signal( const char *name, const char *short_name, bool default_suppress, bool default_stop, bool default_notify, const char *description ) argument
98 AddSignal( int signo, const char *name, const char *short_name, bool default_suppress, bool default_stop, bool default_notify, const char *description ) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDummy.cpp42 m_reg_set0.short_name = "GPR";
H A DRegisterContextHistory.cpp43 m_reg_set0.short_name = "GPR";
/freebsd-10.3-release/contrib/texinfo/util/
H A Dtexindex.c245 char *short_name;
284 if (texindex_options[i].short_name)
285 fprintf (f, "%s, ", texindex_options[i].short_name);
243 char *short_name; member in struct:__anon4825
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBFrame.cpp921 (reg_set->short_name && strcasecmp (reg_set->short_name, name) == 0)))

Completed in 141 milliseconds