Searched refs:stderr (Results 1 - 23 of 23) sorted by relevance

/httpd/support/
H A Dhtdbm.c101 fprintf(stderr, "htdbm Interrupted !\n");
123 fprintf(stderr, "apr_xlate_open(to ASCII)->%d\n", rv);
128 fprintf(stderr, "apr_SHA1InitEBCDIC()->%d\n", rv);
133 fprintf(stderr, "apr_MD5InitEBCDIC()->%d\n", rv);
220 fprintf(stderr, "Empty database -- %s\n", htdbm->filename);
223 fprintf(stderr, "Dumping records from database -- %s\n", htdbm->filename);
224 fprintf(stderr, " %-32s Comment\n", "Username");
228 fprintf(stderr, "Failed getting data from %s\n", htdbm->filename);
232 fprintf(stderr, " %-32.*s", (int)key.dsize, key.dptr);
235 fprintf(stderr, "
[all...]
H A Drotatelogs.c108 fprintf(stderr, "%s\n", reason);
110 fprintf(stderr,
120 fprintf(stderr,
124 fprintf(stderr,
127 fprintf(stderr,
130 fprintf(stderr,
141 " -v Verbose operation. Messages are written to stderr.\n"
194 fprintf(stderr, "Closing file %s\n", logfile->name);
205 fprintf(stderr, "Rotation time interval: %12d\n", config->tRotation);
206 fprintf(stderr, "Rotatio
[all...]
H A Dcheckgid.c81 fprintf(stderr, "%s: group '%s' not found\n", argv[0], arg);
94 fprintf(stderr, "%s: invalid group '%s'\n", argv[0], arg);
H A Dab.c376 fprintf(stderr, "%s\n", s);
388 fprintf(stderr,
400 fprintf(stderr, "Could not allocate memory (%"
411 fprintf(stderr, "Could not allocate memory (%"
422 fprintf(stderr, "Could not allocate memory (%"
432 fprintf(stderr, "Could not allocate memory\n");
1312 fprintf(stderr,
1368 fprintf(stderr, "Completed %d requests\n", done);
1369 fflush(stderr);
1461 fprintf(stderr,"
[all...]
H A Dctlogconfig46 print >> sys.stderr, 'A record id was not provided'
55 print >> sys.stderr, 'Record #%s was not found' % record_id
64 print >> sys.stderr, 'A log id was not provided'
68 print >> sys.stderr, 'The log id is not formatted properly'
75 print >> sys.stderr, 'A public key file was not provided'
79 print >> sys.stderr, 'Public key file %s could not be read' % pubkey
86 print >> sys.stderr, 'A timestamp was not provided'
99 print >> sys.stderr, 'The timestamp "%s" is invalid' % t
277 print >> sys.stderr, help
307 print >> sys.stderr, 'Databas
[all...]
H A Dsuexec.c174 fprintf(stderr, "suexec failure: could not open log file\n");
181 fprintf(stderr, "suexec policy violation: see suexec log for more "
332 fprintf(stderr, " -D AP_DOC_ROOT=\"%s\"\n", AP_DOC_ROOT);
335 fprintf(stderr, " -D AP_GID_MIN=%d\n", AP_GID_MIN);
338 fprintf(stderr, " -D AP_HTTPD_USER=\"%s\"\n", AP_HTTPD_USER);
341 fprintf(stderr, " -D AP_LOG_SYSLOG\n");
343 fprintf(stderr, " -D AP_LOG_EXEC=\"%s\"\n", AP_LOG_EXEC);
346 fprintf(stderr, " -D AP_SAFE_PATH=\"%s\"\n", AP_SAFE_PATH);
349 fprintf(stderr, " -D AP_SUEXEC_UMASK=%03o\n", AP_SUEXEC_UMASK);
352 fprintf(stderr, "
[all...]
H A Dfcgistarter.c39 fprintf(stderr, "%s", usage_message);
48 fprintf(stderr,
H A Dctauditscts35 print >> sys.stderr, ('Usage: %s /path/to/audit/files ' +
/httpd/test/
H A Dtest-writev.c60 fprintf( stderr, "usage: test-writev a.b.c.d port#\n" );
66 fprintf( stderr, "bogus address\n" );
H A Dcls.c135 fprintf(stderr, "Bad cache file\n");
152 fprintf(stderr, "Bad cache file\n");
H A Dtest_limits.c74 fprintf(stderr,
148 fprintf(stderr, "Testing like a plague of locusts on %s\n", addr);
H A Dtime-sem.c105 fprintf (stderr, "Cannot open lock file: %s\n", "test-lock-thing");
153 fprintf (stderr, "Cannot open lock file: %s\n", "test-lock-thing");
402 fprintf(stderr, "didn't get lock\n");
516 fprintf (stderr, "Usage: time-sem num-child num iter\n");
/httpd/server/
H A Dutil_expr_parse.c781 YYFPRINTF (stderr, "%s ", Title); \
782 yy_symbol_print (stderr, \
784 YYFPRINTF (stderr, "\n"); \
864 YYFPRINTF (stderr, "Stack now");
868 YYFPRINTF (stderr, " %d", yybot);
870 YYFPRINTF (stderr, "\n");
899 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
904 YYFPRINTF (stderr, " $%d = ", yyi + 1);
905 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
908 YYFPRINTF (stderr, "\
[all...]
H A Dmain.c48 * big NO is safe, as we then won't try to write to stderr that's not a tty.
285 if ((process_exit_value != 0) && isatty(fileno(stderr))) {
286 fprintf(stderr, "%s: abnormal exit %d\n", name, process_exit_value);
323 fprintf(stderr, "[%s] [crit] (%d) %s: %s failed "
H A Dapreq_module_cgi.c325 fprintf(stderr, "[%s] [%s] [%s] %s(%d): %s: %s\n",
H A Dutil_expr_scan.c2344 (void) fprintf( stderr, "%s\n", msg );
H A Dlog.c219 * Neither does the stderr logger, so this isn't a problem.
229 "unable to replace stderr with error log file");
244 * stderr for the child will be the same as the stdout of the parent.
245 * Otherwise the child will inherit the stderr from the parent. */
322 * the new child must use a dummy stderr since the current
323 * stderr might be a pipe to the old logger. Otherwise, the
324 * child inherits the parents stderr. */
377 * We won't care what happens to our stderr log child
378 * between log phases, so we don't mind losing stderr's
401 /* Replace existing stderr wit
[all...]
/httpd/server/mpm/winnt/
H A Dservice.c169 fprintf(stderr, "Apache server restarting...\n");
173 fprintf(stderr, "Apache server interrupted...\n");
189 fprintf(stderr, "Apache server shutdown initiated...\n");
759 fprintf(stderr, reconfig ? "Reconfiguring the '%s' service\n"
940 fprintf(stderr, "The '%s' service is successfully installed.\n",
952 fprintf(stderr, "Removing the '%s' service\n", mpm_display_name);
1006 fprintf(stderr, "The '%s' service has been removed successfully.\n",
1042 fprintf(stderr, "Starting the '%s' service\n", mpm_display_name);
1135 fprintf(stderr, "The '%s' service is running.\n", mpm_display_name);
1203 fprintf(stderr, "Th
[all...]
H A Dnt_eventlog.c102 "Win32 error %lu reading stderr pipe stream\r\n",
124 fclose(stderr);
143 /* Create a pipe to send stderr messages to the system error log.
168 * after we initialized the posix stderr API.
H A Dmpm_winnt.c1072 /* This child needs the existing stderr opened for logging,
1323 fprintf(stderr,"Testing httpd.conf....\n");
1324 fprintf(stderr,"Errors reported here must be corrected before the "
1334 fprintf(stderr,"Testing httpd.conf....\n");
1335 fprintf(stderr,"Errors reported here must be corrected before the "
1747 /* Our open_logs hook function must run before the core's, or stderr
/httpd/modules/core/
H A Dmod_macro.c326 debug(fprintf(stderr, "escapes: %d ---%s---\n", nesc, str));
354 debug(fprintf(stderr,
429 debug(fprintf(stderr, "1# %s", buf));
443 debug(fprintf(stderr, "2# %s", buf));
697 debug(fprintf(stderr, "macro_section: arg='%s'\n", arg));
746 debug(fprintf(stderr, "macro_section: name=%s\n", name));
753 debug(fprintf(stderr, "macro_section: location=%s\n", macro->location));
808 debug(fprintf(stderr, "use_macro -%s-\n", arg));
/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c202 fprintf(stderr, "Cannot resolve host name %s --- exiting!\n", w);
207 fprintf(stderr, "Host %s has multiple addresses ---\n", w);
208 fprintf(stderr, "you must choose one explicitly for use as\n");
209 fprintf(stderr, "a secure port. Exiting!!!\n");
/httpd/modules/proxy/
H A Dmod_proxy.c1968 fprintf(stderr, "Parsed word %s\n", New->name);

Completed in 86 milliseconds