Searched defs:_instanceDir (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c33 char *_instanceDir = NULL; variable
439 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
443 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
527 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
529 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
672 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
674 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
730 // <SERVER_ROOT>/lib/opendj_service.exe start <_instanceDir>
769 if ((strlen(fileName) + strlen(" start ") + strlen(_instanceDir) +
773 _instanceDir);
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c34 char *_instanceDir = NULL; variable
440 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
444 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
528 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
530 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
673 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
675 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
731 // <SERVER_ROOT>/lib/opendj_service.exe start <_instanceDir>
770 if ((strlen(fileName) + strlen(" start ") + strlen(_instanceDir) +
774 _instanceDir);
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c34 char *_instanceDir = NULL; variable
440 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
444 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
528 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
530 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
673 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
675 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
731 // <SERVER_ROOT>/lib/opendj_service.exe start <_instanceDir>
770 if ((strlen(fileName) + strlen(" start ") + strlen(_instanceDir) +
774 _instanceDir);
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c33 char *_instanceDir = NULL; variable
439 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
443 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
527 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
529 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
672 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
674 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
730 // <SERVER_ROOT>/lib/opendj_service.exe start <_instanceDir>
769 if ((strlen(fileName) + strlen(" start ") + strlen(_instanceDir) +
773 _instanceDir);
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c34 char *_instanceDir = NULL; variable
440 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
444 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
528 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
530 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
673 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
675 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
731 // <SERVER_ROOT>/lib/opendj_service.exe start <_instanceDir>
770 if ((strlen(fileName) + strlen(" start ") + strlen(_instanceDir) +
774 _instanceDir);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c33 char *_instanceDir = NULL; variable
439 if (strlen(relativePath)+strlen(_instanceDir)+1 < MAX_PATH)
443 sprintf(lockFile, "%s%s", _instanceDir, relativePath);
527 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
529 sprintf(command, "\"%s%s\" --windowsNetStart", _instanceDir, relativePath);
672 if (strlen(relativePath)+strlen(_instanceDir)+1 < COMMAND_SIZE)
674 sprintf(command, "\"%s%s\" --windowsNetStop", _instanceDir, relativePath);
730 // <SERVER_ROOT>/lib/opendj_service.exe start <_instanceDir>
769 if ((strlen(fileName) + strlen(" start ") + strlen(_instanceDir) +
773 _instanceDir);
[all...]

Completed in 46 milliseconds