Home
last modified time | relevance | path

Searched refs:batch_mode (Results 1 – 7 of 7) sorted by relevance

/NextBSD/crypto/openssh/
HDsshconnect1.c261 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication()
285 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
735 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
741 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
HDreadconf.h62 int batch_mode; /* Batch mode: do not ask for passwords. */ member
HDreadconf.c871 intptr = &options->batch_mode; in process_config_line()
1560 options->batch_mode = -1; in initialize_options()
1688 if (options->batch_mode == -1) in fill_default_options()
1689 options->batch_mode = 0; in fill_default_options()
HDsshconnect2.c341 &options.batch_mode},
346 &options.batch_mode},
1117 if (options.batch_mode) in load_identity_file()
HDsshconnect.c714 if (options.batch_mode) in confirm()
HDssh.c1829 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp254 bool batch_mode = m_interpreter.GetBatchCommandMode(); in IOHandlerInputComplete() local
278 else if (!batch_mode) in IOHandlerInputComplete()
305 else if (!batch_mode) in IOHandlerInputComplete()