Searched refs:cmdline (Results 26 - 50 of 178) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-Restrict-Uppercase.px36 my $cmdline = $WgetTest::WGETPATH . " --restrict-file-names=uppercase http://localhost:{{port}}/SomePage.html";
50 cmdline => $cmdline,
H A DTest-c-partial.px41 my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt";
61 cmdline => $cmdline,
H A DTest-c-shorter.px38 my $cmdline = $WgetTest::WGETPATH . " -c http://localhost:{{port}}/somefile.txt";
58 cmdline => $cmdline,
H A DTest-cookies.px35 my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/one.txt"
53 cmdline => $cmdline,
H A DTest-ftp-bad-list.px32 my $cmdline = $WgetTest::WGETPATH . " -d -nH -Nc -r ftp://localhost:{{port}}/";
61 cmdline => $cmdline,
H A DTest-ftp-iri-disabled.px32 my $cmdline = $WgetTest::WGETPATH . " --no-iri --local-encoding=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
46 cmdline => $cmdline,
H A DTest-ftp-iri-fallback.px28 my $cmdline = $WgetTest::WGETPATH . " --local-encoding=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
42 cmdline => $cmdline,
H A DTest-ftp-iri-recursive.px28 my $cmdline = $WgetTest::WGETPATH . " --local-encoding=iso-8859-1 -r -nH -S ftp://localhost:{{port}}/";
42 cmdline => $cmdline,
H A DTest-ftp-iri.px29 my $cmdline = $WgetTest::WGETPATH . " --local-encoding=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
43 cmdline => $cmdline,
H A DTest-ftp-recursive.px32 my $cmdline = $WgetTest::WGETPATH . " -S -nH -r ftp://localhost:{{port}}/";
49 cmdline => $cmdline,
H A DTest-idn-cmd.px31 my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
46 cmdline => $cmdline,
H A DTest-idn-headers.px43 my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
61 cmdline => $cmdline,
H A DTest-idn-meta.px44 my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
62 cmdline => $cmdline,
H A DTest-noop.px37 my $cmdline = $WgetTest::WGETPATH . " http://localhost:{{port}}/";
51 cmdline => $cmdline,
H A DTest-restrict-ascii.px48 my $cmdline = $WgetTest::WGETPATH . " --restrict-file-names=ascii "
63 cmdline => $cmdline,
H A DTest-idn-robots.px51 my $cmdline = $WgetTest::WGETPATH . " --debug --iri -rH"
73 cmdline => $cmdline,
H A DTest-k.px64 my $cmdline = $WgetTest::WGETPATH . " -k -r -nH http://localhost:{{port}}/index.html";
81 cmdline => $cmdline,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp32 #include <wx/cmdline.h> // Needed for wxCmdLineParser
224 // Parse cmdline arguments.
225 wxCmdLineParser cmdline(argc, argv);
228 cmdline.AddSwitch(wxT("v"), wxT("version"), wxT("Displays the current version number."));
229 cmdline.AddSwitch(wxT("h"), wxT("help"), wxT("Displays this information."));
230 cmdline.AddOption(wxT("c"), wxT("config-dir"), wxT("read config from <dir> instead of home"));
232 cmdline.AddSwitch(wxT("f"), wxT("full-daemon"), wxT("Fork to background."));
233 cmdline.AddOption(wxT("p"), wxT("pid-file"), wxT("After fork, create a pid-file in the given fullname file."));
234 cmdline.AddSwitch(wxT("e"), wxT("ec-config"), wxT("Configure EC (External Connections)."));
244 cmdline
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/aLinkCreator/src/
H A Dalcc.h39 #include <wx/cmdline.h>
63 virtual void OnInitCmdLine(wxCmdLineParser& cmdline);
66 virtual bool OnCmdLineParsed(wxCmdLineParser& cmdline);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dcuboot.c28 loader_info.cmdline = (char *)r6;
H A Dps3.c50 static char cmdline[COMMAND_LINE_SIZE] variable
55 if (cmdline[0] == '\0')
56 getprop(chosen, "bootargs", cmdline, COMMAND_LINE_SIZE-1);
58 setprop_str(chosen, "bootargs", cmdline);
60 printf("cmdline: '%s'\n", cmdline);
H A Dmain.c142 static char cmdline[COMMAND_LINE_SIZE] variable
147 if (cmdline[0] == '\0')
148 getprop(chosen, "bootargs", cmdline, COMMAND_LINE_SIZE-1);
150 printf("\n\rLinux/PowerPC load: %s", cmdline);
153 console_ops.edit_cmdline(cmdline, COMMAND_LINE_SIZE);
157 setprop_str(chosen, "bootargs", cmdline);
175 if ((loader_info.cmdline_len > 0) && (cmdline[0] == '\0'))
176 memmove(cmdline, loader_info.cmdline,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dsetup.h40 void machine_early_init(const char *cmdline, unsigned int ram,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcmdline.h2 // Name: wx/cmdline.h
8 // RCS-ID: $Id: cmdline.h 49563 2007-10-31 20:46:21Z VZ $
104 wxCmdLineParser(const wxString& cmdline) { Init(); SetCmdLine(cmdline); } argument
116 wxCmdLineParser(const wxCmdLineEntryDesc *desc, const wxString& cmdline) argument
117 { Init(); SetCmdLine(cmdline); SetDesc(desc); }
124 void SetCmdLine(const wxString& cmdline);
212 static wxArrayString ConvertStringToArgs(const wxChar *cmdline);
233 static wxArrayString ConvertStringToArgs(const wxChar *cmdline);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dbbsh.c65 char *cmdline; member in struct:pipeline
108 static char *parse_pipeline(char *cmdline, struct pipeline *line) argument
111 char *start = line->cmdline = cmdline;
113 if (!cmdline) return 0;
115 if (ENABLE_BBSH_JOBCTL) line->cmdline = cmdline;
124 if (ENABLE_BBSH_JOBCTL) line->cmdlinelen = start-cmdline;
148 if (ENABLE_BBSH_JOBCTL) line->cmdlinelen = start-cmdline;

Completed in 93 milliseconds

12345678