Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dreadconf.h58 int batch_mode; /* Batch mode: do not ask for passwords. */ member
Dsshconnect2.c427 &options.batch_mode},
432 &options.batch_mode},
1283 notifier = notify_start(options.batch_mode, in identity_sign()
1586 if (options.batch_mode) { in load_identity_file()
Dreadconf.c1374 intptr = &options->batch_mode; in process_config_line_depth()
2769 options->batch_mode = -1; in initialize_options()
2956 if (options->batch_mode == -1) in fill_default_options()
2957 options->batch_mode = 0; in fill_default_options()
3782 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
Dsshconnect.c635 if (options.batch_mode) in confirm()
Dclientloop.c927 options.batch_mode) in can_update_hostkeys()
Dssh.c2488 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-19942617 regardless of batch_mode.
2618 * defs.h, top.c (batch_mode): Removed.