Searched refs:FILE (Results 1 - 25 of 62) sorted by relevance

123

/forgerock/opendj2-jel-hg/resource/bin/
H A D_client-script.sh121 [[ $1 == '-Q' ]] && FILE="$2" || FILE="$1"
122 if [[ -f "${FILE}" ]]; then
123 cp "${FILE}" "${INSTANCE_ROOT}"/config/java.properties || exit 1
H A Didsconfig358 TMP[FILE]='' # tmp output filename - see nextFile()
392 TMP[FILE]=${ printf "${TMP[DIR]}/%03d_${CMD}_${FN}.${EXT}" ${TMPF[FCNT]} ; }
393 [[ -e ${TMP[FILE]} ]] && Log.warn "Overwriting ${TMP[FILE]} ..."
460 # be loaded by '"${PROG}"' as is. DO NOT EDIT THIS FILE!
1992 [+DESCRIPTION?This function validates STR[LDAP_SUFFIX]] AFTER THE LOAD OF A CONFIG FILE (should not be used for interactive use). Also does a consistency check wrt. \bSTR[LDAP_BASEDN]]\b.]
2040 [+DESCRIPTION?This function updates \bCON_ARGS\b as well as \bAUTH_ARGS\b, checks, whether they work so that some problems are caught right away AFTER THE LOAD OF A CONFIG FILE (should not be used for interactive use). It also validates the obtained suffix and whether the DS supports VLVs.]
2257 ' > ${TMP[FILE]}
2259 if ! ${LDAPMODIFY} ${CON_ARGS} "${AUTH_ARGS[@]}" -f ${TMP[FILE]} \
2339 ' >${TMP[FILE]}
[all...]
/forgerock/opendj2-jel-hg/resource/
H A Dsetup61 FILE="${INSTANCE_ROOT}/config/$F"
62 [[ ! -f ${FILE} ]] && continue
63 [[ ${EXISTING_FILES// $F /} == ${EXISTING_FILES} ]] && rm -f "${FILE}"
/forgerock/web-agents-v4/zlib/
H A Dioapi.c97 FILE* file = NULL;
115 FILE* file = NULL;
135 ret = (uLong)fread(buf, 1, (size_t)size, (FILE *)stream);
142 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream);
149 ret = ftell((FILE *)stream);
157 ret = FTELLO_FUNC((FILE *)stream);
179 if (fseek((FILE *)stream, offset, fseek_origin) != 0)
203 if(FSEEKO_FUNC((FILE *)stream, offset, fseek_origin) != 0)
213 ret = fclose((FILE *)stream);
220 ret = ferror((FILE *)strea
[all...]
H A Dcrc32.c62 local void write_table OF((FILE *, const z_crc_t FAR *));
143 FILE *out;
168 FILE *out;
/forgerock/web-agents-v4/tests/
H A Dtest_network.c34 FILE *f = fopen("c:\\windows\\temp\\test.log", "a+");
39 FILE *f = fopen("/tmp/test.log", "a+");
H A Dtest_log.c139 FILE* fp;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DIArgument.java245 String FILE = "file"; field in interface:IArgument
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DIArgument.java245 String FILE = "file"; field in interface:IArgument
/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c83 void pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths);
85 void pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths);
87 void pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths);
118 print_char(FILE *f, pcre_uchar *ptr, BOOL utf)
222 print_puchar(FILE *f, PCRE_PUCHAR ptr)
264 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after)
303 pcre_printint(pcre *external_re, FILE *f, BOOL print_lengths)
306 pcre16_printint(pcre *external_re, FILE *f, BOOL print_lengths)
309 pcre32_printint(pcre *external_re, FILE *f, BOOL print_lengths)
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStats.java63 * <code>OFF</code>, <code>FILE</code> and <code>CONSOLE</code>. <BR>
65 * <li> <code>FILE</code> statistics information is written to a file
111 public static final int FILE = 1; field in class:Stats
301 * <li><code>Stats.FILE</code>
313 * <code>Stats.FILE</code> or <code>Stats.CONSOLE</code>.
419 * <code>Stats.FILE</code>
428 case Stats.FILE:
461 statsState = Stats.FILE;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/stats/
H A DStats.java66 * <code>OFF</code>, <code>FILE</code> and <code>CONSOLE</code>. <BR>
68 * <li> <code>FILE</code> statistics information is written to a file
114 public static final int FILE = 1; field in class:Stats
304 * <li><code>Stats.FILE</code>
316 * <code>Stats.FILE</code> or <code>Stats.CONSOLE</code>.
422 * <code>Stats.FILE</code>
431 case Stats.FILE:
464 statsState = Stats.FILE;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DDeleteXACML.java77 String file = getStringOptionValue(IArgument.FILE);
/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.c270 FILE *fp;
324 FILE *file;
H A Dwinlauncher.c127 FILE *f;
239 FILE *f;
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.c271 FILE *fp;
325 FILE *file;
H A Dwinlauncher.c128 FILE *f;
240 FILE *f;
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.c271 FILE *fp;
325 FILE *file;
H A Dwinlauncher.c128 FILE *f;
240 FILE *f;
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.c270 FILE *fp;
324 FILE *file;
H A Dwinlauncher.c127 FILE *f;
239 FILE *f;
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.c271 FILE *fp;
325 FILE *file;
H A Dwinlauncher.c128 FILE *f;
240 FILE *f;
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.c270 FILE *fp;
324 FILE *file;
H A Dwinlauncher.c127 FILE *f;
239 FILE *f;

Completed in 237 milliseconds

123