Home
last modified time | relevance | path

Searched refs:found (Results 1 – 14 of 14) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dcompile99 found=no
106 found=yes
111 found=yes
116 found=yes
123 if test "$found" != yes; then
H A Dconfigure.ac115 AC_MSG_ERROR([libev not found])
118 AC_MSG_ERROR([libev not found])
148 AC_MSG_ERROR(mysql_config is not found)
310 … AC_MSG_ERROR([pcre-config not found, install the pcre-devel package or build with --without-pcre])
330 …AC_MSG_ERROR([zlib-headers and/or libs where not found, install them or build with --without-zlib])
349 …AC_MSG_ERROR([bzip2-headers and/or libs where not found, install them or build with --without-bzip…
380 …AC_MSG_ERROR([fam/gamin-headers and/or libs where not found, install them or build with --without-…
H A DNEWS106 …* Fix fd leaks in mod_cgi (fds not closed on pipe/fork failures, found by Rodrigo, fixes #2158, #2…
107 * Fix segfault with broken rewrite/redirect patterns (fixes #2140, found by crypt)
108 …* Append to previous buffer in con read, fix DoS/OOM vulnerability (fixes #2147, found by liming, …
145 * Fix issues found with clang analyzer
313 * fix scgi HTTP/1.* status parsing (#1638), found by [email protected]
395 … configure checks for --with-pcre, --with-zlib and --with-bzip2 failing if the headers aren't found
H A Dltmain.sh5998 newly allocated full path name if found, NULL otherwise
6088 /* not found in PATH; assume curdir */
6090 /* Relative path | not found in path: prepend cwd */
7649 if $found; then
7835 $found || test -f "$lib" \
9338 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
H A Daclocal.m468 [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
76 dnl first found in the path. Checks that the version of pkg-config found
200 [The pkg-config script could not be found or is too old. Make sure it
H A Dconfigure9948 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
13790 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Ddirlisting.txt29 was found in that directory.
56 index-file was found
H A Dplugins.txt67 found for this request
H A Dconfiguration.txt525 debug.log-file-not-found
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c832 int found = 0; in webdav_get_live_property() local
844 found = 1; in webdav_get_live_property()
849 found = 1; in webdav_get_live_property()
860 found = 1; in webdav_get_live_property()
871 found = 1; in webdav_get_live_property()
877 found = 1; in webdav_get_live_property()
882 found = 1; in webdav_get_live_property()
887 found = 1; in webdav_get_live_property()
891 return found ? 0 : -1; in webdav_get_live_property()
899 int found = 0; in webdav_get_property() local
[all …]
H A Dstream.c88 # error no mmap found in stream_open()
H A Dresponse.c559 int found = 0; in http_response_prepare() local
656 found = S_ISREG(sce->st.st_mode); in http_response_prepare()
671 …} while ((found == 0) && (slash != NULL) && ((size_t)(slash - srv->tmp_buf->ptr) > (con->physical.… in http_response_prepare()
673 if (found == 0) { in http_response_prepare()
/mOS-networking-stack/scripts/
H A Dconfigure2236 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2329 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2428 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2512 as_fn_error $? "no acceptable C compiler found in \$PATH
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m43324 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
5071 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8198 # as few characters as possible. Prefer GNU sed if found.
8237 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
8244 # Check for GNU sed and select it if it is found.