Defined in 3 files as a typedef:
Defined in 3 files as a prototype:
Defined in 3 files as a function:
Referenced in 118 files:
- contrib/llvm/tools/lldb/include/lldb/API/SBStringList.h, 5 times
- contrib/llvm/tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h, 3 times
- contrib/llvm/tools/lldb/include/lldb/Breakpoint/WatchpointOptions.h, line 215
- contrib/llvm/tools/lldb/include/lldb/Core/FormatEntity.h, 2 times
- contrib/llvm/tools/lldb/include/lldb/Core/IOHandler.h, 11 times
- contrib/llvm/tools/lldb/include/lldb/Core/PluginManager.h, 2 times
- contrib/llvm/tools/lldb/include/lldb/Expression/REPL.h, 7 times
- contrib/llvm/tools/lldb/include/lldb/Host/Editline.h, 5 times
- contrib/llvm/tools/lldb/include/lldb/Host/Host.h, line 245
- contrib/llvm/tools/lldb/include/lldb/Interpreter/Args.h, line 89
- contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandAlias.h, 2 times
- contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandCompletions.h, 18 times
- contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandInterpreter.h, 10 times
- contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObject.h, 7 times
- contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h, 11 times
- contrib/llvm/tools/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h, line 46
- contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValue.h, line 105
- contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueArch.h, line 62
- contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueBoolean.h, line 55
- contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueEnumeration.h, line 64
- contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFileSpec.h, line 59
- contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h, line 50
- contrib/llvm/tools/lldb/include/lldb/Interpreter/OptionValueUUID.h, line 66
- contrib/llvm/tools/lldb/include/lldb/Interpreter/Options.h, 2 times
- contrib/llvm/tools/lldb/include/lldb/Interpreter/ScriptInterpreter.h, 7 times
- contrib/llvm/tools/lldb/include/lldb/Symbol/Variable.h, line 106
- contrib/llvm/tools/lldb/include/lldb/Target/Platform.h, line 636
- contrib/llvm/tools/lldb/include/lldb/Target/Target.h, 4 times
- contrib/llvm/tools/lldb/include/lldb/Utility/ArchSpec.h, line 291
- contrib/llvm/tools/lldb/include/lldb/Utility/StringList.h, 9 times
- contrib/llvm/tools/lldb/include/lldb/lldb-forward.h, line 218
- contrib/llvm/tools/lldb/source/API/SBBreakpoint.cpp, line 460
- contrib/llvm/tools/lldb/source/API/SBBreakpointLocation.cpp, line 237
- contrib/llvm/tools/lldb/source/API/SBBreakpointName.cpp, line 497
- contrib/llvm/tools/lldb/source/API/SBCommandInterpreter.cpp, line 299
- contrib/llvm/tools/lldb/source/API/SBDebugger.cpp, line 986
- contrib/llvm/tools/lldb/source/API/SBStringList.cpp, 11 times
- contrib/llvm/tools/lldb/source/API/SBTypeCategory.cpp, 2 times
- contrib/llvm/tools/lldb/source/Breakpoint/BreakpointOptions.cpp, 2 times
- contrib/llvm/tools/lldb/source/Commands/CommandCompletions.cpp, 18 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectApropos.cpp, 2 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.cpp, line 50
- contrib/llvm/tools/lldb/source/Commands/CommandObjectCommands.cpp, 4 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.cpp, line 473
- contrib/llvm/tools/lldb/source/Commands/CommandObjectExpression.h, line 73
- contrib/llvm/tools/lldb/source/Commands/CommandObjectFrame.cpp, line 471
- contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.cpp, 3 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectHelp.h, line 36
- contrib/llvm/tools/lldb/source/Commands/CommandObjectMultiword.cpp, 14 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectPlatform.cpp, 2 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectPlugin.cpp, line 50
- contrib/llvm/tools/lldb/source/Commands/CommandObjectProcess.cpp, 2 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectSettings.cpp, 9 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectTarget.cpp, 5 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectType.cpp, 5 times
- contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp, line 280
- contrib/llvm/tools/lldb/source/Core/FormatEntity.cpp, 2 times
- contrib/llvm/tools/lldb/source/Core/IOHandler.cpp, 8 times
- contrib/llvm/tools/lldb/source/Core/PluginManager.cpp, line 1330
- contrib/llvm/tools/lldb/source/Expression/REPL.cpp, 5 times
- contrib/llvm/tools/lldb/source/Host/common/Editline.cpp, 7 times
- contrib/llvm/tools/lldb/source/Host/freebsd/Host.cpp, line 246
- contrib/llvm/tools/lldb/source/Host/netbsd/Host.cpp, line 51
- contrib/llvm/tools/lldb/source/Host/openbsd/Host.cpp, line 48
- contrib/llvm/tools/lldb/source/Interpreter/Args.cpp, line 188
- contrib/llvm/tools/lldb/source/Interpreter/CommandAlias.cpp, 2 times
- contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp, 15 times
- contrib/llvm/tools/lldb/source/Interpreter/CommandObject.cpp, 2 times
- contrib/llvm/tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp, line 107
- contrib/llvm/tools/lldb/source/Interpreter/OptionValue.cpp, line 579
- contrib/llvm/tools/lldb/source/Interpreter/OptionValueArch.cpp, line 79
- contrib/llvm/tools/lldb/source/Interpreter/OptionValueBoolean.cpp, line 81
- contrib/llvm/tools/lldb/source/Interpreter/OptionValueEnumeration.cpp, line 114
- contrib/llvm/tools/lldb/source/Interpreter/OptionValueFileSpec.cpp, line 107
- contrib/llvm/tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp, line 112
- contrib/llvm/tools/lldb/source/Interpreter/OptionValueUUID.cpp, line 73
- contrib/llvm/tools/lldb/source/Interpreter/Options.cpp, 2 times
- contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp, 2 times
- contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp, line 661
- contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h, line 88
- contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp, line 1209
- contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp, 11 times
- contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h, 8 times
- contrib/llvm/tools/lldb/source/Symbol/Variable.cpp, 5 times
- contrib/llvm/tools/lldb/source/Target/Platform.cpp, line 1542
- contrib/llvm/tools/lldb/source/Target/Target.cpp, line 3614
- contrib/llvm/tools/lldb/source/Utility/ArchSpec.cpp, line 247
- contrib/llvm/tools/lldb/source/Utility/StringList.cpp, 36 times
- contrib/llvm/tools/lldb/tools/lldb-server/lldb-gdbserver.cpp, line 192
- contrib/mdocml/compat_stringlist.c, 6 times
- contrib/mdocml/compat_stringlist.h, 4 times
- contrib/mdocml/soelim.c, line 48
- contrib/mdocml/test-stringlist.c, line 23
- contrib/netbsd-tests/lib/libpthread/h_resolv.c, line 50
- contrib/tnftp/src/complete.c, 7 times
- contrib/tnftp/src/extern.h, 3 times
- contrib/tnftp/src/ftp_var.h, line 291
- contrib/tnftp/src/main.c, line 970
- contrib/tnftp/src/util.c, 4 times
- contrib/tnftp/tnftp.h, 4 times
- include/stringlist.h, 4 times
- lib/libc/gen/getusershell.c, line 62
- lib/libc/gen/stringlist.c, 6 times
- lib/libc/tests/nss/getgr_test.c, line 206
- lib/libc/tests/nss/gethostby_test.c, line 552
- lib/libc/tests/nss/getproto_test.c, line 200
- lib/libc/tests/nss/getrpc_test.c, line 199
- lib/libc/tests/nss/getserv_test.c, line 205
- lib/libc/tests/resolv/resolv_test.c, line 57
- usr.bin/calendar/io.c, line 83
- usr.bin/locale/locale.c, 2 times
- usr.bin/makewhatis/makewhatis.c, 4 times
- usr.bin/soelim/soelim.c, line 44
- usr.sbin/kbdmap/kbdmap.c, line 588
- usr.sbin/nghook/main.c, line 70
- usr.sbin/pw/pw_user.c, 2 times
- usr.sbin/pw/pwupd.h, line 77
- usr.sbin/services_mkdb/services_mkdb.c, 17 times