Searched full:user_input (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.cpp | 1266 WatchpointOptions *wp_options, const char *user_input, in SetWatchpointCommandCallback() argument 1275 data_up->user_source.AppendString(user_input); in SetWatchpointCommandCallback() 1276 data_up->script_source.assign(user_input); in SetWatchpointCommandCallback() 1378 StringList &user_input, std::string &output, const void *name_token) { in GenerateTypeScriptFunction() argument 1380 user_input.RemoveBlankLines(); in GenerateTypeScriptFunction() 1384 if (user_input.GetSize() == 0) in GenerateTypeScriptFunction() 1396 if (!GenerateFunction(sstr.GetData(), user_input, /*is_callback=*/false) in GenerateTypeScriptFunction() 1406 StringList &user_input, std::string &output) { in GenerateScriptAliasFunction() argument 1408 user_input.RemoveBlankLines(); in GenerateScriptAliasFunction() 1412 if (user_input.GetSize() == 0) in GenerateScriptAliasFunction() [all …]
|
| H A D | ScriptInterpreterPythonImpl.h | 280 const char *user_input,
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | Makefile | 2 FILES= group.subr group_input.subr user.subr user_input.subr
|
| H A D | user_input.subr | 33 f_dprintf "%s: loading includes..." usermgmt/user_input.subr 1338 f_dprintf "%s: Successfully loaded." usermgmt/user_input.subr
|
| H A D | user.subr | 37 f_include $BSDCFG_SHARE/usermgmt/user_input.subr
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/ |
| H A D | userdel | 37 f_include $BSDCFG_SHARE/usermgmt/user_input.subr
|
| H A D | useredit | 37 f_include $BSDCFG_SHARE/usermgmt/user_input.subr
|
| /freebsd/tools/tools/net80211/stumbler/ |
| H A D | stumbler.c | 339 void user_input() { in user_input() function 992 user_input(); in own()
|
| /illumos-gate/usr/src/lib/libpam/ |
| H A D | pam_framework.c | 618 * user_input is a null terminated string. 623 parse_user_name(char *user_input, char **ret_username) in parse_user_name() argument 639 * The user_input is guaranteed to be terminated by a null character. in parse_user_name() 641 ptr = user_input; in parse_user_name() 649 * We should never get here since the user_input we got in parse_user_name() 656 * username will be the first string we get from user_input in parse_user_name()
|
| /freebsd/contrib/bsddialog/utility/ |
| H A D | util_builders.c | 228 * bsdconfig/usermgmt/share/user_input.subr:517 and in calendar_builder() 230 * bsdconfig/usermgmt/share/user_input.subr:660. in calendar_builder()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 357 const char *user_input, in SetWatchpointCommandCallback() argument
|
| /freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
| H A D | Template.pm | 1205 $template->fill_in(HASH => [\%defaults, \%user_input]);
|