Searched refs:interactive (Results 1 - 25 of 35) sorted by relevance

12

/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dk5srvutil.sh32 # If in interactive mode return true if the principal should be acted on
35 # SUNW14resync: If in interactive mode the default is now to return false
36 # i.e. if in interactive mode unless the user types "Yes" or
40 if [ $interactive = 0 ] ; then
88 interactive=1
100 interactive=0
116 interactive=1
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.h92 extern int interactive; /* TRUE for interactive mode */
H A Dpostio.c61 * Code needed to support interactive mode has also been added, although again
175 int interactive = FALSE; /* interactive mode */ variable
332 case 'i': /* interactive mode */
333 interactive = TRUE;
429 * open and configure the communications line. Settings for interactive mode
431 * the current terminal settings if interactive mode has been requested -
450 if (interactive == TRUE) { /* interactive mode settings win */
468 if (line == NULL && (interactive
[all...]
H A Difdef.c84 * running in interactive mode or forcing stuff that comes back from the printer
219 * to 1 when we're in interactive mode, but I've included it anyway.
224 if ( interactive == TRUE )
228 error(FATAL, "stdin not a terminal - can't run interactive mode");
260 int ch; /* for interactive mode */
296 if ( interactive == FALSE ) {
468 * we're running interactive mode. I haven't tested or even compiled this code
474 if ( interactive == TRUE )
508 int ch; /* for interactive mode */
522 * simple getc/putc loop for interactive mod
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A DMakefile.com30 alarm.o interactive.o framebuffer.o font.o fb8.o extend.o tracing.o \
H A Dinteractive.c131 if (env->interactive) env->interactive--;
136 * In interactive mode, jmp_buf_ptr should be non-null.
155 env->interactive++;
156 level = env->interactive;
190 while (env->interactive == level) {
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.c1056 * Informational output to the user (if interactive) or the bootlogger.
1059 info(const char *msg, boolean_t interactive) argument
1061 if (interactive) {
1074 config_incomplete(int why, boolean_t interactive) argument
1103 info("host-ip invalid!", interactive);
1107 info("host-ip not set!", interactive);
1118 info("subnet-mask invalid!", interactive);
1122 info("Defaulting to classful subnetting", interactive);
1138 info("bootserver not legal URL!", interactive);
1144 info("bootserver not specified!", interactive);
1305 boolean_t interactive; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_main.c93 * Send a message to the user. If we're interactive, send it to stdout.
99 int interactive = est->sc_cmd_flags & SC_CMD_IACTIVE; local
100 FILE *strm = interactive ? stdout : stderr;
103 if (!interactive) {
111 if (vfprintf(strm, fmt, va) < 0 && interactive)
151 * Semantic error. Display the warning and exit if we're not interactive.
/illumos-gate/usr/src/cmd/rm/
H A Drm.c78 static boolean_t silent, interactive, recursive, ontty; variable
103 interactive = B_FALSE;
107 interactive = B_TRUE;
367 if (interactive && !confirm(stderr,
380 * XCU4 and POSIX.2: If not interactive, check to see whether
384 if (ontty && !interactive && !silent &&
395 if (interactive) {
430 if (interactive)
433 interactive ?
494 * If interactive, as
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c405 ointer = interactive;
406 interactive = 1;
408 interactive = ointer;
411 interactive = ointer;
494 ointer = interactive;
495 interactive = 1;
499 interactive = ointer;
517 ointer = interactive;
518 interactive = 1;
522 interactive
[all...]
H A Dmain.c82 interactive = 1;
108 interactive = 0;
/illumos-gate/usr/src/lib/libcmd/common/
H A Drm.c51 "[i:interactive|prompt?Prompt whether to remove each file."
89 int interactive; /* prompt for approval */ member in struct:State_s
181 if (state->interactive)
255 if (state->interactive)
326 if (!state->force || state->interactive)
360 state.interactive = 0;
363 state.interactive = 1;
402 if (state.interactive)
H A Dcp.c84 "[i:interactive|prompt?Prompt whether to replace existing destination files."
152 int interactive; /* prompt for approval */ member in struct:State_s
440 else if (state->interactive)
461 if (state->interactive)
743 state->interactive = 0;
749 state->interactive = 1;
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c33 ** SHMINTER -- interactive testing of shared memory
205 bool interactive = false; local
223 interactive = true;
235 if (interactive)
H A Dt-sem.c46 ** SEMINTER -- interactive testing of semaphores.
323 bool interactive = false; local
343 interactive = true;
359 if (interactive)
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencsr.c393 boolean_t interactive = B_FALSE; local
414 if (interactive)
423 interactive = B_TRUE;
433 else if (interactive) {
547 if (EMPTYSTRING(outcsr) && interactive) {
578 if (EMPTYSTRING(certlabel) && interactive)
587 if (EMPTYSTRING(outkey) && interactive)
611 * If interactive is true, get it now interactively.
613 if (interactive) {
H A Dgencert.c599 boolean_t interactive = B_FALSE; local
624 if (interactive || subject)
627 interactive = B_TRUE;
635 if (interactive || subject)
763 if (interactive && EMPTYSTRING(certlabel)) {
816 * If interactive is true, get it now interactively.
818 if (interactive) {
/illumos-gate/usr/src/cmd/mail/
H A Dinit.c174 int interactive = 0; /* 1 says user is interactive */ variable
H A Dgoback.c128 if (interactive) {
/illumos-gate/usr/src/cmd/backup/restore/
H A DMakefile25 OBJECTS= dirs.o interactive.o main.o restore.o \
/illumos-gate/usr/src/cmd/format/
H A Dio.c452 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)
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c32 * - "interactive login" is similar to rlogin(1); for example, the user could
35 * loop between parent and child processes takes care of the interactive
40 * - "non-interactive login" is similar to su(1M); the user could issue
102 static int interactive = 0; variable
221 if (interactive == 0) {
795 * we're running non-interactive); used in process_raw_input
807 * stderr_fd may be specified as -1 if there is no stderr (only non-interactive
1232 * Finish the preparation of the envp array for exec'd non-interactive
1235 * etc. We need only do this in the non-interactive, mode, since otherwise
1842 * zone name, no process name; this should be an interactive
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c163 * If not in interactive mode print usage message and exit.
168 if (!interactive) {
206 if (interactive)
221 if (interactive)
387 handle_errors(ep, NULL, interactive ? B_TRUE : B_FALSE, B_FALSE);
3203 * it is not running in interactive mode.
3208 if (!interactive)
3248 if (errno == EINTR && interactive)
3263 if (interactive)
3404 puts_tr("add (interactive onl
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h210 int interactive; /* DEBUG, interact variable */ member in struct:FCODE_ENV
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c83 static int interactive; /* user invoked; no syslog */ variable
172 #define SC_SL_ERR 0x0002 /* syslog if !interactive, LOG_ERR */
173 #define SC_SL_WARN 0x0004 /* syslog if !interactive, LOG_WARNING */
175 #define SC_IF_ISATTY 0x0010 /* message only if interactive */
190 int do_ifisatty = (flags & SC_IF_ISATTY) && interactive;
199 if (!interactive) {
1087 if (!interactive)
1707 interactive = isatty(STDOUT_FILENO);
1818 int lvl = interactive ? SC_SL_WARN : SC_SL_ERR;
1916 if (interactive
[all...]

Completed in 112 milliseconds

12