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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_common.c92 BOOL interactive = False; local
94 static char *kwlist[] = {"interactive", "logfilename", NULL};
97 args, kw, "|is", kwlist, &interactive, &logfilename))
100 if (interactive && logfilename) {
102 "can't be interactive and set log file name");
106 if (interactive)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/
H A Dcurl-style.el24 (interactive)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dserver.c191 static BOOL open_sockets_smbd(BOOL is_daemon, BOOL interactive, const char *smb_ports) argument
404 if (smbd_server_fd() != -1 && interactive)
707 static BOOL interactive = False; local
717 {"interactive", 'i', POPT_ARG_VAL, &interactive, True, "Run interactive (not a daemon)"},
782 if (interactive) {
788 DEBUG(0,("ERROR: Can't log to stdout (-S) unless daemon is in foreground (-F) or interactive (-i)\n"));
871 if (!interactive)
882 if (is_daemon && !interactive) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmlabel.c98 int verbose, clear, interactive, show; local
186 interactive = !show && !clear &&!newLabel[0] &&
194 interactive = 0;
209 if(show || interactive){
245 if(interactive){
255 if(interactive && newLabel[0] == '\0')
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el763 (interactive)
1152 (interactive)
1332 (interactive)
1538 (interactive)
1547 (interactive)
1558 (interactive)
1572 (interactive)
1639 (interactive)
1644 (interactive)
1649 (interactive)
[all...]
H A Dpo-compat.el156 (interactive)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dmain.c57 int interactive, caseins, lex_compat, do_yylineno, useecs, fulltbl, usemecs; variable
209 if ( interactive == unspecified )
212 interactive = false;
214 interactive = true;
223 if ( interactive )
434 if ( interactive == false )
436 if ( interactive == true )
595 interactive = csize = unspecified;
649 interactive = false;
729 interactive
[all...]
H A Dgen.c388 if ( interactive && ! reject )
576 if ( interactive )
583 if ( ! reject && ! interactive )
1553 if ( ! reject && ! interactive )
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/tools/
H A Dzebra.el82 (interactive)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcss.l3 %option never-interactive
H A Dprogress.c51 bool interactive; member in struct:progress_implementation
169 /* Return true if the progress gauge is "interactive", i.e. if it can
171 progress bar is interactive because it regularly updates the ETA
177 return current_impl->interactive;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/wrepld/
H A Dserver.c503 static BOOL interactive = False; local
511 { "interactive", 'i', POPT_ARG_NONE, NULL, 'i', "Run interactive (not a daemon)" },
529 interactive = True;
538 d_printf("Can't log to stdout (-S) unless daemon is in foreground (-F) or interactive (-i)\n");
630 if (is_daemon && !interactive) {
637 * If we're interactive we want to set our own process group for
640 if (interactive)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c572 int interactive)
626 if (!interactive)
823 static void fsck_device(struct fs_info *fs, int interactive) argument
840 retval = execute(type, fs->device, fs->mountpt, interactive);
1328 int interactive = 0; local
1349 interactive = 1;
1357 interactive++;
1375 fsck_device(fs, interactive);
571 execute(const char *type, const char *device, const char *mntpt, int interactive) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c600 int interactive)
671 static void fsck_device(struct fs_info *fs, int interactive) argument
698 execute(type, fs->device, fs->mountpt, interactive);
1134 int interactive; local
1158 interactive = (num_devices == 1) | serialize;
1166 interactive = 1;
1179 fsck_device(fs, interactive);
599 execute(const char *type, const char *device, const char *mntpt, int interactive) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd.c799 static BOOL interactive = False; local
806 { "interactive", 'i', POPT_ARG_NONE, NULL, 'i', "Interactive mode" },
843 interactive = True;
852 printf("Can't log to stdout (-S) unless daemon is in foreground +(-F) or interactive (-i)\n");
926 if (!interactive)
933 * If we're interactive we want to set our own process group for
936 if (interactive)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/
H A Dzconf.l1 %option backup nostdinit noyywrap never-interactive full ecs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/
H A Dzconf.l1 %option backup nostdinit noyywrap never-interactive full ecs
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dzconf.l1 %option backup nostdinit noyywrap never-interactive full ecs
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpcclient/
H A Drpcclient.c652 BOOL interactive = True; local
683 setup_logging("rpcclient", interactive);
684 if (!interactive)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dmsh.c664 static int interactive; /* Is this an interactive shell */ variable
862 if (!interactive)
1385 if (!interactive && intr)
1403 if (!interactive && intr) {
1493 if (interactive) {
1588 if (interactive && e.iop <= iostack) {
2264 if (interactive && e.iop <= iostack) {
2328 if (interactive && c == '\n' && e.iop <= iostack) {
2533 int hinteractive = interactive;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Ddebug.c518 void setup_logging(const char *pname, BOOL interactive) argument
522 /* reset to allow multiple setup calls, going from interactive to
523 non-interactive */
532 if (interactive) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dspoolss.py281 spoolss.setup_logging(interactive = 1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-userinfo281 in an interactive mode for the current user account. User is
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlcatalog.c318 \t--shell : run a shell allowing interactive queries\n\
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl373 interactive use in the most ordinary way, to print or display an
378 License. (Exception: if the Program itself is interactive but
581 If the program is interactive, make it output a short notice like this
582 when it starts in an interactive mode:

Completed in 317 milliseconds

12