Searched defs:temp (Results 1 - 25 of 84) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/cos/
H A DCOSTemplate.java56 * @param temp
67 public COSTemplate(CreationTemplate temp, String name) throws UMSException { argument
68 super(temp,
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/cos/
H A DCOSTemplate.java56 * @param temp
67 public COSTemplate(CreationTemplate temp, String name) throws UMSException { argument
68 super(temp,
/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.c323 char * temp; local
330 temp = getenv("TEMP");
353 // we create the log file in the temp directory.
358 strcat(temp, "\\logs\\");
359 mkdir(temp);
360 strcat(temp, DEBUG_LOG_NAME);
361 file = fopen(temp,"a+");
363 sprintf(path, "%s", temp);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.c324 char * temp; local
331 temp = getenv("TEMP");
354 // we create the log file in the temp directory.
359 strcat(temp, "\\logs\\");
360 mkdir(temp);
361 strcat(temp, DEBUG_LOG_NAME);
362 file = fopen(temp,"a+");
364 sprintf(path, "%s", temp);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.c324 char * temp; local
331 temp = getenv("TEMP");
354 // we create the log file in the temp directory.
359 strcat(temp, "\\logs\\");
360 mkdir(temp);
361 strcat(temp, DEBUG_LOG_NAME);
362 file = fopen(temp,"a+");
364 sprintf(path, "%s", temp);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.c323 char * temp; local
330 temp = getenv("TEMP");
353 // we create the log file in the temp directory.
358 strcat(temp, "\\logs\\");
359 mkdir(temp);
360 strcat(temp, DEBUG_LOG_NAME);
361 file = fopen(temp,"a+");
363 sprintf(path, "%s", temp);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.c324 char * temp; local
331 temp = getenv("TEMP");
354 // we create the log file in the temp directory.
359 strcat(temp, "\\logs\\");
360 mkdir(temp);
361 strcat(temp, DEBUG_LOG_NAME);
362 file = fopen(temp,"a+");
364 sprintf(path, "%s", temp);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.c323 char * temp; local
330 temp = getenv("TEMP");
353 // we create the log file in the temp directory.
358 strcat(temp, "\\logs\\");
359 mkdir(temp);
360 strcat(temp, DEBUG_LOG_NAME);
361 file = fopen(temp,"a+");
363 sprintf(path, "%s", temp);
/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c1016 const pcre_uchar *temp = ptr - 1; local
1017 if (temp < md->start_used_ptr) md->start_used_ptr = temp;
1019 if (utf) { BACKCHAR(temp); }
1021 GETCHARTEST(d, temp);
H A Dpcre_compile.c9287 the type of the pointer must be cast. NOTE: the intermediate variable "temp" is
9294 pcre_uchar *temp = (pcre_uchar *)codestart; local
9295 auto_possessify(temp, utf, cd);
/forgerock/web-agents-v4/source/
H A Dcache.c328 struct am_cache_entry_data *element, *temp, *head; local
369 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, element, temp, struct am_cache_entry_data) {
394 AM_OFFSET_LIST_FOR_EACH(cache->pool, head, element, temp, struct am_cache_entry_data) {
H A Dnet_client_ssl.c243 char temp[AM_PATH_SIZE]; local
285 snprintf(temp, sizeof (temp), name_variants[i], NOTNULL(lib));
287 strncpy(temp, name_variants[i], sizeof (temp) - 1);
289 lib_handle = dlopen(temp, RTLD_LAZY | RTLD_GLOBAL
H A Dutility.c440 char *token, *temp, query[AM_URI_SIZE + 1], *sep; local
457 for ((token = strtok_r(query, "&", &temp)); token; (token = strtok_r(NULL, "&", &temp))) {
/forgerock/web-agents-v4/tests/
H A Dtest_utility.c434 char* temp = buff; local
439 while((match = am_strsep(&temp, "%")) != NULL) {
/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Enumeration e java.util.Hashtable temp java.util.Enumeration e java.util. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Enumeration e java.util.Hashtable temp java.util.Enumeration e java.util. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Enumeration e java.util.Hashtable temp java.util.Enumeration e java.util. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Enumeration e java.util.Hashtable temp java.util.Enumeration e java.util. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Enumeration e java.util.Hashtable temp java.util.Enumeration e java.util. ...
/forgerock/web-agents-v4/source/iis/
H A Dagent.c1097 char *temp = base64_encode(rq->post_data, &data_sz); local
1100 NOTNULL(temp), AM_HTTP_STATUS_200);
1101 am_free(temp);
1111 char *temp = am_json_escape(text, NULL); local
1113 am_strerror(rq->status), NOTNULL(temp), AM_HTTP_STATUS_200);
1114 am_free(temp);
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma_ant.jar ... m int modifiers NoSuchMethodException nsme SecurityException se Throwable t boolean temp } com/vladium/emma/ant/IANTVersion.class IANTVersion.java ...
/forgerock/opendj2/ext/emma/lib/
H A Demma_ant.jar ... m int modifiers NoSuchMethodException nsme SecurityException se Throwable t boolean temp } com/vladium/emma/ant/IANTVersion.class IANTVersion.java ...
/forgerock/opendj2.6.2/ext/emma/lib/
H A Demma_ant.jar ... m int modifiers NoSuchMethodException nsme SecurityException se Throwable t boolean temp } com/vladium/emma/ant/IANTVersion.class IANTVersion.java ...
/forgerock/opendj2-jel-hg/ext/emma/lib/
H A Demma_ant.jar ... m int modifiers NoSuchMethodException nsme SecurityException se Throwable t boolean temp } com/vladium/emma/ant/IANTVersion.class IANTVersion.java ...

Completed in 164 milliseconds

1234