Searched defs:subcommand (Results 1 - 13 of 13) sorted by relevance

/forgerock/opendj2/src/build-tools/windows/
H A Dwinlauncher.c572 // The code assumes that the first passed argument is the subcommand to be
575 // The rest of the arguments are the arguments specific to each subcommand (see
581 char* subcommand = NULL; local
592 "Expected command line args of [subcommand], but got %d arguments.\n";
598 subcommand = argv[1];
600 if (strcmp(subcommand, "start") == 0)
606 else if (strcmp(subcommand, "stop") == 0)
612 else if (strcmp(subcommand, "launch") == 0)
617 else if (strcmp(subcommand, "run") == 0)
624 char * msg = "Unknown subcommand
[all...]
H A Dservice.c2319 char* subcommand; local
2340 subcommand = argv[1];
2341 if (strcmp(subcommand, "create") == 0)
2356 else if (strcmp(subcommand, "state") == 0)
2371 else if (strcmp(subcommand, "remove") == 0)
2386 else if (strcmp(subcommand, "start") == 0)
2401 else if (strcmp(subcommand, "isrunning") == 0)
2427 else if (strcmp(subcommand, "cleanup") == 0)
2445 fprintf(stdout, "Unknown subcommand: [%s]\n", subcommand);
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dwinlauncher.c573 // The code assumes that the first passed argument is the subcommand to be
576 // The rest of the arguments are the arguments specific to each subcommand (see
582 char* subcommand = NULL; local
593 "Expected command line args of [subcommand], but got %d arguments.\n";
599 subcommand = argv[1];
601 if (strcmp(subcommand, "start") == 0)
607 else if (strcmp(subcommand, "stop") == 0)
613 else if (strcmp(subcommand, "launch") == 0)
618 else if (strcmp(subcommand, "run") == 0)
625 char * msg = "Unknown subcommand
[all...]
H A Dservice.c2320 char* subcommand; local
2341 subcommand = argv[1];
2342 if (strcmp(subcommand, "create") == 0)
2357 else if (strcmp(subcommand, "state") == 0)
2372 else if (strcmp(subcommand, "remove") == 0)
2387 else if (strcmp(subcommand, "start") == 0)
2402 else if (strcmp(subcommand, "isrunning") == 0)
2428 else if (strcmp(subcommand, "cleanup") == 0)
2446 fprintf(stdout, "Unknown subcommand: [%s]\n", subcommand);
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dwinlauncher.c573 // The code assumes that the first passed argument is the subcommand to be
576 // The rest of the arguments are the arguments specific to each subcommand (see
582 char* subcommand = NULL; local
593 "Expected command line args of [subcommand], but got %d arguments.\n";
599 subcommand = argv[1];
601 if (strcmp(subcommand, "start") == 0)
607 else if (strcmp(subcommand, "stop") == 0)
613 else if (strcmp(subcommand, "launch") == 0)
618 else if (strcmp(subcommand, "run") == 0)
625 char * msg = "Unknown subcommand
[all...]
H A Dservice.c2320 char* subcommand; local
2341 subcommand = argv[1];
2342 if (strcmp(subcommand, "create") == 0)
2357 else if (strcmp(subcommand, "state") == 0)
2372 else if (strcmp(subcommand, "remove") == 0)
2387 else if (strcmp(subcommand, "start") == 0)
2402 else if (strcmp(subcommand, "isrunning") == 0)
2428 else if (strcmp(subcommand, "cleanup") == 0)
2446 fprintf(stdout, "Unknown subcommand: [%s]\n", subcommand);
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dwinlauncher.c572 // The code assumes that the first passed argument is the subcommand to be
575 // The rest of the arguments are the arguments specific to each subcommand (see
581 char* subcommand = NULL; local
592 "Expected command line args of [subcommand], but got %d arguments.\n";
598 subcommand = argv[1];
600 if (strcmp(subcommand, "start") == 0)
606 else if (strcmp(subcommand, "stop") == 0)
612 else if (strcmp(subcommand, "launch") == 0)
617 else if (strcmp(subcommand, "run") == 0)
624 char * msg = "Unknown subcommand
[all...]
H A Dservice.c2319 char* subcommand; local
2340 subcommand = argv[1];
2341 if (strcmp(subcommand, "create") == 0)
2356 else if (strcmp(subcommand, "state") == 0)
2371 else if (strcmp(subcommand, "remove") == 0)
2386 else if (strcmp(subcommand, "start") == 0)
2401 else if (strcmp(subcommand, "isrunning") == 0)
2427 else if (strcmp(subcommand, "cleanup") == 0)
2445 fprintf(stdout, "Unknown subcommand: [%s]\n", subcommand);
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dwinlauncher.c573 // The code assumes that the first passed argument is the subcommand to be
576 // The rest of the arguments are the arguments specific to each subcommand (see
582 char* subcommand = NULL; local
593 "Expected command line args of [subcommand], but got %d arguments.\n";
599 subcommand = argv[1];
601 if (strcmp(subcommand, "start") == 0)
607 else if (strcmp(subcommand, "stop") == 0)
613 else if (strcmp(subcommand, "launch") == 0)
618 else if (strcmp(subcommand, "run") == 0)
625 char * msg = "Unknown subcommand
[all...]
H A Dservice.c2320 char* subcommand; local
2341 subcommand = argv[1];
2342 if (strcmp(subcommand, "create") == 0)
2357 else if (strcmp(subcommand, "state") == 0)
2372 else if (strcmp(subcommand, "remove") == 0)
2387 else if (strcmp(subcommand, "start") == 0)
2402 else if (strcmp(subcommand, "isrunning") == 0)
2428 else if (strcmp(subcommand, "cleanup") == 0)
2446 fprintf(stdout, "Unknown subcommand: [%s]\n", subcommand);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dwinlauncher.c572 // The code assumes that the first passed argument is the subcommand to be
575 // The rest of the arguments are the arguments specific to each subcommand (see
581 char* subcommand = NULL; local
592 "Expected command line args of [subcommand], but got %d arguments.\n";
598 subcommand = argv[1];
600 if (strcmp(subcommand, "start") == 0)
606 else if (strcmp(subcommand, "stop") == 0)
612 else if (strcmp(subcommand, "launch") == 0)
617 else if (strcmp(subcommand, "run") == 0)
624 char * msg = "Unknown subcommand
[all...]
H A Dservice.c2319 char* subcommand; local
2340 subcommand = argv[1];
2341 if (strcmp(subcommand, "create") == 0)
2356 else if (strcmp(subcommand, "state") == 0)
2371 else if (strcmp(subcommand, "remove") == 0)
2386 else if (strcmp(subcommand, "start") == 0)
2401 else if (strcmp(subcommand, "isrunning") == 0)
2427 else if (strcmp(subcommand, "cleanup") == 0)
2445 fprintf(stdout, "Unknown subcommand: [%s]\n", subcommand);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java1879 * @param subcommand
1886 public static List<List<String>> getDsReplicationEquivalentCommandLines(String subcommand, UserData userData) argument
1892 cmdLines.add(getDsReplicationEquivalentCommandLine(subcommand, userData, hmServerBaseDNs.get(server), server));
2007 private static List<String> getDsReplicationEquivalentCommandLine(String subcommand, UserData userData, argument
2013 cmdLine.add(subcommand);
2015 if ("enable".equals(subcommand))
2019 else if ("initialize".equals(subcommand))
2025 throw new IllegalArgumentException("Code is not implemented for subcommand " + subcommand);

Completed in 78 milliseconds