Searched defs:interactive (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-sem.c46 ** SEMINTER -- interactive testing of semaphores.
323 bool interactive = false; local
343 interactive = true;
359 if (interactive)
H A Dt-shm.c33 ** SHMINTER -- interactive testing of shared memory
205 bool interactive = false; local
223 interactive = true;
235 if (interactive)
/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/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.
H A Dsvccfg_tmpl.c201 * is running in interactive mode, im_perror_item() prints each item on a
202 * single line, so that they are readable by a human. In non-interactive
1322 /* Non-interactive - one line messages. */
3050 int interactive = (est->sc_cmd_flags & SC_CMD_IACTIVE) ? local
3068 (void) scf_tmpl_strerror(cur, s, buf_size, 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-crypto/pktool/
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) {
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) {
/illumos-gate/usr/src/cmd/mail/
H A Dinit.c174 int interactive = 0; /* 1 says user is interactive */ variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h110 EXTERN int interactive; /* interactively prompt on m* cmds */ variable
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
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...]
/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/lib/efcode/include/fcode/
H A Dengine.h210 int interactive; /* DEBUG, interact variable */ member in struct:FCODE_ENV
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c34 * cscope - interactive C symbol cross-reference
963 BOOL interactive = YES; /* output progress messages */ local
1118 interactive = NO;
1139 if (interactive == YES && fileindex % 10 == 0) {
/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/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/lib/libipsecutil/common/
H A Dipsec_util.c61 /* Limits for interactive mode. */
68 boolean_t interactive = B_FALSE; /* util not running on cmdline */ variable
73 jmp_buf env; /* for error recovery in interactive/readfile modes */
76 static GetLine *gl = NULL; /* for interactive mode */
79 * Print errno and exit if cmdline or readfile, reset state if interactive
92 if (interactive && !readfile)
99 * readfile, or reset state if interactive.
117 if (interactive && !readfile)
525 * Slice an argv/argc vector from an interactive line or a read-file line.
612 * init interactive mod
[all...]
/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 1270 milliseconds