Searched refs:fprintf (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/web-agents-v4/pcre/
H A Dpcre_printint.c125 if (PRINTABLE(c)) fprintf(f, "%c", (char)c);
126 else if (c <= 0x80) fprintf(f, "\\x%02x", c);
127 else fprintf(f, "\\x{%x}", c);
136 if (PRINTABLE(c)) fprintf(f, "%c", (char)c);
137 else if (c < 0x80) fprintf(f, "\\x%02x", c);
138 else fprintf(f, "\\x{%02x}", c);
155 fprintf(f, "\\X{%x}", c);
164 fprintf(f, "\\x{%x}", c);
172 if (PRINTABLE(c)) fprintf(f, "%c", (char)c);
173 else if (c <= 0x80) fprintf(
[all...]
/forgerock/web-agents-v4/tests/
H A Dtest_network.c47 fprintf(f, "%s ", ts);
51 fprintf(f, "\n");
77 fprintf(stderr, "STATUS: %s\n", am_strerror(rv));
78 fprintf(stderr, "HTTP STATUS: %d\n", httpcode);
99 fprintf(stderr, "LOGIN STATUS: %s\n", am_strerror(rv));
105 fprintf(stderr, "LOGOUT STATUS: %s\n", am_strerror(rv));
113 fprintf(stderr, "TOKEN: %s\n", LOGEMPTY(agent_token));
/forgerock/web-agents-v4/source/
H A Dadmin_iis.c163 fprintf(stdout, "\nIIS Server Site configuration:\n");
188 fprintf(stdout, "\nNumber of Sites: %d\n\n", num);
203 fprintf(stdout, "id: %s\tname: \"%s\"\n", id, name);
241 fprintf(stderr, "Failed to get property.\n");
249 fprintf(stderr, "Failed to set property value.\n");
270 fprintf(stderr, "Failed to get property.\n");
275 fprintf(stderr, "Failed to get property value.\n");
298 fprintf(stderr, "Unable to get the count of collection.\n");
309 fprintf(stderr, "Unable to get item (%d).\n", i);
314 fprintf(stder
[all...]
H A Dadmin.c158 fprintf(f, "%s ", ts);
162 fprintf(f, "\n");
178 fprintf(stdout, "\n");
201 fprintf(stderr, "error: out of memory\n");
220 fprintf(stdout, "\nPassword value: %s\n\n", password);
231 fprintf(stdout, "\nEncrypted password value: %s\n\n", password);
233 fprintf(stdout, "\nError encrypting password - invalid arguments.\n\n");
244 fprintf(stdout, "\nEncryption key value: %s\n\n", encoded);
276 fprintf(stdout, "\n%s for %s Server %s\n", DESCRIPTION,
278 fprintf(stdou
[all...]
H A Dshared.c83 fprintf(stderr, "freelist diagnostic: error in list %d: %s\n", hdr_offset, action);
101 fprintf(stdout, "%s\n", action);
104 fprintf(stdout, "-----------freelist %d\n", hdr_offset);
108 fprintf(stdout, "\tchunk %u [%lu] (%d,%d)\n", i, (unsigned long)chunk->size, fl->prev, fl->next);
110 fprintf(stdout, "-----------\n");
114 fprintf(stdout, "free size %lu\n", (unsigned long)free_sz);
988 fprintf(stdout, "\n");
989 fprintf(stdout, "AREA (size: %ld bytes) ", pool->size);
992 fprintf(stdout, " HEAD [P:%d][N:%d]\n", pool->lh.prev, pool->lh.next);
995 fprintf(stdou
[all...]
H A Dlog.c145 fprintf(stderr, "could not rotate log file %s (error: %d)\n", file_name, errno);
238 fprintf(stderr, "am_log_worker(): the debug file name is invalid (i.e. empty or null)\n");
245 fprintf(stderr, "am_log_worker(): the audit file name is invalid (i.e. empty or null)\n");
285 fprintf(stderr, "am_log_worker() failed to open log file %s: error: %d", f->name_debug, errno);
288 fprintf(stderr, "am_log_worker() failed to open audit file %s: error: %d", f->name_audit, errno);
326 fprintf(stderr, "could not rotate log file %s (error: %d)\n",
358 fprintf(stderr, "could not rotate log file %s (error: %d)\n",
399 fprintf(stderr, "am_log_worker() log file re-open failed with error: %d", errno);
560 fprintf(stderr, "am_log_init() shm_open failed (%d)\n", errno);
573 fprintf(stder
[all...]
/forgerock/web-agents-v4/zlib/
H A Dcrc32.c147 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
148 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
149 fprintf(out, "local const z_crc_t FAR ");
150 fprintf(out, "crc_table[TBLS][256] =\n{\n {\n");
153 fprintf(out, "#ifdef BYFOUR\n");
155 fprintf(out, " },\n {\n");
158 fprintf(out, "#endif\n");
160 fprintf(out, " }\n};\n");
174 fprintf(out, "%s0x%08lxUL%s", n % 5 ? "" : " ",
H A Dzutil.h224 # define Trace(x) {if (z_verbose>=0) fprintf x ;}
225 # define Tracev(x) {if (z_verbose>0) fprintf x ;}
226 # define Tracevv(x) {if (z_verbose>1) fprintf x ;}
227 # define Tracec(c,x) {if (z_verbose>0 && (c)) fprintf x ;}
228 # define Tracecv(c,x) {if (z_verbose>1 && (c)) fprintf x ;}
H A Dtrees.c168 { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
334 fprintf(header,
337 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
343 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
351 fprintf(header, "%2u%s", _dist_code[i],
355 fprintf(header,
358 fprintf(heade
[all...]
/forgerock/opendj2/src/build-tools/windows/
H A Dcommon.c292 fprintf(fp, "%s: (pid=%d) ", formattedTime, currentProcessPid);
295 fprintf(fp, "ERROR: ");
301 fprintf(fp, "\n");
306 fprintf(stdout, "Could not create log file.\n");
H A Dwinlauncher.c149 fprintf(stderr, msg, pidFile);
247 fprintf(f, "%d", pid);
594 fprintf(stderr, msg, argc - 1);
626 fprintf(stderr, msg, subcommand);
H A Dservice.c782 fprintf(stdout, msg);
2118 fprintf(stdout, serviceName);
2334 fprintf(stdout,
2345 fprintf(stdout,
2360 fprintf(stdout,
2375 fprintf(stdout,
2390 fprintf(stdout,
2405 fprintf(stdout,
2431 fprintf(stdout,
2445 fprintf(stdou
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dcommon.c293 fprintf(fp, "%s: (pid=%d) ", formattedTime, currentProcessPid);
296 fprintf(fp, "ERROR: ");
302 fprintf(fp, "\n");
307 fprintf(stdout, "Could not create log file.\n");
H A Dwinlauncher.c150 fprintf(stderr, msg, pidFile);
248 fprintf(f, "%d", pid);
595 fprintf(stderr, msg, argc - 1);
627 fprintf(stderr, msg, subcommand);
H A Dservice.c783 fprintf(stdout, msg);
2119 fprintf(stdout, serviceName);
2335 fprintf(stdout,
2346 fprintf(stdout,
2361 fprintf(stdout,
2376 fprintf(stdout,
2391 fprintf(stdout,
2406 fprintf(stdout,
2432 fprintf(stdout,
2446 fprintf(stdou
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dcommon.c293 fprintf(fp, "%s: (pid=%d) ", formattedTime, currentProcessPid);
296 fprintf(fp, "ERROR: ");
302 fprintf(fp, "\n");
307 fprintf(stdout, "Could not create log file.\n");
H A Dwinlauncher.c150 fprintf(stderr, msg, pidFile);
248 fprintf(f, "%d", pid);
595 fprintf(stderr, msg, argc - 1);
627 fprintf(stderr, msg, subcommand);
H A Dservice.c783 fprintf(stdout, msg);
2119 fprintf(stdout, serviceName);
2335 fprintf(stdout,
2346 fprintf(stdout,
2361 fprintf(stdout,
2376 fprintf(stdout,
2391 fprintf(stdout,
2406 fprintf(stdout,
2432 fprintf(stdout,
2446 fprintf(stdou
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dcommon.c292 fprintf(fp, "%s: (pid=%d) ", formattedTime, currentProcessPid);
295 fprintf(fp, "ERROR: ");
301 fprintf(fp, "\n");
306 fprintf(stdout, "Could not create log file.\n");
H A Dwinlauncher.c149 fprintf(stderr, msg, pidFile);
247 fprintf(f, "%d", pid);
594 fprintf(stderr, msg, argc - 1);
626 fprintf(stderr, msg, subcommand);
H A Dservice.c782 fprintf(stdout, msg);
2118 fprintf(stdout, serviceName);
2334 fprintf(stdout,
2345 fprintf(stdout,
2360 fprintf(stdout,
2375 fprintf(stdout,
2390 fprintf(stdout,
2405 fprintf(stdout,
2431 fprintf(stdout,
2445 fprintf(stdou
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dcommon.c293 fprintf(fp, "%s: (pid=%d) ", formattedTime, currentProcessPid);
296 fprintf(fp, "ERROR: ");
302 fprintf(fp, "\n");
307 fprintf(stdout, "Could not create log file.\n");
H A Dwinlauncher.c150 fprintf(stderr, msg, pidFile);
248 fprintf(f, "%d", pid);
595 fprintf(stderr, msg, argc - 1);
627 fprintf(stderr, msg, subcommand);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dcommon.c292 fprintf(fp, "%s: (pid=%d) ", formattedTime, currentProcessPid);
295 fprintf(fp, "ERROR: ");
301 fprintf(fp, "\n");
306 fprintf(stdout, "Could not create log file.\n");
H A Dwinlauncher.c149 fprintf(stderr, msg, pidFile);
247 fprintf(f, "%d", pid);
594 fprintf(stderr, msg, argc - 1);
626 fprintf(stderr, msg, subcommand);

Completed in 70 milliseconds

12