Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h47 int batch_mode; /* Batch mode: do not ask for passwords. */ member
H A Dsshconnect2.c409 &options.batch_mode},
414 &options.batch_mode},
1254 notifier = notify_start(options.batch_mode, in identity_sign()
1558 if (options.batch_mode) { in load_identity_file()
H A Dreadconf.c1327 intptr = &options->batch_mode; in process_config_line_depth()
2726 options->batch_mode = -1; in initialize_options()
2895 if (options->batch_mode == -1) in fill_default_options()
2896 options->batch_mode = 0; in fill_default_options()
3753 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
H A Dsshconnect.c578 if (options.batch_mode) in confirm()
H A Dssh.c2396 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
H A Dclientloop.c924 options.batch_mode) in can_update_hostkeys()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp506 bool batch_mode = m_debugger.GetCommandInterpreter().GetBatchCommandMode(); in IOHandlerInputComplete() local
531 } else if (!batch_mode) { in IOHandlerInputComplete()
553 } else if (!batch_mode) { in IOHandlerInputComplete()