Searched refs:file_name (Results 1 - 6 of 6) sorted by relevance

/forgerock/web-agents-v4/tests/
H A Dtest_log.c138 int validate_contains(const char* file_name, const char* text) { argument
143 if ((fp = fopen(file_name, "r")) != NULL) {
149 fprintf(stderr, "Warning, failed to open log file %s\n", file_name);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_properties.h126 * file_name
140 * if properties or file_name is NULL or file_name points
147 am_properties_load(am_properties_t properties, const char *file_name);
156 * file_name
167 * if properties or file_name is NULL or file_name points
171 am_properties_store(am_properties_t properties, const char *file_name);
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_properties.h126 * file_name
140 * if properties or file_name is NULL or file_name points
147 am_properties_load(am_properties_t properties, const char *file_name);
156 * file_name
167 * if properties or file_name is NULL or file_name points
171 am_properties_store(am_properties_t properties, const char *file_name);
/forgerock/web-agents-v4/source/
H A Dlog.c137 static void rename_file(const char *file_name) { argument
141 snprintf(tmp, sizeof (tmp), "%s.%d", file_name, idx);
144 if (rename(file_name, tmp) != 0) {
145 fprintf(stderr, "could not rotate log file %s (error: %d)\n", file_name, errno);
292 char *file_name = is_audit ? f->name_audit : f->name_debug; local
313 snprintf(tmp, sizeof (tmp), "%s.%d", file_name, idx);
317 if (CopyFileExA(file_name, tmp, NULL, NULL, FALSE, COPY_FILE_NO_BUFFERING)) {
327 file_name, GetLastError());
345 snprintf(tmp, sizeof (tmp), "%s.%d", file_name, idx);
349 if (CopyFileExA(file_name, tm
[all...]
H A Daudit.c168 const char *agent_token_server_id, const char *file_name,
178 ISINVALID(file_name) || ISINVALID(format)) {
198 msg_size = am_asprintf(&message, AUDIT_REQ_MSG, file_name, agent_token, message_b64, user_token);
167 am_add_remote_audit_entry(unsigned long instance_id, const char *agent_token, const char *agent_token_server_id, const char *file_name, const char *user_token, const char *format, ...) argument
H A Dutility.h276 const char *agent_token_server_id, const char *file_name,

Completed in 42 milliseconds