Searched refs:spawn (Results 1 - 25 of 29) sorted by relevance

12

/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
H A Dwinlauncher.c404 childPid = spawn(command, TRUE);
413 debugError("Couldn't start the child process because the spawn failed.");
508 returnValue = spawn(command, TRUE);
H A Dcommon.c179 int spawn(char* command, BOOL background) function
202 } // spawn
H A Dservice.c614 "doStartApplication: the spawn of the batch command worked. Command: '%s'",
646 debug("doStartApplication: batch command spawn failed. Sent command: '%s'", command);
677 if (spawn(command, FALSE) != -1)
683 debug("doStopApplication: the spawn of the process worked.");
713 debug("doStopApplication: spawn failed. Sent command: %s", command);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
H A Dwinlauncher.c405 childPid = spawn(command, TRUE);
414 debugError("Couldn't start the child process because the spawn failed.");
509 returnValue = spawn(command, TRUE);
H A Dcommon.c180 int spawn(char* command, BOOL background) function
203 } // spawn
H A Dservice.c615 "doStartApplication: the spawn of the batch command worked. Command: '%s'",
647 debug("doStartApplication: batch command spawn failed. Sent command: '%s'", command);
678 if (spawn(command, FALSE) != -1)
684 debug("doStopApplication: the spawn of the process worked.");
714 debug("doStopApplication: spawn failed. Sent command: %s", command);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
H A Dwinlauncher.c405 childPid = spawn(command, TRUE);
414 debugError("Couldn't start the child process because the spawn failed.");
509 returnValue = spawn(command, TRUE);
H A Dcommon.c180 int spawn(char* command, BOOL background) function
203 } // spawn
H A Dservice.c615 "doStartApplication: the spawn of the batch command worked. Command: '%s'",
647 debug("doStartApplication: batch command spawn failed. Sent command: '%s'", command);
678 if (spawn(command, FALSE) != -1)
684 debug("doStopApplication: the spawn of the process worked.");
714 debug("doStopApplication: spawn failed. Sent command: %s", command);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
H A Dwinlauncher.c404 childPid = spawn(command, TRUE);
413 debugError("Couldn't start the child process because the spawn failed.");
508 returnValue = spawn(command, TRUE);
H A Dcommon.c179 int spawn(char* command, BOOL background) function
202 } // spawn
H A Dservice.c614 "doStartApplication: the spawn of the batch command worked. Command: '%s'",
646 debug("doStartApplication: batch command spawn failed. Sent command: '%s'", command);
677 if (spawn(command, FALSE) != -1)
683 debug("doStopApplication: the spawn of the process worked.");
713 debug("doStopApplication: spawn failed. Sent command: %s", command);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.h36 int spawn(char* command, BOOL background);
H A Dwinlauncher.c405 childPid = spawn(command, TRUE);
414 debugError("Couldn't start the child process because the spawn failed.");
509 returnValue = spawn(command, TRUE);
H A Dcommon.c180 int spawn(char* command, BOOL background) function
203 } // spawn
H A Dservice.c615 "doStartApplication: the spawn of the batch command worked. Command: '%s'",
647 debug("doStartApplication: batch command spawn failed. Sent command: '%s'", command);
678 if (spawn(command, FALSE) != -1)
684 debug("doStopApplication: the spawn of the process worked.");
714 debug("doStopApplication: spawn failed. Sent command: %s", command);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.h35 int spawn(char* command, BOOL background);
H A Dwinlauncher.c404 childPid = spawn(command, TRUE);
413 debugError("Couldn't start the child process because the spawn failed.");
508 returnValue = spawn(command, TRUE);
H A Dcommon.c179 int spawn(char* command, BOOL background) function
202 } // spawn
H A Dservice.c614 "doStartApplication: the spawn of the batch command worked. Command: '%s'",
646 debug("doStartApplication: batch command spawn failed. Sent command: '%s'", command);
677 if (spawn(command, FALSE) != -1)
683 debug("doStopApplication: the spawn of the process worked.");
713 debug("doStopApplication: spawn failed. Sent command: %s", command);
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 104 milliseconds

12