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()
304 if (!options.batch_mode && perm_ok) in try_rsa_authentication()
752 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
758 options.password_authentication && !options.batch_mode) { in ssh_userauth1()
Dreadconf.h53 int batch_mode; /* Batch mode: do not ask for passwords. */ member
Dreadconf.c981 intptr = &options->batch_mode; in process_config_line_depth()
1807 options->batch_mode = -1; in initialize_options()
1955 if (options->batch_mode == -1) in fill_default_options()
1956 options->batch_mode = 0; in fill_default_options()
2517 dump_cfg_fmtint(oBatchMode, o->batch_mode); in dump_client_config()
Dsshconnect2.c350 &options.batch_mode},
355 &options.batch_mode},
1259 if (options.batch_mode) { in load_identity_file()
Dsshconnect.c693 if (options.batch_mode) in confirm()
Dssh.c2064 (pkcs11_init(!options.batch_mode) == 0) && in load_public_identity_files()
Dclientloop.c2435 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;