Searched refs:RC (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/opendj2-jel-hg/resource/
H A Duninstall44 RC=$?
45 (( ${RC} == 50 )) && exit 0 # Version info was requested
46 exit ${RC}
H A Dsetup55 RC=$?
56 (( ${INFO} )) && exit ${RC}
57 if (( ${RC} != 50 )); then
65 exit ${RC}
/forgerock/opendj2-jel-hg/resource/bin/
H A Dstop-ds67 RC=$?
68 (( ${RC} != 0 )) && print -u2 'Done.' || print -u2 'Failed.'
69 exit ${RC}
76 RC=$?
84 if (( ${RC} == 98 )); then
87 elif (( ${RC} == 99 || ${RC} == 105 )); then
91 (( ${RC} == 105 )) && QUIET_MODE=0
92 elif (( ${RC} == 100 )); then
95 elif (( ${RC}
[all...]
H A D_mixed-script.sh94 RC=$?
95 if (( ${RC} == 51 )); then
107 elif (( ${RC} == 52 )); then
111 exit ${RC}
H A D_script-util.sh109 integer RC=$?
110 (( ${RC} == 0 )) && return 0
112 if (( ${RC} == 8 )); then
118 if (( ${RC} == 2 )); then
128 if (( ${RC} != 8 || ${RC} != 1 )); then
H A Dstart-ds122 RC=$?
124 (( ${RC} != 0 )) && exit ${RC}
/forgerock/opendj2-jel-hg/src/svr4/OpenDJ/
H A Dopendj-method.sh52 RC=$?
53 (( ${RC} == 98 )) && exit ${SMF_EXIT_OK} # Already started
54 (( ${RC} == 999 )) && exit ${SMF_EXIT_ERR_CONFIG}
55 (( ${RC} != 0 )) && exit ${SMF_EXIT_ERR_FATAL}
60 RC=$?
61 (( ${RC} == 999 )) && exit ${SMF_EXIT_ERR_CONFIG}
62 (( ${RC} != 0 )) && exit ${SMF_EXIT_ERR_FATAL}
/forgerock/opendj2/src/build-tools/windows/
H A DMakefile53 RC=rc macro
78 $(RC) /fo $(RES_FILE) $(RC_FILE)
/forgerock/opendj-b2.6/src/build-tools/windows/
H A DMakefile54 RC=rc macro
79 $(RC) /fo $(RES_FILE) $(RC_FILE)
/forgerock/opendj2.6.2/src/build-tools/windows/
H A DMakefile54 RC=rc macro
79 $(RC) /fo $(RES_FILE) $(RC_FILE)
/forgerock/opendj2-hg/src/build-tools/windows/
H A DMakefile53 RC=rc macro
78 $(RC) /fo $(RES_FILE) $(RC_FILE)
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A DMakefile54 RC=rc macro
79 $(RC) /fo $(RES_FILE) $(RC_FILE)
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A DMakefile53 RC=rc macro
78 $(RC) /fo $(RES_FILE) $(RC_FILE)
/forgerock/web-agents-v4/
H A DMakefile.windows.mk22 RC = rc macro
56 $(RC) /l 0x0409 /nologo /fo $(OBJDIR)$(PS)version.res $(OBJDIR)$(PS)version.rc
65 $(RC) /l 0x0409 /nologo /fo $(OBJDIR)$(PS)version.res $(OBJDIR)$(PS)version.rc
76 $(RC) /l 0x0409 /nologo /fo $(OBJDIR)$(PS)version.res $(OBJDIR)$(PS)version.rc
87 $(RC) /l 0x0409 /nologo /fo $(OBJDIR)$(PS)version.res $(OBJDIR)$(PS)version.rc
103 $(RC) /l 0x0409 /nologo /fo $(OBJDIR)$(PS)version.res $(OBJDIR)$(PS)version.rc
113 $(RC) /l 0x0409 /nologo /fo $(OBJDIR)$(PS)version.res $(OBJDIR)$(PS)version.rc
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java174 int RC = Integer.parseInt(errorCode);
175 System.exit(RC);
H A DmodifyDn.java165 int RC = Integer.parseInt(errorCode);
166 System.exit(RC);
H A DmodifyAnAttribute.java216 int RC = Integer.parseInt(errorCode);
217 System.exit(RC);
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java173 int RC = Integer.parseInt(errorCode);
174 System.exit(RC);
H A DmodifyDn.java164 int RC = Integer.parseInt(errorCode);
165 System.exit(RC);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java174 int RC = Integer.parseInt(errorCode);
175 System.exit(RC);
H A DmodifyDn.java165 int RC = Integer.parseInt(errorCode);
166 System.exit(RC);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java174 int RC = Integer.parseInt(errorCode);
175 System.exit(RC);
H A DmodifyDn.java165 int RC = Integer.parseInt(errorCode);
166 System.exit(RC);
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjndi/
H A DaddAnEntry.java173 int RC = Integer.parseInt(errorCode);
174 System.exit(RC);
H A DmodifyDn.java164 int RC = Integer.parseInt(errorCode);
165 System.exit(RC);

Completed in 111 milliseconds

12