Home
last modified time | relevance | path

Searched refs:CommandLineOpts (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dasapp.h105 typedef struct CommandLineOpts struct
115 }CommandLineOpts; argument
119 extern CommandLineOpts as_standard_cmdl_options[STANDARD_CMDL_OPTS_NUM];/* really its terminated by…
121 void print_command_line_opt(const char *prompt, CommandLineOpts *options, ASFlagType mask);
122 int match_command_line_opt( char *argvi, CommandLineOpts *options );
H A Dasapp.c317 CommandLineOpts as_standard_cmdl_options[STANDARD_CMDL_OPTS_NUM] = {
402 print_command_line_opt (const char *prompt, CommandLineOpts * options, in print_command_line_opt()
555 int match_command_line_opt (char *argvi, CommandLineOpts * options) in match_command_line_opt()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DSecondaryNameNode.java179 this(conf, new CommandLineOpts()); in SecondaryNameNode()
183 CommandLineOpts commandLineOpts) throws IOException { in SecondaryNameNode()
212 CommandLineOpts commandLineOpts) throws IOException { in initialize()
585 private int processStartupCommand(CommandLineOpts opts) throws Exception { in processStartupCommand()
658 CommandLineOpts opts = SecondaryNameNode.parseArgs(argv); in main()
747 static class CommandLineOpts { class in SecondaryNameNode
766 CommandLineOpts() { in CommandLineOpts() method in SecondaryNameNode.CommandLineOpts
844 private static CommandLineOpts parseArgs(String[] argv) { in parseArgs()
845 CommandLineOpts opts = new CommandLineOpts(); in parseArgs()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestCheckpoint.java2396 SecondaryNameNode.CommandLineOpts opts =
2397 new SecondaryNameNode.CommandLineOpts();
2402 assertEquals(SecondaryNameNode.CommandLineOpts.Command.CHECKPOINT,
2407 assertEquals(SecondaryNameNode.CommandLineOpts.Command.CHECKPOINT,
2412 assertEquals(SecondaryNameNode.CommandLineOpts.Command.GETEDITSIZE,
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dafterstep.c101 CommandLineOpts AfterStep_cmdl_options[3] = {
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASMount/
H A Dmain.c165 CommandLineOpts ASMount_cmdl_options[3] =
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/WinList2/
H A DWinList.c123 CommandLineOpts WinList_cmdl_options[3] =
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/WinTabs/
H A DWinTabs.c274 CommandLineOpts WinTabs_cmdl_options[] =
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/Pager/
H A DPager.c149 CommandLineOpts Pager_cmdl_options[3] = {