| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | StringList.cpp | 19 StringList::StringList () : in StringList() function in StringList 24 StringList::StringList (const char *str) : in StringList() function in StringList 31 StringList::StringList (const char **strv, int strc) : in StringList() function in StringList 41 StringList::~StringList () in ~StringList() 46 StringList::AppendString (const char *str) in AppendString() 53 StringList::AppendString (const std::string &s) in AppendString() 59 StringList::AppendString (std::string &&s) in AppendString() 65 StringList::AppendString (const char *str, size_t str_len) in AppendString() 72 StringList::AppendList (const char **strv, int strc) in AppendList() 82 StringList::AppendList (StringList strings) in AppendList() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| D | CommandCompletions.h | 40 … lldb_private::StringList &matches); // The array of matches we return. 73 StringList &matches); 85 StringList &matches); 93 StringList &matches); 102 StringList &matches); 111 lldb_private::StringList &matches); 120 lldb_private::StringList &matches); 129 lldb_private::StringList &matches); 138 lldb_private::StringList &matches); 148 lldb_private::StringList &matches); [all …]
|
| D | CommandObjectMultiword.h | 53 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL); 56 GetSubcommandObject (const char *sub_cmd, StringList *matches = NULL); 61 StringList &commands_found, 62 StringList &commands_help); 74 StringList &matches); 125 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL); 128 GetSubcommandObject (const char *sub_cmd, StringList *matches = NULL); 133 StringList &commands_found, 134 StringList &commands_help); 157 StringList &matches); [all …]
|
| D | CommandInterpreter.h | 103 StringList *matches = NULL); 185 HandleCommands (const StringList &commands, 251 StringList &matches); 265 StringList &matches); 271 StringList &matches); 385 StringList &commands_found, 386 StringList &commands_help, 493 …GetCommandSP (const char *cmd, bool include_aliases = true, bool exact = true, StringList *matches…
|
| D | CommandObject.h | 141 GetSubcommandSP (const char *sub_cmd, StringList *matches = NULL) 147 GetSubcommandObject (const char *sub_cmd, StringList *matches = NULL) 155 StringList &commands_found, in AproposAllSubCommands() 156 StringList &commands_help) in AproposAllSubCommands() 316 AddNamesMatchingPartialString (CommandMap &in_map, const char *cmd_str, StringList &matches); 365 StringList &matches); 415 StringList &matches) in HandleArgumentCompletion()
|
| D | ScriptInterpreterPython.h | 60 ExportFunctionDefinitionToInterpreter (StringList &function_def); 63 GenerateTypeScriptFunction (StringList &input, std::string& output, void* name_token = NULL); 66 GenerateTypeSynthClass (StringList &input, std::string& output, void* name_token = NULL); 76 GenerateScriptAliasFunction (StringList &input, std::string& output); 134 GenerateFunction(const char *signature, const StringList &input); 137 GenerateBreakpointCommandCallbackData (StringList &input, std::string& output); 140 GenerateWatchpointCommandCallbackData (StringList &input, std::string& output); 240 StringList
|
| D | ScriptInterpreter.h | 258 ExportFunctionDefinitionToInterpreter (StringList &function_def) in ExportFunctionDefinitionToInterpreter() 264 GenerateBreakpointCommandCallbackData (StringList &input, std::string& output) in GenerateBreakpointCommandCallbackData() 270 GenerateWatchpointCommandCallbackData (StringList &input, std::string& output) in GenerateWatchpointCommandCallbackData() 282 GenerateTypeScriptFunction (StringList &input, std::string& output, void* name_token = NULL) 288 GenerateScriptAliasFunction (StringList &input, std::string& output) in GenerateScriptAliasFunction() 294 GenerateTypeSynthClass (StringList &input, std::string& output, void* name_token = NULL) 363 GenerateFunction(const char *signature, const StringList &input) in GenerateFunction()
|
| D | Options.h | 250 lldb_private::StringList &matches); 303 StringList &matches);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | StringList.h | 20 class StringList 24 StringList (); 26 StringList (const char *str); 28 StringList (const char **strv, int strc); 31 ~StringList (); 49 AppendList (StringList strings); 122 StringList& 125 StringList& 126 operator << (StringList strings); 137 StringList &matches,
|
| D | IOHandler.h | 265 StringList &matches); 295 StringList &lines, in IOHandlerLinesUpdated() 350 StringList &lines, in IOHandlerLinesUpdated() 439 GetLines (StringList &lines); 444 StringList &lines, 454 StringList &matches, 489 StringList &matches);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBStringList.cpp | 22 SBStringList::SBStringList (const lldb_private::StringList *lldb_strings_ptr) : in SBStringList() 26 m_opaque_ap.reset (new lldb_private::StringList (*lldb_strings_ptr)); in SBStringList() 33 m_opaque_ap.reset (new lldb_private::StringList(*rhs)); in SBStringList() 43 m_opaque_ap.reset(new lldb_private::StringList(*rhs)); in operator =() 54 const lldb_private::StringList * 60 const lldb_private::StringList & 80 m_opaque_ap.reset (new lldb_private::StringList (str)); in AppendString() 94 m_opaque_ap.reset (new lldb_private::StringList (strv, strc)); in AppendList() 104 m_opaque_ap.reset (new lldb_private::StringList()); in AppendList()
|
| /freebsd-10-stable/usr.sbin/services_mkdb/ |
| D | services_mkdb.c | 60 static void add(DB *, StringList *, size_t, const char *, size_t *, int); 61 static StringList ***parseservices(const char *, StringList *); 66 static size_t getprotoindex(StringList *, const char *); 67 static const char *getprotostr(StringList *, size_t); 68 static const char *mkaliases(StringList *, char *, size_t); 93 StringList *sl, ***svc; in main() 155 StringList *s; in main() 190 add(DB *db, StringList *sl, size_t port, const char *proto, size_t *cnt, in add() 235 static StringList *** 236 parseservices(const char *fname, StringList *sl) in parseservices() [all …]
|
| /freebsd-10-stable/include/ |
| D | stringlist.h | 48 } StringList; typedef 51 StringList *sl_init(void); 52 int sl_add(StringList *, char *); 53 void sl_free(StringList *, int); 54 char *sl_find(StringList *, const char *);
|
| /freebsd-10-stable/lib/libc/gen/ |
| D | stringlist.c | 48 StringList * 51 StringList *sl; in sl_init() 53 sl = malloc(sizeof(StringList)); in sl_init() 70 sl_add(StringList *sl, char *name) in sl_add() 87 sl_free(StringList *sl, int all) in sl_free() 107 sl_find(StringList *sl, const char *name) in sl_find()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectMultiword.cpp | 47 CommandObjectMultiword::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() 64 StringList local_matches; in GetSubcommandSP() 85 CommandObjectMultiword::GetSubcommandObject (const char *sub_cmd, StringList *matches) in GetSubcommandObject() 132 StringList matches; in Execute() 231 StringList &matches in HandleCompletion() 249 StringList temp_matches; in HandleCompletion() 314 StringList &commands_found, in AproposAllSubCommands() 315 StringList &commands_help) in AproposAllSubCommands() 384 CommandObjectProxy::GetSubcommandSP (const char *sub_cmd, StringList *matches) in GetSubcommandSP() 393 CommandObjectProxy::GetSubcommandObject (const char *sub_cmd, StringList *matches) in GetSubcommandObject() [all …]
|
| D | CommandCompletions.cpp | 61 StringList &matches in InvokeCommonCompletionCallbacks() 98 StringList &matches in SourceFiles() 129 StringList *matches; 194 StringList &matches in DiskFilesOrDirectories() 331 StringList &matches in DiskFiles() 352 StringList &matches in DiskDirectories() 372 StringList &matches in Modules() 404 StringList &matches) in Symbols() 433 StringList &matches) in SettingsNames() 436 static StringList g_property_names; in SettingsNames() [all …]
|
| D | CommandObjectApropos.cpp | 69 StringList commands_found; in DoExecute() 70 StringList commands_help; in DoExecute() 71 StringList user_commands_found; in DoExecute() 72 StringList user_commands_help; in DoExecute()
|
| D | CommandObjectSettings.cpp | 160 StringList &matches) in HandleArgumentCompletion() 335 StringList &matches) in HandleArgumentCompletion() 427 StringList &matches) in HandleArgumentCompletion() 534 StringList &matches) in HandleArgumentCompletion() 669 StringList &matches) in HandleArgumentCompletion() 790 StringList &matches) in HandleArgumentCompletion() 914 StringList &matches) in HandleArgumentCompletion() 1028 StringList &matches) in HandleArgumentCompletion() 1130 StringList &matches) in HandleArgumentCompletion()
|
| D | CommandObjectHelp.cpp | 85 StringList matches; in DoExecute() 92 StringList matches; in DoExecute() 205 StringList &matches in HandleCompletion()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/ |
| D | SBStringList.h | 55 SBStringList (const lldb_private::StringList *lldb_strings); 57 const lldb_private::StringList * 60 const lldb_private::StringList & 65 std::unique_ptr<lldb_private::StringList> m_opaque_ap;
|
| /freebsd-10-stable/contrib/tnftp/src/ |
| D | complete.c | 62 static unsigned char complete_ambiguous (char *, int, StringList *); 86 complete_ambiguous(char *word, int list, StringList *words) in complete_ambiguous() 142 StringList *words; in complete_command() 171 StringList *words; in complete_local() 254 StringList *words; in complete_option() 283 static StringList *dirlist; in complete_remote() 285 StringList *words; in complete_remote()
|
| D | extern.h | 151 void list_vertical(StringList *); 250 StringList *ftp_sl_init(void); 251 void ftp_sl_add(StringList *, char *);
|
| /freebsd-10-stable/contrib/tnftp/ |
| D | tnftp.h | 180 } StringList; typedef 182 StringList *sl_init(void); 183 int sl_add(StringList *, char *); 184 void sl_free(StringList *, int); 185 char *sl_find(StringList *, char *);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Host/ |
| D | Editline.h | 41 StringList &lines, 52 StringList &matches, 71 GetLines (const std::string &end_line, StringList &lines);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/ |
| D | Variable.cpp | 527 StringList &matches, 536 StringList &matches, 545 StringList &matches, in PrivateAutoCompleteMembers() 623 StringList &matches, in PrivateAutoComplete() 885 StringList &matches, in AutoComplete()
|