Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c273 if (private == NULL && !options.batch_mode && perm_ok) { in try_rsa_authentication()
297 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
749 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
755 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
Dreadconf.h53 int batch_mode; /* Batch mode: do not ask for passwords. */ member
Dreadconf.c902 intptr = &options->batch_mode; in process_config_line()
1610 options->batch_mode = -1; in initialize_options()
1742 if (options->batch_mode == -1) in fill_default_options()
1743 options->batch_mode = 0; in fill_default_options()
2252 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
Dsshconnect2.c344 &options.batch_mode},
349 &options.batch_mode},
1151 if (options.batch_mode) { in load_identity_file()
Dsshconnect.c691 if (options.batch_mode) in confirm()
Dssh.c1962 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
Dclientloop.c2343 options.batch_mode) in client_input_hostkeys()
/external/iproute2/ip/
Dip.c40 int batch_mode; variable
125 batch_mode = 1; in batch()
Dipnetns.c423 return -cmd_exec(cmd, argv + 1, !!batch_mode); in netns_exec()
/external/iproute2/tc/
Dtc.c41 int batch_mode = 0; variable
262 batch_mode = 1; in batch()
/external/iproute2/include/
Dutils.h27 extern int batch_mode;