/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 1059 info(const char *msg, boolean_t interactive) in info() argument 1061 if (interactive) { in info() 1074 config_incomplete(int why, boolean_t interactive) in config_incomplete() argument 1103 info("host-ip invalid!", interactive); in config_incomplete() 1107 info("host-ip not set!", interactive); in config_incomplete() 1118 info("subnet-mask invalid!", interactive); in config_incomplete() 1122 info("Defaulting to classful subnetting", interactive); in config_incomplete() 1138 info("bootserver not legal URL!", interactive); in config_incomplete() 1144 info("bootserver not specified!", interactive); in config_incomplete() 1155 info("router-ip invalid!", interactive); in config_incomplete() [all …]
|
/titanic_41/usr/src/cmd/krb5/kadmin/cli/ |
H A D | k5srvutil.sh | 40 if [ $interactive = 0 ] ; then 88 interactive=1 100 interactive=0 116 interactive=1
|
/titanic_41/usr/src/cmd/rm/ |
H A D | rm.c | 78 static boolean_t silent, interactive, recursive, ontty; variable 103 interactive = B_FALSE; in main() 107 interactive = B_TRUE; in main() 367 if (interactive && !confirm(stderr, in rm() 384 if (ontty && !interactive && !silent && in rm() 395 if (interactive) { in rm() 430 if (interactive) in rm() 433 interactive ? in rm() 496 if (interactive) { in rm() 546 if (!silent || interactive) { in rm()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmds.c | 405 ointer = interactive; in mabort() 406 interactive = 1; in mabort() 408 interactive = ointer; in mabort() 411 interactive = ointer; in mabort() 494 ointer = interactive; in mput() 495 interactive = 1; in mput() 499 interactive = ointer; in mput() 517 ointer = interactive; in mput() 518 interactive = 1; in mput() 522 interactive = ointer; in mput() [all …]
|
H A D | main.c | 82 interactive = 1; in main() 108 interactive = 0; in main()
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_main.c | 99 int interactive = est->sc_cmd_flags & SC_CMD_IACTIVE; in vmessage() local 100 FILE *strm = interactive ? stdout : stderr; in vmessage() 103 if (!interactive) { in vmessage() 111 if (vfprintf(strm, fmt, va) < 0 && interactive) in vmessage()
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | rm.c | 89 int interactive; /* prompt for approval */ member 181 if (state->interactive) in rm() 255 if (state->interactive) in rm() 326 if (!state->force || state->interactive) in rm() 360 state.interactive = 0; in b_rm() 363 state.interactive = 1; in b_rm() 402 if (state.interactive) in b_rm()
|
H A D | cp.c | 152 int interactive; /* prompt for approval */ member 440 else if (state->interactive) in visit() 461 if (state->interactive) in visit() 743 state->interactive = 0; in b_cp() 749 state->interactive = 1; in b_cp()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | postio.c | 175 int interactive = FALSE; /* interactive mode */ variable 333 interactive = TRUE; in options() 450 if (interactive == TRUE) { /* interactive mode settings win */ in initialize() 468 if (line == NULL && (interactive == TRUE || tostdout == TRUE)) in initialize() 611 } else if (interactive == TRUE || tostdout == TRUE) in split() 653 while (interactive == TRUE); in arguments() 672 if (interactive == FALSE) in send() 947 if ((quiet == FALSE || currentstate != SEND) && interactive == FALSE) { in getstatus() 1091 if (interactive == FALSE) in interrupt()
|
H A D | ifdef.c | 224 if ( interactive == TRUE ) in setupstdin() 296 if ( interactive == FALSE ) { in readline() 474 if ( interactive == TRUE ) 529 if ( interactive == FALSE ) { in readline() 715 if ( interactive == TRUE ) 768 if ( interactive == FALSE ) { in readline()
|
H A D | ifdef.h | 92 extern int interactive; /* TRUE for interactive mode */
|
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | t-shm.c | 205 bool interactive = false; local 223 interactive = true; 235 if (interactive)
|
H A D | t-sem.c | 323 bool interactive = false; local 343 interactive = true; 359 if (interactive)
|
/titanic_41/usr/src/cmd/cmd-crypto/pktool/ |
H A D | gencsr.c | 393 boolean_t interactive = B_FALSE; in pk_gencsr() local 414 if (interactive) in pk_gencsr() 423 interactive = B_TRUE; in pk_gencsr() 433 else if (interactive) { in pk_gencsr() 547 if (EMPTYSTRING(outcsr) && interactive) { in pk_gencsr() 578 if (EMPTYSTRING(certlabel) && interactive) in pk_gencsr() 587 if (EMPTYSTRING(outkey) && interactive) in pk_gencsr() 613 if (interactive) { in pk_gencsr()
|
H A D | gencert.c | 599 boolean_t interactive = B_FALSE; in pk_gencert() local 624 if (interactive || subject) in pk_gencert() 627 interactive = B_TRUE; in pk_gencert() 635 if (interactive || subject) in pk_gencert() 763 if (interactive && EMPTYSTRING(certlabel)) { in pk_gencert() 818 if (interactive) { in pk_gencert()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | ssh.c | 847 int interactive = 0; local 905 interactive = 1; 926 interactive = 1; 934 packet_set_interactive(interactive); 1050 int interactive = 0; local 1076 interactive = 1; 1089 interactive = 1; 1122 packet_set_interactive(interactive);
|
/titanic_41/usr/src/lib/efcode/engine/ |
H A D | Makefile.com | 30 alarm.o interactive.o framebuffer.o font.o fb8.o extend.o tracing.o \
|
H A D | interactive.c | 131 if (env->interactive) env->interactive--; in do_resume() 155 env->interactive++; in do_interact() 156 level = env->interactive; in do_interact() 190 while (env->interactive == level) { in do_interact()
|
/titanic_41/usr/src/cmd/format/ |
H A D | io.c | 452 int interactive, help, i, length, index, tied; local 481 help = interactive = 0; 491 interactive = 1; 672 if (interactive) { 694 if (!interactive || option_f) { 713 if (interactive && cmdflag != CMD_INPUT) 770 if (interactive) { 1706 else if (interactive)
|
/titanic_41/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 102 static int interactive = 0; variable 221 if (interactive == 0) { in prefork_dropprivs() 1851 interactive = 1; in main() 1862 interactive = 0; in main() 1931 if (failsafe || !interactive) { in main() 2063 if (!interactive && !failsafe) { in main() 2079 if (!interactive) { in main()
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 19 effective and the ENV file is only read for interactive 73 characters they will only be expanded for interactive shells. 114 this only happened for interactive shells.
|
/titanic_41/usr/src/cmd/backup/restore/ |
H A D | Makefile | 25 OBJECTS= dirs.o interactive.o main.o restore.o \
|
/titanic_41/usr/src/cmd/mail/ |
H A D | init.c | 174 int interactive = 0; /* 1 says user is interactive */ variable
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 168 if (!interactive) { in usage() 206 if (interactive) in handle_errors() 221 if (interactive) in handle_errors() 387 handle_errors(ep, NULL, interactive ? B_TRUE : B_FALSE, B_FALSE); in parsesatype() 3208 if (!interactive) in monitor_catch() 3248 if (errno == EINTR && interactive) in domonitor() 3263 if (interactive) in domonitor() 3453 if (interactive) { in parseit() 3465 if (interactive) { in parseit() 3502 interactive ? B_TRUE : B_FALSE, B_FALSE); in parseit() [all …]
|
/titanic_41/usr/src/cmd/savecore/ |
H A D | savecore.c | 83 static int interactive; /* user invoked; no syslog */ variable 190 int do_ifisatty = (flags & SC_IF_ISATTY) && interactive; in logprint() 199 if (!interactive) { in logprint() 1087 if (!interactive) in report_progress() 1707 interactive = isatty(STDOUT_FILENO); in main() 1818 int lvl = interactive ? SC_SL_WARN : SC_SL_ERR; in main() 1916 if (interactive && filebounds >= 0 && access(corefile, F_OK) in main()
|