/external/libsepol/tests/ |
D | libsepol-tests.c | 54 static int do_tests(int interactive, int verbose) in do_tests() argument 72 if (interactive) in do_tests() 83 int i, verbose = 1, interactive = 0; in main() local 97 interactive = 1; in main() 109 if (do_tests(interactive, verbose)) in main() 114 if (do_tests(interactive, verbose)) in main()
|
/external/clang/utils/ |
D | clang-completion-mode.el | 86 (interactive) 176 (interactive "p") 193 (interactive "p") 201 (interactive) 208 (interactive)
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | main.c | 57 int interactive, caseins, lex_compat, do_yylineno, useecs, fulltbl, usemecs; variable 209 if ( interactive == unspecified ) in check_options() 212 interactive = false; in check_options() 214 interactive = true; in check_options() 223 if ( interactive ) in check_options() 434 if ( interactive == false ) 436 if ( interactive == true ) 595 interactive = csize = unspecified; 649 interactive = false; 729 interactive = true; [all …]
|
D | gen.c | 388 if ( interactive && ! reject ) in gen_find_action() 576 if ( interactive ) in gen_next_match() 583 if ( ! reject && ! interactive ) in gen_next_match() 1553 if ( ! reject && ! interactive ) in make_tables()
|
D | NEWS | 150 interactive -I option 164 always-interactive generate a scanner which always 165 considers its input "interactive" (no call to isatty() 169 never-interactive generate a scanner which never 170 considers its input "interactive" (no call to isatty() 306 "interactive". An interactive buffer is processed more slowly, 308 interactive to avoid problems due to waiting to fill buffers 310 in the macro invocation marks the buffer as interactive, a zero 311 value as non-interactive. Note that use of this macro overrides 312 "%option always-interactive" or "%option never-interactive". [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_gui.sgml | 28 configuration and request interactive user input.</para> 30 <para>wpa_gui supports (almost) all of the interactive status and 33 interactive mode features.</para>
|
D | wpa_cli.sgml | 31 configuration, trigger events, and request interactive user 51 <para>wpa_cli supports two modes: interactive and command 53 difference is in interactive mode providing access to unsolicited 67 e.g., wpa_cli in interactive mode. wpa_cli shows these requests
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd_cli.c | 103 static int interactive = 0; variable 686 if (interactive) in hostapd_cli_cmd_quit() 1090 interactive = (argc == optind) && (action_file == NULL); in main() 1092 if (interactive) { in main() 1125 if (!interactive) { in main() 1139 if (interactive || action_file) { in main() 1152 if (interactive) in main()
|
/external/e2fsprogs/misc/ |
D | fsck.c | 435 int interactive) in execute() argument 498 if (!interactive) in execute() 701 static void fsck_device(struct fs_info *fs, int interactive) in fsck_device() argument 718 retval = execute(type, fs->device, fs->mountpt, interactive); in fsck_device() 1255 int interactive = 0; in main() local 1296 interactive = 1; in main() 1304 interactive++; in main() 1324 fsck_device(fs, interactive); in main()
|
/external/openssh/ |
D | sftp.0 | 16 sftp is an interactive file transfer program, similar to ftp(1), which 20 an interactive command mode. 23 interactive authentication method is used; otherwise it will do so after 24 successful interactive authentication. 29 In such cases, it is necessary to configure non-interactive 55 used in conjunction with non-interactive authentication. A 175 Once in interactive mode, sftp understands a set of commands similar to
|
D | ssh.c | 1159 int interactive = 0; in ssh_session() local 1221 interactive = 1; in ssh_session() 1247 interactive = 1; in ssh_session() 1256 packet_set_interactive(interactive, in ssh_session() 1326 int interactive = tty_flag; in ssh_session2_setup() local 1345 interactive = 1; in ssh_session2_setup()
|
D | ssh-pkcs11.c | 76 pkcs11_init(int interactive) in pkcs11_init() argument 78 pkcs11_interactive = interactive; in pkcs11_init() 596 pkcs11_init(int interactive) in pkcs11_init() argument
|
/external/webkit/Source/JavaScriptCore/ |
D | jsc.cpp | 102 : interactive(false) in Options() 107 bool interactive; member 501 options.interactive = true; in parseArguments() 527 options.interactive = true; in parseArguments() 542 if (options.interactive && success) in jscmain()
|
/external/valgrind/main/gdbserver_tests/ |
D | mchelp.stdoutB.exp | 10 v.set mixed_output : set valgrind output to log, interactive output to gdb 39 v.set mixed_output : set valgrind output to log, interactive output to gdb
|
D | mssnapshot.stderrB.exp | 12 v.set mixed_output : set valgrind output to log, interactive output to gdb
|
/external/strace/ |
D | strace.c | 89 static int iflag = 0, interactive = 0, pflag_seen = 0, rflag = 0, tflag = 0; variable 385 if (interactive) in startup_attach() 452 if (interactive) { in startup_attach() 503 if (interactive) in startup_attach() 787 interactive = 1; in main() 1000 interactive = 0; in main() 1026 if (interactive) { in main() 1973 sa.sa_handler = interactive ? SIG_DFL : SIG_IGN; 2084 if (interactive) in trace() 2182 if (interactive) in trace() [all …]
|
/external/elfutils/libcpu/ |
D | i386_lex.l | 48 %option never-interactive
|
/external/skia/tools/ |
D | roll_autogen.sh | 34 svnsync --non-interactive sync file://${LOCAL_CLONE}
|
/external/webkit/Tools/QtTestBrowser/ |
D | webview.cpp | 74 bool interactive = isInteractive(); in scrollRequested() local 80 setInteractive(interactive); in scrollRequested()
|
/external/mksh/src/ |
D | lex.c | 1355 bool interactive = Flag(FTALKING) && s->type == SSTDIN; in getsc_line() local 1356 bool have_tty = tobool(interactive && (s->flags & SF_TTY)); in getsc_line() 1367 if (interactive) in getsc_line() 1386 if (interactive) in getsc_line() 1438 } else if (interactive && *s->str && in getsc_line() 1442 } else if (interactive && cur_prompt == PS1) { in getsc_line() 1450 if (interactive) in getsc_line()
|
/external/protobuf/editors/ |
D | protobuf-mode.el | 201 (interactive)
|
/external/llvm/utils/emacs/ |
D | llvm-mode.el | 112 (interactive)
|
D | tablegen-mode.el | 100 (interactive)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_cli.c | 83 static int interactive = 0; variable 315 if (attach && interactive) in wpa_cli_open_connection() 353 if (attach && interactive) in wpa_cli_open_connection() 363 if (interactive) in wpa_cli_open_connection() 385 wpa_ctrl_detach(interactive ? mon_conn : ctrl_conn); in wpa_cli_close_connection() 446 if (interactive && len > 0 && buf[len - 1] != '\n') in _wpa_ctrl_command() 583 if (interactive) in wpa_cli_cmd_quit() 3083 if (interactive) { in wpa_cli_reconnect() 3207 if (interactive && check_terminating(buf) > 0) in wpa_cli_recv_pending() 3536 interactive = (argc == optind) && (action_file == NULL); in main() [all …]
|
/external/libpcap/ |
D | TODO | 24 + not very well suited for interactive programs (think ethereal). There
|