Home
last modified time | relevance | path

Searched full:user_input (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1266 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 DScriptInterpreterPythonImpl.h280 const char *user_input,
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A DMakefile2 FILES= group.subr group_input.subr user.subr user_input.subr
H A Duser_input.subr33 f_dprintf "%s: loading includes..." usermgmt/user_input.subr
1338 f_dprintf "%s: Successfully loaded." usermgmt/user_input.subr
H A Duser.subr37 f_include $BSDCFG_SHARE/usermgmt/user_input.subr
/freebsd/usr.sbin/bsdconfig/usermgmt/
H A Duserdel37 f_include $BSDCFG_SHARE/usermgmt/user_input.subr
H A Duseredit37 f_include $BSDCFG_SHARE/usermgmt/user_input.subr
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c339 void user_input() { in user_input() function
992 user_input(); in own()
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c618 * 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 Dutil_builders.c228 * 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 DScriptInterpreter.h357 const char *user_input, in SetWatchpointCommandCallback() argument
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1205 $template->fill_in(HASH => [\%defaults, \%user_input]);