Searched refs:g_name (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjCPlusPlus/
H A DObjCPlusPlusLanguage.cpp37 static ConstString g_name("objcplusplus");
38 return g_name;
/freebsd-12-stable/stand/kshim/
H A Dsysinit.h42 #define SYSINIT_ENTRY(uniq, keyword, msb, lsb, g_type, g_name, debug) \
49 .b_global_name = { g_name }, \
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/None/
H A DScriptInterpreterNone.cpp59 static ConstString g_name("script-none");
60 return g_name;
/freebsd-12-stable/usr.bin/mail/
H A Dvars.c145 if (*gh->g_name == *name && equal(gh->g_name, name))
163 printf("%s\t", gh->g_name);
H A Ddef.h216 char *g_name; /* Name of this group */ member in struct:grouphead
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolVendor.cpp78 static ConstString g_name("vendor-default");
79 return g_name;
/freebsd-12-stable/usr.sbin/gstat/
H A Dgstat.c95 char ts[100], g_name[4096]; local
386 (void)snprintf(g_name, sizeof(g_name), "??");
389 (void)snprintf(g_name, sizeof(g_name), "%s",
393 (void)snprintf(g_name, sizeof(g_name),
402 PRINTMSG(",%s", g_name); /* print name */
505 PRINTMSG(" %s", g_name);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp140 static ConstString g_name("static");
141 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DScriptInterpreterLua.cpp143 static ConstString g_name("script-lua");
144 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/
H A DSymbolVendorELF.cpp45 static ConstString g_name("ELF");
46 return g_name;
/freebsd-12-stable/lib/libgpio/
H A Dlibgpio.h45 char g_name[GPIOMAXNAME]; member in struct:__anon8628
H A Dgpio.c114 strlcpy(cfg->g_name, gppin.gp_name, GPIOMAXNAME);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp63 static ConstString g_name("asan");
64 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.cpp58 static ConstString g_name("breakpad");
59 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp55 static ConstString g_name("jit");
56 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.cpp40 static ConstString g_name("symtab");
41 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp263 static ConstString g_name("x86");
264 return g_name;
/freebsd-12-stable/usr.sbin/gpioctl/
H A Dgpioctl.c164 pin->g_name);
193 if (!strcmp(name, pin->g_name)) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp97 static ConstString g_name("apple-objc-v1");
98 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp68 static ConstString g_name("python");
69 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp411 static ConstString g_name("gdb");
412 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp411 static ConstString g_name("itanium");
412 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp602 static ConstString g_name("sysv-arc");
603 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1293 static ConstString g_name("sysv-hexagon");
1294 return g_name;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp734 static ConstString g_name("sysv-s390x");
735 return g_name;

Completed in 244 milliseconds

123