Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dreadconf.h49 int batch_mode; /* Batch mode: do not ask for passwords. */ member
H A Dreadconf.c992 intptr = &options->batch_mode; in process_config_line_depth()
1853 options->batch_mode = -1; in initialize_options()
2001 if (options->batch_mode == -1) in fill_default_options()
2002 options->batch_mode = 0; in fill_default_options()
2596 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
H A Dsshconnect2.c353 &options.batch_mode},
358 &options.batch_mode},
1381 if (options.batch_mode) { in load_identity_file()
H A Dsshconnect.c723 if (options.batch_mode) in confirm()
H A Dssh.c1999 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
H A Dclientloop.c2024 options.batch_mode) in client_input_hostkeys()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp464 bool batch_mode = m_interpreter.GetBatchCommandMode(); in IOHandlerInputComplete() local
488 } else if (!batch_mode) { in IOHandlerInputComplete()
510 } else if (!batch_mode) { in IOHandlerInputComplete()