Searched refs:message (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 31 * Detect multiple -f options: show error message instead of assert (fixes #2416) 52 * Silence annoying "connection closed: poll() -> ERR" error.log message (fixes #2257) 144 * Remove strptime failed message (fixes #2031) 214 * Fix error message if no auth backend was set 222 * Modify fastcgi error message 331 * print helpful error message on conditionals in global block (#1550) 496 * fixed possible crash in debug-message in mod_extforward 822 * removed a debug-message from network-functions
|
| H A D | ltmain.sh | 5664 void lt_fatal (const char *file, int line, const char *message, ...); 5793 /* The GNU banner must be the first non-error debug message */ 6201 const char *message, va_list ap) 6204 vfprintf (stderr, message, ap); 6212 lt_fatal (const char *file, int line, const char *message, ...) 6215 va_start (ap, message); 6216 lt_error_core (EXIT_FAILURE, file, line, "FATAL", message, ap);
|
| H A D | aclocal.m4 | 184 # Put the nasty error message in config.log where it belongs 345 # ACT-IF-FAIL (default is to abort configure with a proper error message). 610 # or remarks (even with -Werror). So we grep stderr for any message 889 of your $PATH and any error possibly output before this message. This
|
| H A D | configure | 3458 of your $PATH and any error possibly output before this message. This
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | plugins.txt | 126 set useful defaults or return with HANDLER_ERROR and an error message.
|
| H A D | performance.txt | 165 connection was dropped and the client received an error message like 'connection
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 104 char *message; member 1864 fprintf(errstream," -%-*s %s\n",max,op[i].label,op[i].message); in OptPrint() 1869 (int)(max-strlen(op[i].label)-9),"",op[i].message); in OptPrint() 1874 (int)(max-strlen(op[i].label)-6),"",op[i].message); in OptPrint() 1879 (int)(max-strlen(op[i].label)-8),"",op[i].message); in OptPrint()
|